3_28 Warm Up

Quiz
•
Computers
•
10th Grade
•
Medium
Chris Barnabei
Used 3+ times
FREE Resource
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What text will be output by the program?
Less than 10
Less than 20
Less than 30
30 or more
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What text will be output by the program?
Output A
Output B
Output C
Output D
Output E
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A movie theater charges different ticket prices based on a customer's age. The prices are shown in the table below.
Age Ticket Price
12 and younger $5
13 to 64 $8
65 and older $6
The customer's age is stored in the variable age and the price is stored in the variable price. Which piece of code will correctly decide the price for each ticket.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A museum charges different prices based on the day of the week and age of the visitor. The pricing rules are shown below.
On Tuesday and Thursday children 10 and under get in free ($ 0). For all other days and ages the cost is ten dollars ($ 10).
The visitor's age is stored in the variable age, the day of the week is stored in a variable day, and the price in dollars is stored in the variable price. Which piece of code will correctly decide the price for each ticket.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
wordList is a list of words that currently contains the values ["tree", "rock", "air"]
Which of the following lines will result in the list containing the values ["air", "rock", "air"]
wordList[0] = wordList[2]
wordList[2] = wordList[0]
insertItem(wordList, 0, "air")
removeItem(wordList,0)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
.
The following algorithm is followed by a person every morning when they get up from bed to go to school
1. Wake up
2. Brush teeth
3. Put on shirt
4. Put on pants
5. Put on socks
6. Put on shoes
7. Tie shoes
Which concept does this algorithm BEST demonstrate?
Sequencing
Selection
Iteration
Execution
Similar Resources on Wayground
10 questions
Python with DataScience

Quiz
•
7th Grade - University
10 questions
BTEC DIT C1 LAB - Project Planning Basics

Quiz
•
10th Grade
10 questions
Python Selection

Quiz
•
9th - 10th Grade
11 questions
Learning Variables

Quiz
•
9th - 12th Grade
10 questions
Pseudocode WHILE Loops

Quiz
•
10th - 12th Grade
9 questions
Python Lists

Quiz
•
7th - 11th Grade
8 questions
LO1 1.3 The inputs and outputs of each phase of the project

Quiz
•
6th - 10th Grade
11 questions
Pseudo code ('fake' code)

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

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

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th 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
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade