AP COMPUTER SCIENCE FINAL

Quiz
•
Computers
•
11th Grade
•
Medium
Adam Dennison
Used 16+ times
FREE Resource
21 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the value of sum1 after this code runs?
4
1
40
10
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If we want to draw a circle using our helpful drawCircle function at position (200, 300) with a radius of 50 and color purple, which is the correct function call?
As a reminder, here’s the function header for drawCircle:
function drawCircle(radius, color, x, y)
drawCircle(200, 300, 50, Color.purple);
drawCircle(50, Color.purple, 200, 300);
drawCircle(200, 300, Color.purple, 50);
drawCircle(radius, color, x, y);
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider the following array:
var shoppingList = ["notebooks", "pencils", "calculator", "backpack",
"markers"];
Which line of code will correctly change "markers" to "colored pencils"?
shoppingList["markers"] = "colored pencils";
shoppingList["colored pencils"] = "markers";
shoppingList[4] = "colored pencils";
shoppingList[5] = "colored pencils";
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Why do we compress data?
I. To save memory space on devices
II. To speed up the time it takes to send a file over the internet
III. The computation it takes to decompress data is cheaper than the storage space required to store uncompressed data
I only
I and II
I, II, and III
III only
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following are true about Internet routing?
I. For any two points on the Internet, there exists only one path between the two points
II. Routing on the Internet is fault-tolerant and redundant
I only
II only
Both I and II
Neither I and II
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following statements are true about using visualizations to display a dataset?
I. Visualizations are visually appealing but don’t help the viewer understand relationships that exist in the data
II. Visualizations like graphs, charts, or visualizations with pictures are useful for conveying information, while tables just filled with text are not useful.
III. Patterns that exist in the data can be found more easily by using a visualization
I and II
II and III
I, II, and III
III only
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Alma will make the honor roll if she has at least a 3.80 GPA and misses less than 5 days of school in a year. In which of the following cases will Alma make honor roll?
Alma has a 3.84 GPA and misses 5 days of school
Alma has a 3.78 GPA and misses 2 days of school
Alma has a 3.68 GPA and misses 6 days of school
Alma has a 3.81 GPA and misses 3 days of school
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
WSMS Internet Basics: Web Pages and Websites

Quiz
•
6th - 12th Grade
20 questions
Computer Networks Review

Quiz
•
9th - 12th Grade
21 questions
Data Security & Data Integrity

Quiz
•
10th - 11th Grade
20 questions
G8 Web Basics

Quiz
•
8th - 12th Grade
18 questions
Web Design Intro Quizzizz

Quiz
•
9th - 12th Grade
21 questions
AP CSP Internet

Quiz
•
9th - 12th Grade
20 questions
PRETEST TIK KELAS 11

Quiz
•
11th Grade
20 questions
TMK Tahun 6 - Pengaturcaraan

Quiz
•
KG - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade