Data
Quiz
•
Computers
•
9th Grade - University
•
Hard
Thomas Martinez
FREE Resource
11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A school is developing a program to keep track of information about students and their class schedules. In which of the following instances would a data abstraction be most helpful?
The program includes individual variables to store the names of each student rather than a single list of students.
A program includes repeated code that could be moved inside a function.
A program includes multiple comments that could be combined into a single comment
A program includes repeated programming statements that could be moved inside a loop
2.
FILL IN THE BLANK QUESTION
1 min • 1 pt
What will be displayed when this program finishes running?
var numbersList = [20, 10, 5]
appendItem(numbersList, 50)
appendItem(numbersList,100)
removeItem(numbersList,1)
insertItem(numbersList, 0, 30)
console.log(numbersList.length)
3.
FILL IN THE BLANK QUESTION
1 min • 1 pt
What will be displayed after the program?
for(var i = 0; i < 4; i++){
console.log(i);
}
4.
FILL IN THE BLANK QUESTION
1 min • 1 pt
What will the following program display in the console?
var sum = 0;
for(var i = 0; i < 5; i++){
sum = sum + i;
}
console.log(sum);
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
A program is designed to determine the minimum value in a list of positive numbers called numList. The following program was written
var minimum = <MISSING CODE>
for(var i = 0; i < numList.length; i++){
if (numList[i] < minimum){
minimum = numList[i];
}
}
console.log("The minimum is" + minimum);
Fill in the missing code
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
A restaurant knows from historical data that 60 out of 100 of its customers purchase a full meal while 40 out of 100 only order a side dish. The program below is intended to simulate the orders of 1000 customers.
fullMeal 0
sideDish 0
REPEAT 1000 TIMES{
IF (<MISSING CODE>)
{ fullMeal fullMeal + 1}
ELSE { sideDish sideDish + 1 }}
DISPLAY (fullMeal)
DISPLAY ("full meals were ordered,")
DISPLAY (sideDish)
DISPLAY ("side dishes were ordered.")
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple

Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
16 questions
Python есептер 1
Quiz
•
9th - 12th Grade
10 questions
Empowerment Technologies Quiz 2
Quiz
•
11th Grade
10 questions
Adobe Photoshop
Quiz
•
University
10 questions
Introduction to Mobile Commerce
Quiz
•
University
15 questions
After Effect Intoduction
Quiz
•
10th Grade - University
14 questions
Linux: Users and Groups
Quiz
•
9th Grade - University
10 questions
2AB. ITIC-Representación Interna de Datos
Quiz
•
10th - 11th Grade
10 questions
VR and AR in multimedia applications
Quiz
•
University
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd 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
30 questions
Computer Terminology Exercise #1 ( Fill Ins)
Quiz
•
9th Grade
15 questions
MLA Formatting
Quiz
•
9th Grade
20 questions
Typing Practice
Quiz
•
7th - 12th Grade
14 questions
Inputs and Outputs: Computer Science Intro
Lesson
•
5th - 9th Grade
20 questions
Google Sheets Quiz
Quiz
•
9th Grade