Small Basic Programming Quiz

Small Basic Programming Quiz

7th Grade

15 Qs

quiz-placeholder

Similar activities

PELATIHAN TIK BLENDED 5 || SOAL INFORMATIKA BERPIKIR KOMPUTASION

PELATIHAN TIK BLENDED 5 || SOAL INFORMATIKA BERPIKIR KOMPUTASION

7th Grade

10 Qs

Python (basics)

Python (basics)

1st Grade - University

11 Qs

Office 365 Editing Keyboard Shortcuts Quiz

Office 365 Editing Keyboard Shortcuts Quiz

7th Grade

15 Qs

GAIMF-US-0001 - Quiz 1

GAIMF-US-0001 - Quiz 1

6th - 8th Grade

10 Qs

Microsoft Word Kelas 8

Microsoft Word Kelas 8

7th Grade

20 Qs

CT7-Group Quiz

CT7-Group Quiz

7th Grade

15 Qs

Tombol Pintasan di Microsoft Word

Tombol Pintasan di Microsoft Word

7th Grade

20 Qs

Lego Spike & Python - Challenge 3 Quiz

Lego Spike & Python - Challenge 3 Quiz

6th - 8th Grade

10 Qs

Small Basic Programming Quiz

Small Basic Programming Quiz

Assessment

Quiz

Information Technology (IT)

7th Grade

Hard

Created by

Andrew Harrop [Manchester]

Used 13+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable in programming?

A type of loop

A storage location identified by a memory address

A type of function

A control structure

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid data type in Small Basic?

Integer

String

Boolean

All of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of an 'If' statement in programming?

To repeat a block of code

To make decisions based on conditions

To define a function

To store data

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a loop structure in Small Basic?

For...EndFor

If...EndIf

Function...EndFunction

Input...Output

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following code do? ```smallbasic For i = 1 To 5 TextWindow.WriteLine(i) EndFor ```

Prints numbers 1 to 5

Prints numbers 0 to 4

Prints the number 5

Prints the number 1

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you take input from the user in Small Basic?

TextWindow.Read()

TextWindow.Write()

TextWindow.Print()

TextWindow.Display()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following code output? ```smallbasic TextWindow.WriteLine("Hello, World!") ```

Hello, World!

"Hello, World!"

Hello World

"Hello World"

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?