T-Level DPDD: Selection Programming Concepts Quiz

T-Level DPDD: Selection Programming Concepts Quiz

11th Grade

31 Qs

quiz-placeholder

Similar activities

Password (Cyber)

Password (Cyber)

11th Grade

34 Qs

IDAM and Network Architecture

IDAM and Network Architecture

11th Grade

30 Qs

AP CS A CH 1 Review

AP CS A CH 1 Review

10th - 12th Grade

27 Qs

Cyber security

Cyber security

11th Grade

26 Qs

AP CSP Unit 8 Cyber Security and Global Impacts

AP CSP Unit 8 Cyber Security and Global Impacts

9th - 12th Grade

33 Qs

CSP Unit 10 Cybersecurity

CSP Unit 10 Cybersecurity

9th - 12th Grade

33 Qs

AP Computer Science Principles Cyber Security

AP Computer Science Principles Cyber Security

9th - 12th Grade

33 Qs

AP CSP Review Code.org Cybersecurity

AP CSP Review Code.org Cybersecurity

9th - 12th Grade

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