wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

LA1.C1: Introduction to Small Basic

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

What is Small Basic designed for?

a)

Advanced programming concepts

b)

Making programming easy for beginners

c)

Creating complex software

d)

Learning multiple programming languages

2.

Which of the following operating systems is NOT compatible with Small Basic?

a)

Windows Vista

b)

Windows XP

c)

Windows 8.1

d)

Windows 10

3.

What is the first line of code in the example program?

a)

TextWindow.Print("Hello World")

b)

Console.WriteLine("Hello World")

c)

Print("Hello World")

d)

TextWindow.WriteLine("Hello World")

4.

What does the Toolbar in the Small Basic Environment do?

a)

Shows the list of programming languages

b)

Saves the program automatically

c)

Issues commands to the active editor or environment

d)

Displays the output of the program

5.

What is the purpose of the Editor in Small Basic?

a)

To display graphics

b)

To run the programs

c)

To write and modify programs

d)

To install the software

6.

What should you do before installing Small Basic on Windows Vista or 7?

a)

Restart your computer

b)

Update your graphics driver

c)

Install Microsoft .NET Framework 4.5

d)

Download the latest version of Windows

7.

What happens when you run the first program correctly?

a)

It displays an error message

b)

It saves the program automatically

c)

It shows 'Hello World'

d)

It opens a new window

8.

What is 'intellisense' in the context of Small Basic?

a)

A type of programming language

b)

A feature that helps you type your program faster

c)

A method to save your work

d)

A command to run the program

9.

How can you save your program in Small Basic?

a)

By restarting the computer

b)

By clicking the 'save' icon or using Ctrl+S

c)

By closing the program

d)

By running the program

10.

What is the first step after launching Small Basic?

a)

Writing your first program

b)

Familiarizing yourself with the environment

c)

Installing additional software

d)

Exploring the API Reference

11.

What does the Surface (number 1 area) in the Small Basic Environment do?

a)

Contains the toolbar

b)

Holds all the editor windows

c)

Displays the output of the program

d)

Shows the installation progress

12.

What is the main goal of Small Basic?

a)

To replace other programming languages

b)

To create complex applications

c)

To teach advanced programming techniques

d)

To make programming accessible and enjoyable for beginners

13.

What should you do if you want to work on your program later?

a)

Close the editor

b)

Run the program again

c)

Save the program

d)

Delete the program

14.

What is the significance of the "Installation Complete" screen?

a)

It provides a summary of the installation

b)

It indicates that the program is ready to run

c)

It shows that the installation was successful

d)

It allows you to uninstall the program

15.

Which key can be used as a shortcut to run the program?

a)

Shift+R

b)

Ctrl+R

c)

F5

d)

F1