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
Which of these is NOT a basic programming construct?
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 Wayground
12 questions
Selection Sequence Iteration

Quiz
•
7th - 11th Grade
10 questions
Introduction to Python Turtle

Quiz
•
7th - 8th Grade
10 questions
Programming Year 7

Quiz
•
6th - 8th Grade
10 questions
Programming Project Knowledge Check

Quiz
•
7th - 10th Grade
10 questions
Programming Constructs - Bitesize

Quiz
•
KG - 11th Grade
13 questions
FOR Loop Python

Quiz
•
6th - 8th Grade
12 questions
Loops (Python)

Quiz
•
8th Grade
12 questions
Lesson 9 - The internet

Quiz
•
8th Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Computers
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
24 questions
Flinn Lab Safety Quiz

Quiz
•
5th - 8th Grade
15 questions
Wren Pride and School Procedures Worksheet

Quiz
•
8th Grade
10 questions
Essential Lab Safety Practices

Interactive video
•
6th - 10th Grade
10 questions
Converting Repeating Decimals to Fractions

Quiz
•
8th Grade