Computer Science Principles Lists Loops Traversals
Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Thomas Martinez
FREE Resource
Enhance your content
33 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Jasmine is writing a shopping app. She has created a variable to keep track of the number of items in the shopping cart. Every time someone clicks the "addItemButton", she would like the variable to increase by 1.
What code should Jasmine insert where it says <missing code> in order for her app to work?
cart total = 1;
cartTotal + 1;
cartTotal = cartTotal +1;
var cartTotal = cartTotal + 1;
var cartTotal + 1;
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Jose is writing a reply function for a text messaging app. He'd like to swap the sender and receiver so that the value currently in variable From ends up as the value in To and To ends up in From
Which of the following code segments will correctly swap the values as described?
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A programmer wrote an essay for his history class, and realized he has confused the names of Benjamin Franklin and Alexander Graham Bell. Instead of going through the whole paper and changing the names, he used the following incorrect algorithm in an attempt replace every occurrence of "Benjamin Franklin" with "Alexander Graham Bell" and vise versa:
First, change all occurrences of "Benjamin Franklin" to "apple" Then, change all occurrences of "apple" to "Alexander Graham Bell". Then, change all occurrences of "Alexander Graham Bell" to "Benjamin Franklin".
Here is an example of one of the sentences from the paper:
Alexander Graham Bell was born 141 years before Benjamin Franklin, so he was never able to telephone his neighbors.
Which of the following is the result of running the described incorrect algorithm on the sentence above?
Benjamin Franklin was born 141 years before Alexander Graham Bell, so he was never able to telephone his neighbors.
apple was born 141 years before Benjamin Franklin, so he was never able to telephone his neighbors.
Alexander Graham Bell was born 141 years before apple, so he was never able to telephone his neighbors.
Benjamin Franklin was born 141 years before Benjamin Franklin, so he was never able to telephone his neighbors.
Alexander Graham Bell was born 141 years before Alexander Graham Bell, so he was never able to telephone his neighbors.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following images is the most likely outcome of the drawing?
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is displayed by the console.log statement after the following code segment executes?
value is: 2
value is: 2.3333333
value is: 3
value is: 4
value is: c
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A student decides to draw a series of three dots (sort of like a snowman) as shown in the diagram. She wants each dot to be half the radius of the previous dot, and for the center to be on the edge of the dot below it. She writes the following code segment to do it.
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
32 questions
Systems Software-OCR Computer Science (9-1)
Quiz
•
10th - 11th Grade
28 questions
YPR_CS_G2
Quiz
•
2nd Grade - University
28 questions
Network Protocol & Typologies
Quiz
•
10th Grade
30 questions
Data Structures and Algorithm
Quiz
•
11th Grade - Professi...
30 questions
Cambridge Technical Unit 1 LO3
Quiz
•
12th Grade
34 questions
1.1.1. Structure and function of the processor
Quiz
•
12th Grade
35 questions
Mid Tes HTML Quiz
Quiz
•
11th Grade
28 questions
Communication Skills (10th SUN)
Quiz
•
10th Grade
Popular Resources on Wayground
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
20 questions
MINERS Core Values Quiz
Quiz
•
8th Grade
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
20 questions
Multiplying and Dividing Integers
Quiz
•
7th Grade
10 questions
How to Email your Teacher
Quiz
•
Professional Development
15 questions
Order of Operations
Quiz
•
5th Grade
