49. Programming 1 : Basic Programming Constructs

49. Programming 1 : Basic Programming Constructs

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Basic Programming Constructs

Basic Programming Constructs

11th Grade

11 Qs

Sequencing, Selection and Iteration

Sequencing, Selection and Iteration

8th - 10th Grade

12 Qs

Introduction to Programming

Introduction to Programming

9th Grade - University

10 Qs

Scratch Coding Vocabulary

Scratch Coding Vocabulary

9th Grade

10 Qs

Programming Lesson Quiz

Programming Lesson Quiz

8th - 9th Grade

14 Qs

CodeHS APCSP Python Control Structures

CodeHS APCSP Python Control Structures

11th - 12th Grade

13 Qs

AP CSP Unit 3: Lessons 2-7 Vocab Quiz

AP CSP Unit 3: Lessons 2-7 Vocab Quiz

9th - 12th Grade

10 Qs

OCR GCSE - Flow Charts

OCR GCSE - Flow Charts

9th - 12th Grade

16 Qs

49. Programming 1 : Basic Programming Constructs

49. Programming 1 : Basic Programming Constructs

Assessment

Passage

Computers

9th - 12th Grade

Hard

Created by

Andy Workman

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the simplest and most straightforward programming construct?

Branching

Iteration

Sequence

Selection

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which programming construct allows a program to execute different directions based on a condition?

Selection

Execution

Sequence

Iteration

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first typical selection construct you learn about?

While loop

For loop

Do until loop

If statement

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of loop is known as a counter-controlled loop?

If loop

For loop

While loop

Do until loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which loop is used when the number of iterations is not known ahead of time?

If loop

While loop

For loop

Do until loop

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a key feature of a do until loop?

It is a counter-controlled loop.

It cannot be used in Python.

It executes the code inside the loop at least once.

It checks the exit condition at the beginning.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the concept of nesting structures in programming?

Executing one instruction after another

Branching into various directions based on conditions

Putting one statement inside another

Repeating sections of code

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?