Small Basic MCQ

Small Basic MCQ

9th - 11th Grade

8 Qs

quiz-placeholder

Similar activities

Quiz 13 - For Loops

Quiz 13 - For Loops

11th Grade

10 Qs

Python L1 Quiz 5: Random Numbers and More Turtle Features

Python L1 Quiz 5: Random Numbers and More Turtle Features

1st - 12th Grade

10 Qs

Year 8 - Unit 2: Small Basic Programming Terminology

Year 8 - Unit 2: Small Basic Programming Terminology

9th Grade

10 Qs

Programming - Basic File Handling Operations

Programming - Basic File Handling Operations

3rd - 11th Grade

10 Qs

Python Recap Challenge

Python Recap Challenge

10th Grade

13 Qs

SELECTION STATEMENTS(PASCAL)

SELECTION STATEMENTS(PASCAL)

11th Grade

12 Qs

Библиотека PyGame

Библиотека PyGame

10th Grade

11 Qs

Year 4 Assessment 3 REVISION

Year 4 Assessment 3 REVISION

4th Grade - University

12 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