T-Level DPDD: Iteration Programming Concepts Quiz

T-Level DPDD: Iteration Programming Concepts Quiz

11th Grade

30 Qs

quiz-placeholder

Similar activities

Python Interaction

Python Interaction

10th - 12th Grade

31 Qs

Edx GCSE Python 04

Edx GCSE Python 04

11th Grade

35 Qs

Unit 2 Computer Science Review

Unit 2 Computer Science Review

10th - 12th Grade

27 Qs

Technology Coding

Technology Coding

9th - 12th Grade

25 Qs

Try Out  1

Try Out 1

11th Grade

25 Qs

C++ Chapter 5 Review - Loops

C++ Chapter 5 Review - Loops

10th Grade - University

32 Qs

Unit 4:Topic 1:formative assessme Creating “Search.php” Term

Unit 4:Topic 1:formative assessme Creating “Search.php” Term

11th Grade

28 Qs

Karel CodeHS Top Down Design

Karel CodeHS Top Down Design

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