T-Level DPDD: Sequential Programming Concepts Quiz

T-Level DPDD: Sequential Programming Concepts Quiz

11th Grade

25 Qs

quiz-placeholder

Similar activities

Python year 9

Python year 9

8th - 11th Grade

20 Qs

CB30: Unit 3 Quiz Review

CB30: Unit 3 Quiz Review

9th - 12th Grade

20 Qs

Subroutines

Subroutines

9th - 11th Grade

25 Qs

Python Concatenation

Python Concatenation

11th Grade

21 Qs

iGCSE Computer Science: Boolean Logic

iGCSE Computer Science: Boolean Logic

9th - 12th Grade

20 Qs

JavaScript Basics CodeHS

JavaScript Basics CodeHS

7th - 12th Grade

20 Qs

Fundamentals in RobotC

Fundamentals in RobotC

9th - 12th Grade

25 Qs

AP CSP Unit 7: Parameters, Returns, and Libraries

AP CSP Unit 7: Parameters, Returns, and Libraries

9th - 12th Grade

26 Qs

T-Level DPDD: Sequential Programming Concepts Quiz

T-Level DPDD: Sequential Programming Concepts Quiz

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Sara Burton

Used 3+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the three basic forms of control in programming?

Sequence, iteration, and selection

Sequence, iteration, and compilation

Iteration, selection, and debugging

Compilation, selection, and iteration

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In programming terms, what does the concept of 'sequence' refer to?

When one instruction follows another

When a program makes a decision

When a program repeats a set of instructions

When a program is compiled

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the role of a compiler in sequential programming?

To start at the beginning and work through the program line by line

To make decisions within the program

To repeat certain instructions

To debug the program

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the process of carrying out lines of code, one at a time, in the order in which it was written called?

Procedural or sequential programming

Iterative programming

Branching programming

Debugging

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does this pseudocode do?

Allows a user to input two numbers, add them, and print out the result

Allows a user to input a string and print it

Allows a user to input two numbers and multiply them

Allows a user to input a number and find its square

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of having a logical order in a program?

To make the code look neat

To ensure the program operates correctly

To confuse the programmer

To save memory

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In this pseudocode, what will happen if the order of instructions is changed such that 'SET result TO number1 + number2' comes before 'RECEIVE number2 FROM (INTEGER) KEYBOARD'?

The program will run correctly

The program will crash on line 02

The program will display an incorrect result

The program will not compile

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?