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
29 questions
General IT

Quiz
•
1st - 12th Grade
31 questions
Python Course Selection

Quiz
•
7th - 11th Grade
25 questions
8CS 23-24 Final Assessment Study Guide

Quiz
•
8th Grade
30 questions
Code.org Classic Maze

Quiz
•
3rd - 8th Grade
35 questions
Hazel Park M/W S1 Advanced Post Assessment

Quiz
•
6th - 8th Grade
35 questions
Scratch Review

Quiz
•
7th - 8th Grade
25 questions
Code.org Unit 3 Lessons 12-17

Quiz
•
6th - 8th Grade
31 questions
Programming Constructs (from BBC and Craig 'n' Dave)

Quiz
•
8th 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
18 questions
Company Logos

Quiz
•
6th - 8th 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