The Python Sequence Construct

The Python Sequence Construct

Assessment

Interactive Video

10th Grade

Hard

Created by

Catherine L Hulcher

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The specific order in which instructions are performed is called

algorithms

iteration

sequence

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Use symbols to show the sequence of actions in a program

Flowchart

Draft

Invitation

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Allows you to direct the program's flow to the next statement without evaluating conditions

Conditional programming

If/Else programming

Unconditional programming

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is better to help programmers design a program?

Nassi-Schneiderman Diagram

Flowchart

Notes

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the 3 building blocks of programming performs one step then another step then another step unconditionally?

sequence

selection

iteration