T-Level DPDD: Iteration Programming Concepts Quiz

T-Level DPDD: Iteration Programming Concepts Quiz

11th Grade

30 Qs

quiz-placeholder

Similar activities

Python GCSE Recap

Python GCSE Recap

9th - 12th Grade

28 Qs

Python Program Error Identification Quiz

Python Program Error Identification Quiz

9th Grade - University

27 Qs

Python Review

Python Review

9th - 12th Grade

30 Qs

python

python

KG - Professional Development

30 Qs

Intro to CS (Python Fundamentals) S1 Exam

Intro to CS (Python Fundamentals) S1 Exam

9th - 12th Grade

30 Qs

Edison Python Programming

Edison Python Programming

10th - 12th Grade

27 Qs

Basic Python Concepts and Console Interaction

Basic Python Concepts and Console Interaction

10th - 12th Grade

31 Qs

CONDITIONAL STATEMENTS

CONDITIONAL STATEMENTS

11th - 12th Grade

25 Qs

T-Level DPDD: Iteration Programming Concepts Quiz

T-Level DPDD: Iteration Programming Concepts Quiz

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Sara Burton

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT one of the three basic forms of control in programming?

Sequence

Iteration

Selection

Compilation

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the process called when we want some code to run repeatedly in programming?

Sequencing

Iteration

Selection

Compilation

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of a situation where a for loop might be used?

Reading a Chip and Pin card

Opening a file

Sending an email

Connecting to a network

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is required to execute a for loop?

A counter variable

A function call

A conditional statement

A return statement

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What must happen to the counter at the end of each execution of a for loop?

It must go up by one

It must be reset to zero

It must be halved

It must be doubled

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the maximum number of attempts usually allowed to enter a pin number in a Chip and Pin card reader before the account is locked?

Two

Three

Four

Five

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the initial value of the counter in the example flowchart for a FOR loop?

0

1

2

10

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?