Package deal
AP Computer Science Bundled Exams Questions and Answers Updated 2024
AP Computer Science Bundled Exams Questions and Answers Updated 2024
[Show more]AP Computer Science Bundled Exams Questions and Answers Updated 2024
[Show more]AP Computer Science Principles EXAM 
Study Guide Solutions 
Overflow - ANSWER-error that results when the number of bits is not enough to hold the number, 
like a car's odometer "rolling over" 
Round-off - ANSWER-error that results when the number of bits is not enough to represent the 
act...
Preview 3 out of 24 pages
Add to cartAP Computer Science Principles EXAM 
Study Guide Solutions 
Overflow - ANSWER-error that results when the number of bits is not enough to hold the number, 
like a car's odometer "rolling over" 
Round-off - ANSWER-error that results when the number of bits is not enough to represent the 
act...
AP CSP Exam Study Guide Solutions 
Algorithm - ANSWER-A precise sequence of instructions for processes that can be implemented in a 
programming language and executed by a computer. 
Control Structure - ANSWER-one or more programming language statements that control the flow of 
a computer program. ...
Preview 2 out of 11 pages
Add to cartAP CSP Exam Study Guide Solutions 
Algorithm - ANSWER-A precise sequence of instructions for processes that can be implemented in a 
programming language and executed by a computer. 
Control Structure - ANSWER-one or more programming language statements that control the flow of 
a computer program. ...
AP Computer Science Principles Exam 
Study Guide Solutions 
Agile software development - ANSWER-An approach to software development that emphasizes a 
flexible and ready response to meet a shifting target. 
Benchmarking - ANSWER-Running a program on many data sets to be sure its performance falls 
w...
Preview 3 out of 25 pages
Add to cartAP Computer Science Principles Exam 
Study Guide Solutions 
Agile software development - ANSWER-An approach to software development that emphasizes a 
flexible and ready response to meet a shifting target. 
Benchmarking - ANSWER-Running a program on many data sets to be sure its performance falls 
w...
AP Computer Science Principles Exam 
Questions with Correct Answers 
Consider the following code segment, which uses the variables r, s, and t. 
r <-- 1 
s <-- 2 
t <-- 3 
r <-- s 
s <-- t 
DISPLAY (r) 
DISPLAY (s) 
What is displayed as a result of running the code segment? 
(A) 1 1 
...
Preview 2 out of 15 pages
Add to cartAP Computer Science Principles Exam 
Questions with Correct Answers 
Consider the following code segment, which uses the variables r, s, and t. 
r <-- 1 
s <-- 2 
t <-- 3 
r <-- s 
s <-- t 
DISPLAY (r) 
DISPLAY (s) 
What is displayed as a result of running the code segment? 
(A) 1 1 
...
AP Computer Science Principles Terms 
Study Guide 
protocol - ANSWER-procedure; code of behavior to dictate how the communication should happen 
and how data gets from one place on the Internet to another. 
Internet Protocol - ANSWER-(IP) sets the rules for how information is 
transferred from one c...
Preview 2 out of 10 pages
Add to cartAP Computer Science Principles Terms 
Study Guide 
protocol - ANSWER-procedure; code of behavior to dictate how the communication should happen 
and how data gets from one place on the Internet to another. 
Internet Protocol - ANSWER-(IP) sets the rules for how information is 
transferred from one c...
Unit 13 AP Computer Science Principles 
Exam Study Guide Solutions 
Data - ANSWER-information collected about the physical world (numbers, words, measurements, 
observations, etc) that is in a computer-readable form 
human-readable information - ANSWER-Information like books, notebooks, physical pho...
Preview 2 out of 5 pages
Add to cartUnit 13 AP Computer Science Principles 
Exam Study Guide Solutions 
Data - ANSWER-information collected about the physical world (numbers, words, measurements, 
observations, etc) that is in a computer-readable form 
human-readable information - ANSWER-Information like books, notebooks, physical pho...
AP Computer Science Principles Exam 
Practice Questions and Answers 
What is the College Board and how do you think it will be involved in your life? - ANSWER-The 
College Board is a mission-driven not-for-profit organization 
that connects students to college success and opportunity. The 
organizat...
Preview 2 out of 6 pages
Add to cartAP Computer Science Principles Exam 
Practice Questions and Answers 
What is the College Board and how do you think it will be involved in your life? - ANSWER-The 
College Board is a mission-driven not-for-profit organization 
that connects students to college success and opportunity. The 
organizat...
Computer Science Principles Exam Study 
Guide Solutions 
bit (nibble, byte, kilobyte, megabyte, gigabyte, terabyte) - ANSWER-binary digit 
Ceasar Cipher - ANSWER-simplest form of encryption; each character on the original message is 
replaced with another character some number of positions down the ...
Preview 1 out of 3 pages
Add to cartComputer Science Principles Exam Study 
Guide Solutions 
bit (nibble, byte, kilobyte, megabyte, gigabyte, terabyte) - ANSWER-binary digit 
Ceasar Cipher - ANSWER-simplest form of encryption; each character on the original message is 
replaced with another character some number of positions down the ...
AP Computer Science Principles Chapter 
17 Study Guide with Complete Solutions 
Information Security - ANSWER-The techniques and policies used to ensure proper access to data 
CIA Triad - ANSWER-Confidentiality, Availability, Integrity 
Confidentiality - ANSWER-Ensuring that data is protected from u...
Preview 2 out of 5 pages
Add to cartAP Computer Science Principles Chapter 
17 Study Guide with Complete Solutions 
Information Security - ANSWER-The techniques and policies used to ensure proper access to data 
CIA Triad - ANSWER-Confidentiality, Availability, Integrity 
Confidentiality - ANSWER-Ensuring that data is protected from u...
AP Computer Science Principles 
(Vocabulary) Study Guide 
Innovation - ANSWER-A novel or improved idea, devices, product, etc or the development thereof 
Binary - ANSWER-A way of representing information using only two options 
Bit - ANSWER-a contraction of "Binary Digit"; a bit is the single ...
Preview 2 out of 6 pages
Add to cartAP Computer Science Principles 
(Vocabulary) Study Guide 
Innovation - ANSWER-A novel or improved idea, devices, product, etc or the development thereof 
Binary - ANSWER-A way of representing information using only two options 
Bit - ANSWER-a contraction of "Binary Digit"; a bit is the single ...
AP Comp Sci Principles Loops Redemption 
Exam Practice Questions and Answers 
0 1 2 3 4 - ANSWER-What is the output? 
for i in range (5): 
..print(i, end = " ") 
time time time - ANSWER-What is the output? 
for x in range (3): 
..print("time", end = " ") 
12 - ANSWER-What is the ou...
Preview 2 out of 13 pages
Add to cartAP Comp Sci Principles Loops Redemption 
Exam Practice Questions and Answers 
0 1 2 3 4 - ANSWER-What is the output? 
for i in range (5): 
..print(i, end = " ") 
time time time - ANSWER-What is the output? 
for x in range (3): 
..print("time", end = " ") 
12 - ANSWER-What is the ou...
Practice Questions | AP Computer 
Science Principles with Correct Answers 
Using fraudulent emails in order to trick a user into voluntarily providing sensitive information is an 
example of... - ANSWER-A phishing attack 
What is phishing? - ANSWER-The practice of sending emails supposedly from repu...
Preview 2 out of 5 pages
Add to cartPractice Questions | AP Computer 
Science Principles with Correct Answers 
Using fraudulent emails in order to trick a user into voluntarily providing sensitive information is an 
example of... - ANSWER-A phishing attack 
What is phishing? - ANSWER-The practice of sending emails supposedly from repu...
AP Computer Science Principles: Big Data 
and Privacy Exam Study Guide 
Big Data - ANSWER-a broad term for datasets so large or complex that traditional data processing 
applications are inadequate 
Moore's Law - ANSWER-a prediction made by Gordon Moore (1965) that computing power will 
double ev...
Preview 1 out of 3 pages
Add to cartAP Computer Science Principles: Big Data 
and Privacy Exam Study Guide 
Big Data - ANSWER-a broad term for datasets so large or complex that traditional data processing 
applications are inadequate 
Moore's Law - ANSWER-a prediction made by Gordon Moore (1965) that computing power will 
double ev...
AP Computer Science Principles Unit 1 
UTeach Study Guide Solutions 
Algorithm - ANSWER-A set of steps that completes a task 
Flowchart - ANSWER-Visual representation of the structure and organization of an algorithm 
Sequence - ANSWER-Each step of an algorithm follows the previous step 
Selection -...
Preview 1 out of 3 pages
Add to cartAP Computer Science Principles Unit 1 
UTeach Study Guide Solutions 
Algorithm - ANSWER-A set of steps that completes a task 
Flowchart - ANSWER-Visual representation of the structure and organization of an algorithm 
Sequence - ANSWER-Each step of an algorithm follows the previous step 
Selection -...
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Stuvia is a marketplace, so you are not buying this document from us, but from seller Emillect. Stuvia facilitates payment to the seller.
No, you only buy these notes for $64.23. You're not tied to anything after your purchase.
4.6 stars on Google & Trustpilot (+1000 reviews)
83637 documents were sold in the last 30 days
Founded in 2010, the go-to place to buy study notes for 14 years now