T-Level DPDD: Selection Programming Concepts Quiz

T-Level DPDD: Selection Programming Concepts Quiz

11th Grade

31 Qs

quiz-placeholder

Similar activities

Javascript

Javascript

10th - 12th Grade

26 Qs

Arduino

Arduino

7th - 12th Grade

32 Qs

AP Computer Science Principles (Final Exam part 2)

AP Computer Science Principles (Final Exam part 2)

9th - 12th Grade

30 Qs

Cyber security

Cyber security

11th Grade

26 Qs

Turtle Python Quiz 1

Turtle Python Quiz 1

10th - 12th Grade

27 Qs

BCHS Y9 Python Topic 6 Quiz

BCHS Y9 Python Topic 6 Quiz

9th - 12th Grade

30 Qs

AP CSP Exam Review

AP CSP Exam Review

10th - 12th Grade

27 Qs

OCR MCQ's Data Validation and Authentication Quiz

OCR MCQ's Data Validation and Authentication Quiz

9th - 12th Grade

36 Qs

T-Level DPDD: Selection Programming Concepts Quiz

T-Level DPDD: Selection Programming Concepts Quiz

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Sara Burton

FREE Resource

31 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 purpose of an If statement in programming?

To repeat a block of code multiple times

To execute a piece of code based on a condition

To define a function

To declare a variable

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if the condition in an If statement is false?

The code inside the If statement is executed

The program terminates

There is no code to execute

The program enters an infinite loop

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements is true about the flowchart for an If statement?

It includes a loop back to the beginning

It has a concept of 'otherwise'

It either runs the code or does not

It always executes the code inside the If statement

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the maximum number of extra pieces of code that can be run with an If statement?

One

Two

Three

Four

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the purpose of the `if` statement in the example Python code?

To check if the password is less than 8 characters

To check if the password is more than 8 characters

To check if the password contains special characters

To check if the password is equal to 8 characters

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What message is displayed if the password is less than 8 characters?

Password is too long

Password is too short

Password is correct

Password is invalid

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?