49. Programming 1 : Basic Programming Constructs

Passage
•
Computers
•
9th - 12th Grade
•
Hard
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
Similar Resources on Wayground
16 questions
Computer Science 2.2

Quiz
•
10th Grade
16 questions
Introduction to Programming Vocabulary

Quiz
•
9th - 12th Grade
16 questions
Y9 refresher

Quiz
•
1st - 9th Grade
15 questions
Programming constructs & for loops

Quiz
•
9th Grade
10 questions
Chapter 1 - Algorithm and programming( 9Gen)

Quiz
•
9th Grade
9 questions
Nested Loops and Multi-dimensional Arrays

Quiz
•
11th Grade
10 questions
Programming Constructs - Bitesize

Quiz
•
KG - 11th Grade
16 questions
Python programming

Quiz
•
6th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade