Digital alarm clocks display information and visual indicators to help people wake up on time. Which of the displays could be represented by a single bit? There are exactly two correct answers.
Creative Development and Data | Unit Test

Quiz
•
Computers
•
University
•
Easy
Jeremy L
Used 2+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
2 mins • 6 pts
The "PM"/"AM" indicator
The current day of the week
The current hour (1-12)
The current month (1-12)
The temperature unit indicator ("C" or "F")
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
An algorithm will be used to calculate the difference between the smallest and largest values in a list. For the list of [10, 3, 5, 6], it should calculate a difference of 7. There are two proposals for the algorithm:
Algorithm 1: Set 'minVal' to the first value in the list and 'maxVal' to the last value in the list. Iterate through each number in the list. If the number is greater than 'maxVal', store it in 'maxVal'. If the number is less than 'minVal', store it in 'minVal'. Then, set 'maxDiff' to the difference between 'maxVal' and 'minVal'.
Algorithm 2: Set 'minVal' to 1000 and 'maxVal' to 0. Iterate through each number in the list. If the number is greater than 'maxVal', store it in 'maxVal'. If the number is less than 'minVal', store it in 'minVal'. Then, set 'maxDiff' to the difference between 'maxVal' and 'minVal'.
Which of these statements are true about these algorithms?
I. Algorithm 1 does not work on lists where the smallest value is at the start of the list or the largest value is at the end of the list.
II. Algorithm 2 does not work on lists that contain all negative numbers or all numbers greater than 1000.
I only
II only
I and II
Neither I nor II
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
A medical diagnosis app lets users track their symptoms. Whenever a user reports a symptom, the app adds a row to a database table.
-The user ID
-The date of the report
-The time of the report
-A description of how they are feeling
-A severity of the feeling (1-10)
Here are a few rows from the table. The app marketing team needs to understand their users better and asks the data analyst for various statistics. Which statistic CANNOT be calculated from the table of reports?
The total number of reports from all users
The user ID with the most number of reports
The mean duration of the feeling
The distribution of severity ratings across reports
4.
FILL IN THE BLANK QUESTION
2 mins • 6 pts
It is your friend's 18th birthday, and you need to use binary numbers for the candles on their cake. Your plan is to use green candles to mean "on" and gray candles to mean "off". What is the LEAST number of candles you need in order to represent their age?
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Xiomara is a researcher studying the effect of carbon emissions from airplanes on global warming. She collects millions of data points tracking the path of airplanes and develops a program that analyzes the data. When she runs the program on a single company's airplanes, it takes an hour to complete, so she becomes concerned that it will take much too long to run on all of the airplane data. Her friend Dacari suggests using parallel computing to speed up the analysis of the airplane emission data. How would parallel computing speed up the analysis?
Parallel computing will crowdsource the running of the program to volunteers on the Internet, utlizing the power of their machines instead.
Parallel computing can distribute the work to multiple machines, so that each machine has more memory available for faster processing.
Parallel computing will use a heuristic-based algorithm to compute the answer in less time.
Parallel computing can run the program in parallel on subsets of the data, so that the total amount of time is less.
6.
MULTIPLE SELECT QUESTION
2 mins • 3 pts
Consider a computer that uses 4 bits to represent nonnegative integers and uses all 4 bits to represent the value. Which of the following operations would result in integer overflow? There is at least one correct answer.
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Stephanie is researching the friendliness of United States cities. To determine the friendliest and unfriendliest cities, she conducts a nation-wide survey. She then collects data about each of the cities, to try to understand what factors are related to a city's friendliness, and visualizes the data in scatter plots. This scatter plot (left) compares the population of cities to friendliness. This second scatter plot (right) compares each city's latitude to its friendliness. Which conclusion can Stephanie make from the data?
When people move to a southern city, they become friendlier.
When people move to a less populated city, they become friendlier.
There is a positive correlation between latitude and friendliness.
There is a stronger correlation between latitude and friendliness than between population and friendliness.
Create a free account and access millions of resources
Similar Resources on Quizizz
18 questions
Flowchart and Algorithm

Quiz
•
11th Grade - University
20 questions
ITS665_Chap4

Quiz
•
University
15 questions
Cryptology

Quiz
•
9th Grade - University
16 questions
Searching & Sorting Algorithms

Quiz
•
10th Grade - University
15 questions
Searching and Sorting

Quiz
•
University - Professi...
20 questions
Sorting algorithms (Y11)

Quiz
•
8th Grade - University
20 questions
System Analysis and Design(FINAL_EXAM)

Quiz
•
University
15 questions
01 Quiz No. 1

Quiz
•
University
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