Pseudocode Check Up

Pseudocode Check Up

Assessment

Flashcard

Computers

9th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

18 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is pseudocode?

Back

An informal language used to develop algorithms.

2.

FLASHCARD QUESTION

Front

What is sequencing in an algorithm?

Back

An algorithm where steps are carried out one after another

3.

FLASHCARD QUESTION

Front

What is selection in an algorithm?

Back

An algorithm that executes a portion of code only if a certain condition is met.

4.

FLASHCARD QUESTION

Front

What is the purpose of comparison operators?

Back

To compare values and return true or false

5.

FLASHCARD QUESTION

Front

What is the purpose of the 'and' operator?

Back

To return true only if both conditions are true

6.

FLASHCARD QUESTION

Front

What is the purpose of iteration in an algorithm?

Back

To repeat steps either a certain number of times or until a condition is met

7.

FLASHCARD QUESTION

Front

What is missing from the following pseudocode?

IF myVariable > 10 THEN
OUTPUT: "Bigger than 10!"
__________ myVariable < 10 THEN
OUTPUT: "Smaller than 10"
ELSE
OUTPUT: "Is exactly 10"
ENDIF

Back

ELSEIF, ELSE IF

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?