AP COMPUTER SCIENCE FINAL

AP COMPUTER SCIENCE FINAL

11th Grade

21 Qs

quiz-placeholder

Similar activities

Oryan and Kaleb network project 7.6

Oryan and Kaleb network project 7.6

9th - 12th Grade

18 Qs

Database and SQL

Database and SQL

10th - 11th Grade

22 Qs

uCertify Lesson 3 mid chapter User Interface

uCertify Lesson 3 mid chapter User Interface

8th - 12th Grade

20 Qs

Introduction to TCP/IP

Introduction to TCP/IP

11th Grade

20 Qs

Computer Science Principles - Spring ['25] Final Exam

Computer Science Principles - Spring ['25] Final Exam

11th Grade

20 Qs

Fundamentals of Programming C++

Fundamentals of Programming C++

9th Grade - University

20 Qs

Microsoft Excel Chapter 1 Terms and Definitions

Microsoft Excel Chapter 1 Terms and Definitions

9th - 12th Grade

19 Qs

Loops Vocabulary

Loops Vocabulary

9th - 12th Grade

17 Qs

AP COMPUTER SCIENCE FINAL

AP COMPUTER SCIENCE FINAL

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Adam Dennison

Used 16+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?