Small Basic 2

Small Basic 2

KG - 8th Grade

10 Qs

quiz-placeholder

Similar activities

9.1.6 - Starter Quiz

9.1.6 - Starter Quiz

8th - 9th Grade

12 Qs

C - Language Quiz

C - Language Quiz

12th Grade

15 Qs

Python Quiz (More Loops)

Python Quiz (More Loops)

KG - 6th Grade

9 Qs

Java MCQ Test on Control Statements

Java MCQ Test on Control Statements

University

10 Qs

Intermediate Python

Intermediate Python

9th - 11th Grade

15 Qs

Pseudocode - Iteration

Pseudocode - Iteration

7th - 11th Grade

10 Qs

Edhesive Python Unit 4: Test Review

Edhesive Python Unit 4: Test Review

10th - 11th Grade

10 Qs

KS3 Computing -- Iteration: FOR or WHILE?

KS3 Computing -- Iteration: FOR or WHILE?

7th - 9th Grade

10 Qs

Small Basic 2

Small Basic 2

Assessment

Quiz

Computers

KG - 8th Grade

Hard

Created by

Tim Miller

Used 58+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Using GOTO statements is also known as: 
Branching
Looping
Conditioning
Sub-Routines

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
A small program inside a program that can be reused multiple times is known as a?
Sub-Routine
Branch
Loop
Condition

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which of the following branching statement would make the program go back to - Start:
Goto Start
Goto: Start
Goto (Start)
Goto [Start]

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which of the following statements would run the subroutine - Print_Results
Print_Results()
(Print_Results)
Print_Results:
[Print_Results]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What are the 3 parts of a condition?
IF, ELSEIF & ELSE
IF, FOR & WHILE
FOR, IF, ELSE
IF, FOR, ELSE

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What should be at the end of every condition?
EndIf
EndFor
EndWhile
EndSub

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
In the loop:  FOR i = 1 TO 100   What is i?
The Counter
The Condition
The Branch
The Property

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?