Small Basic MCQ

Small Basic MCQ

9th - 11th Grade

8 Qs

quiz-placeholder

Similar activities

PC Troubleshooting Slide 19-36

PC Troubleshooting Slide 19-36

10th - 12th Grade

10 Qs

MK Java for-Loop Quiz 2

MK Java for-Loop Quiz 2

8th - 12th Grade

10 Qs

Scratch 2

Scratch 2

KG - University

10 Qs

Куб Черепашка

Куб Черепашка

10th - 11th Grade

10 Qs

File Handling - Python

File Handling - Python

9th Grade

8 Qs

C++ Switch Statement

C++ Switch Statement

10th - 12th Grade

11 Qs

1.1.1 - 1.1.2 CFU

1.1.1 - 1.1.2 CFU

9th - 12th Grade

8 Qs

CIW IBA Lesson 4 Vocabulary

CIW IBA Lesson 4 Vocabulary

8th Grade - Professional Development

11 Qs

Small Basic MCQ

Small Basic MCQ

Assessment

Quiz

Computers

9th - 11th Grade

Medium

Created by

Fatemah Hassan

Used 117+ times

FREE Resource

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