Programming Basic 2

Quiz
•
Computers
•
8th Grade
•
Hard
henry lutterodt
Used 6+ times
FREE Resource
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will happen if you try to access an index that does not exist in a list?
The program will print None
The program will crash with an error
The program will return the last item in the list
The program will automatically add a new item
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If you want a program to run a block of code only if a certain condition is met, which structure should you use?
Sequence
Iteration
Selection
Debugging
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A programmer wants to repeat a block of code until a condition becomes false. Which of the following is the best choice?
If statement
For loop
While loop
Print function
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the main advantage of using decomposition in programming?
It makes a program easier to manage by breaking it into smaller parts
It allows programs to run faster
It removes the need for loops
It reduces the number of variables needed
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct way to check if a number is even using Python?
if number / 2 == 0:
if number % 2 == 0:
if number ** 2 == 0:
if number + 2 == 0:
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of print(10 % 3)?
3
1
0
10
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following statements about Boolean values is correct?
A Boolean can store multiple values
A Boolean can only be either True or False
Boolean values can be added like numbers
Boolean values do not exist in Python
Create a free account and access millions of resources
Similar Resources on Wayground
25 questions
For Loops Code.org/ Lessons 6-10 (Flocabulary)

Quiz
•
6th - 8th Grade
28 questions
Codesters: Intro to Python

Quiz
•
6th - 8th Grade
25 questions
EduBlocks NCCE Lesson 1-2

Quiz
•
7th - 8th Grade
30 questions
Karel-1

Quiz
•
7th - 8th Grade
26 questions
Automation & Robotics Lesson 1 Vocabulary

Quiz
•
6th - 8th Grade
27 questions
Tynker Lessons 1-5

Quiz
•
6th - 8th Grade
25 questions
Python Revisoin

Quiz
•
8th Grade
25 questions
python loop 7th

Quiz
•
7th Grade - University
Popular Resources on Wayground
55 questions
CHS Student Handbook 25-26

Quiz
•
9th Grade
10 questions
Afterschool Activities & Sports

Quiz
•
6th - 8th Grade
15 questions
PRIDE

Quiz
•
6th - 8th Grade
15 questions
Cool Tool:Chromebook

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

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
20 questions
Bullying

Quiz
•
7th Grade
18 questions
7SS - 30a - Budgeting

Quiz
•
6th - 8th Grade