Module 10 Vocabulary

Module 10 Vocabulary

9th Grade

12 Qs

quiz-placeholder

Similar activities

lesson 2 vocab gaming

lesson 2 vocab gaming

6th - 9th Grade

15 Qs

Python Beginner

Python Beginner

9th - 10th Grade

16 Qs

Flowchart

Flowchart

1st - 9th Grade

10 Qs

Pseudocode - Iteration

Pseudocode - Iteration

7th - 11th Grade

10 Qs

Iteration Assessment

Iteration Assessment

9th - 10th Grade

10 Qs

Algorithms

Algorithms

8th - 10th Grade

15 Qs

AP CSP Unit 2 Quiz 1 Review

AP CSP Unit 2 Quiz 1 Review

9th - 12th Grade

17 Qs

Hangman Game - Programming Questions

Hangman Game - Programming Questions

7th - 11th Grade

15 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?