Which of these is NOT a basic programming construct?
SLR 8 - Basic Programming Concepts - Part Two

Quiz
•
Computers
•
8th Grade
•
Medium

Neil Stephens
Used 23+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Selection
Subroutines
Iteration
Sequence
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these is an example of selection?
while x == 3:
print("yes!")
If x == 3:
print("yes!")
for x == 3:
print("yes!")
when x == 3:
print("yes!")
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these is an example of iteration?
for i == 5:
print(i)
if i == 5:
print(i)
if i in range (5):
print(i)
for i in range (5):
print(i)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these is an example of nested iteration?
while x is True:
for i in range(10):
print(i)
while x is True and i < 10:
print(i)
if i < 10:
if j > 5:
print(i)
for i in range(7):
if i < 5:
print(i)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does 'Sequence' mean?
Instructions are repeated in a pattern
Instructions are carried out in the correct order
Instructions are carried out in a random order
Instructions are selected based on a condition
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Some code is separated into chunks. These different blocks can be 'called' when needed. What are they?
Iteration
If blocks
While loops
Subroutines
7.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Which of these are benefits of using subroutines to structure code?
Select as many as needed.
Easier to code
Easier to debug
Easier to reuse
Create a free account and access millions of resources
Similar Resources on Quizizz
9 questions
KS3 - Selection, Iteration or Sequence

Quiz
•
KG - 12th Grade
15 questions
SCRATCH QUIZ

Quiz
•
6th - 8th Grade
10 questions
Python - Printing, Variables and Syntax

Quiz
•
8th Grade
11 questions
Y8 Hwk 4: Subroutines

Quiz
•
8th Grade
12 questions
Python Fundamentals

Quiz
•
8th Grade
12 questions
Selection Sequence Iteration

Quiz
•
7th - 11th Grade
15 questions
Selection in Python

Quiz
•
1st - 9th Grade
15 questions
Gaming Lesson 2

Quiz
•
6th - 8th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University
44 questions
El fin del año- 7th

Quiz
•
7th - 12th Grade
40 questions
Word Study Assessment: Roots, Prefixes, Suffixes, and Vocabulary

Quiz
•
8th Grade
17 questions
guess the logo

Quiz
•
8th Grade
16 questions
Function or Non-Function?

Quiz
•
8th - 10th Grade
15 questions
Sentence Fragments and Run-ons

Quiz
•
8th Grade