T-Level DPDD: Sequential Programming Concepts Quiz

T-Level DPDD: Sequential Programming Concepts Quiz

11th Grade

25 Qs

quiz-placeholder

Similar activities

Intro to CS Unit 2

Intro to CS Unit 2

10th - 11th Grade

27 Qs

GCSE (9–1) CS 2.1 Algorithms

GCSE (9–1) CS 2.1 Algorithms

9th - 11th Grade

30 Qs

Data Types- Python

Data Types- Python

7th - 11th Grade

25 Qs

Cse

Cse

9th - 11th Grade

30 Qs

RobotC Basics of Movement

RobotC Basics of Movement

9th - 12th Grade

20 Qs

CB30: Unit 3 Quiz Review

CB30: Unit 3 Quiz Review

9th - 12th Grade

20 Qs

Practice for 3rd AP Java quiz

Practice for 3rd AP Java quiz

9th - 12th Grade

25 Qs

Python Programming Quiz

Python Programming Quiz

9th Grade - University

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