NEW
Font size
WorksheetsLA1.C1: Introduction to Small Basic
Total questions: 15
Worksheet time: 8mins
What is Small Basic designed for?
Advanced programming concepts
Making programming easy for beginners
Creating complex software
Learning multiple programming languages
Which of the following operating systems is NOT compatible with Small Basic?
Windows Vista
Windows XP
Windows 8.1
Windows 10
What is the first line of code in the example program?
TextWindow.Print("Hello World")
Console.WriteLine("Hello World")
Print("Hello World")
TextWindow.WriteLine("Hello World")
What does the Toolbar in the Small Basic Environment do?
Shows the list of programming languages
Saves the program automatically
Issues commands to the active editor or environment
Displays the output of the program
What is the purpose of the Editor in Small Basic?
To display graphics
To run the programs
To write and modify programs
To install the software
What should you do before installing Small Basic on Windows Vista or 7?
Restart your computer
Update your graphics driver
Install Microsoft .NET Framework 4.5
Download the latest version of Windows
What happens when you run the first program correctly?
It displays an error message
It saves the program automatically
It shows 'Hello World'
It opens a new window
What is 'intellisense' in the context of Small Basic?
A type of programming language
A feature that helps you type your program faster
A method to save your work
A command to run the program
How can you save your program in Small Basic?
By restarting the computer
By clicking the 'save' icon or using Ctrl+S
By closing the program
By running the program
What is the first step after launching Small Basic?
Writing your first program
Familiarizing yourself with the environment
Installing additional software
Exploring the API Reference
What does the Surface (number 1 area) in the Small Basic Environment do?
Contains the toolbar
Holds all the editor windows
Displays the output of the program
Shows the installation progress
What is the main goal of Small Basic?
To replace other programming languages
To create complex applications
To teach advanced programming techniques
To make programming accessible and enjoyable for beginners
What should you do if you want to work on your program later?
Close the editor
Run the program again
Save the program
Delete the program
What is the significance of the "Installation Complete" screen?
It provides a summary of the installation
It indicates that the program is ready to run
It shows that the installation was successful
It allows you to uninstall the program
Which key can be used as a shortcut to run the program?
Shift+R
Ctrl+R
F5
F1
