Grade 9 Small Basic Lesson Plan

Grade 9 Small Basic Lesson Plan

Assessment

Flashcard

Computers

9th Grade

Hard

Created by

EYA GHOBER

FREE Resource

Student preview

quiz-placeholder

61 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is an algorithm?

Back

An algorithm is a set of instructions or rules to solve a problem.

2.

FLASHCARD QUESTION

Front

What are the three elements of a condition?

Back

1. The first value (always a variable) to be evaluated. 2. The comparison operator: < , > , = , <= , >= , !=. 3. A second value (it can be a variable or a constant).

3.

FLASHCARD QUESTION

Front

What does the Small Basic program need to check for a triangle to exist?

Back

The sum of the three angles must equal 180.

4.

FLASHCARD QUESTION

Front

What is the purpose of the ELSEIF instruction?

Back

To evaluate several values in a condition.

5.

FLASHCARD QUESTION

Front

What is the structure of a WHILE loop in Small Basic?

Back

While condition Instructions EndWhile

6.

FLASHCARD QUESTION

Front

What is the purpose of a loop counter?

Back

To control the number of repetitions of a loop.

7.

FLASHCARD QUESTION

Front

What is a sub-procedure in Small Basic?

Back

A sub-procedure is a defined part of code that can be reused by calling its name.

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?