Small Basic MCQ

Small Basic MCQ

Assessment

Quiz

Computers

9th - 11th Grade

Hard

Created by

AlaaM Mohammad

Used 63+ times

FREE Resource

Student preview

quiz-placeholder

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. To draw shapes in Small Basic you can use the…………………………….

a)Turtle.

b) Cat.

c) Frog.

d) Lizard.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2. To draw shapes in Small Basic you must first open a………………………………

a)Text Window.

a)Graphics Window.

a)Variable Window.

a)Image Window.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3. In the loop: FOR i = 1 TO 100 What is i?

a) The Branch

b)The Counter

c) The Condition

d) The Property

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4. "WHILE a < 50" is an example of a……………………….

a)Counter

b)Condition

c)Control

d)Loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Using GOTO statements is also known as:

Looping

Branching

Conditioning

Sub-Routines

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following branching statement would make the program go back to - Start:

Goto Start

Goto: Start

Goto (Start)

Goto [Start]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the 3 parts of a condition?

IF, FOR, ELSE

IF, FOR & WHILE

FOR, IF, ELSE

IF, ELSEIF & ELSE

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should be at the end of every condition?

EndFor

EndWhile

EndIf

EndSub