Programming Constructs Reading

Programming Constructs Reading

Assessment

Passage

Computers

9th - 10th Grade

Hard

Created by

Andrew Ward

Used 12+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the three basic programming constructs?

Sequence, Selection, Iteration

Sequence, Looping, Condition

Selection, Iteration, Looping

Iteration, Condition, Sequence

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In programming, what does the 'sequence' construct refer to?

The order in which instructions occur and are processed

The decision-making process in a program

The repeated execution of a section of code

The condition that controls a loop

3.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Selection in programming is used to determine ___.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of iteration tests the condition at the beginning of the loop?

While loop

Repeat loop

For loop

Do-while loop

5.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Count-controlled iteration is also known as ___.

6.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

An infinite loop can occur if the loop's condition is never ___.