T-Level DPDD: Iteration Programming Concepts Quiz

T-Level DPDD: Iteration Programming Concepts Quiz

11th Grade

30 Qs

quiz-placeholder

Similar activities

Python new

Python new

3rd Grade - University

26 Qs

Unit 4: While Loops

Unit 4: While Loops

10th - 12th Grade

25 Qs

GCSE Computer Science: Programming (Python)

GCSE Computer Science: Programming (Python)

9th - 12th Grade

25 Qs

Python Loops

Python Loops

9th - 12th Grade

27 Qs

Understanding Input, Selection and Loops in Python

Understanding Input, Selection and Loops in Python

7th Grade - University

25 Qs

Python Conditional Statements

Python Conditional Statements

9th - 12th Grade

25 Qs

Python Programming with sequences a selection

Python Programming with sequences a selection

9th - 12th Grade

25 Qs

Python Flow Control

Python Flow Control

9th - 12th Grade

26 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?