2.2.1 Programming Constructs

2.2.1 Programming Constructs

12th Grade

10 Qs

quiz-placeholder

Similar activities

Programming - Iteration, Basic Programming Constructs & Loop

Programming - Iteration, Basic Programming Constructs & Loop

2nd - 12th Grade

10 Qs

FOR Loops Python

FOR Loops Python

9th - 12th Grade

12 Qs

Control Structures in Python

Control Structures in Python

11th - 12th Grade

13 Qs

7.5.5 PLENARY

7.5.5 PLENARY

9th - 12th Grade

10 Qs

Computer BTEC U1 quiz terms

Computer BTEC U1 quiz terms

12th Grade

14 Qs

Iteration

Iteration

9th - 12th Grade

15 Qs

Selection Control Structure  Quiz

Selection Control Structure Quiz

6th Grade - University

10 Qs

Flowol

Flowol

KG - University

10 Qs

2.2.1 Programming Constructs

2.2.1 Programming Constructs

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Robin Smith

Used 29+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Execution of statements or functions one after another.

Sequence

Iteration

Selection

Branching

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Used to repeat sections of code.

Sequence

Iteration

Selection

Branching

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Used when code is executed based on a condition.


Tick all that apply.

Sequence

Iteration

Selection

Branching

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Give an example of an instruction in LMC that implements selection.

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Which type of iteration executes a fixed number of predetermined times.

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Which type of iteration executes until something happens.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct IF statement?

if ( i == a )

if ( i=0 )

if (i=a )

if ( ( i = a ) && ( i = 0 ) )

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?