Module 10 Vocabulary

Module 10 Vocabulary

9th Grade

12 Qs

quiz-placeholder

Similar activities

Code.org Unit 5 - Loops

Code.org Unit 5 - Loops

9th - 12th Grade

10 Qs

Computer Science 2: Control Structures

Computer Science 2: Control Structures

8th - 12th Grade

11 Qs

Basic Programming Concepts

Basic Programming Concepts

9th Grade

15 Qs

Python 6. Combined Iteration

Python 6. Combined Iteration

9th Grade

14 Qs

Flow charts and pseudo code

Flow charts and pseudo code

9th - 11th Grade

16 Qs

Java Loops

Java Loops

9th - 12th Grade

12 Qs

Python - Programming Constructs - KS3 Y9

Python - Programming Constructs - KS3 Y9

8th - 9th Grade

15 Qs

Flowcharts and algorithms

Flowcharts and algorithms

8th - 10th Grade

8 Qs

Module 10 Vocabulary

Module 10 Vocabulary

Assessment

Quiz

Computers

9th Grade

Medium

Created by

EMMA RIEMENSCHNEIDER

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a control flow statement that allows code to be executed repeatedly based on a given Boolean condition

conditionals

variable

while loop

initialization

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

used to iterate a part of the program repeatedly, until the specified condition is true. If the number of iteration is not fixed and you must have to execute the loop at least once

do-while

compound logic

iteration

flowchart

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

increases the value of the variable by one

flowchart

decrement

increment

variable

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

decreases the value of the variable by one

variable

loop body

decrement

do while

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

when we put value in a variable, this happens while we declare a variable

flowchart

decrement

compound logic

initialization

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

when we already declared or initialized a variable, and we are changing the value

compound logic

assignment

iteration

loop body

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

provide a means for one thread to suspend execution (to "wait") until notified by another thread that some condition may now be true

variable

flowchart

conditionals

iteration

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?