2.2.1 Programming Constructs

2.2.1 Programming Constructs

12th Grade

10 Qs

quiz-placeholder

Similar activities

Y8 - GM - L03 - Programming Constructs Quiz

Y8 - GM - L03 - Programming Constructs Quiz

12th Grade

7 Qs

CodeHS 2.10 While Loops

CodeHS 2.10 While Loops

9th - 12th Grade

10 Qs

BJC Unit 1 Review

BJC Unit 1 Review

10th - 12th Grade

13 Qs

Code.org Unit 10 CSP

Code.org Unit 10 CSP

9th - 12th Grade

15 Qs

Numpy arrays -Class XII

Numpy arrays -Class XII

11th - 12th Grade

10 Qs

CPIT 201 Algorithms

CPIT 201 Algorithms

12th Grade - University

15 Qs

Intro to Computer Programming

Intro to Computer Programming

9th - 12th Grade

14 Qs

Programming Paradigms

Programming Paradigms

12th Grade

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?