Package deal
APCSP EXAM PACKAGE DEAL 2024,2024
APCSP EXAM PACKAGE DEAL 2024,2024
[Show more]APCSP EXAM PACKAGE DEAL 2024,2024
[Show more]bandwidth - The maximum capacity of data transferred between two connections or the rate data 
travels from one point to another. 
data packet - A unit of data made into a single package that travels a given network path. 
DNS (Domain Name System) - A decentralized service that associates a domain n...
Preview 2 out of 6 pages
Add to cartbandwidth - The maximum capacity of data transferred between two connections or the rate data 
travels from one point to another. 
data packet - A unit of data made into a single package that travels a given network path. 
DNS (Domain Name System) - A decentralized service that associates a domain n...
CYBERSECURITY 
Cybersecurity - the protection of computer systems from the theft or damage to the hardware, 
software or the information on them, as well as from disruption or misdirection of the services they 
provide 
Cyberwarfare - the use of computer technology to disrupt the activities of a sta...
Preview 2 out of 8 pages
Add to cartCYBERSECURITY 
Cybersecurity - the protection of computer systems from the theft or damage to the hardware, 
software or the information on them, as well as from disruption or misdirection of the services they 
provide 
Cyberwarfare - the use of computer technology to disrupt the activities of a sta...
Selection structure - allows programmers to specify the conditions under which a statement is 
executed. 
one of the three control structures; tells the computer to make a decision before selecting the next 
instruction to process; also called the decision structure 
Bit - Binary Digit. Single unit ...
Preview 3 out of 28 pages
Add to cartSelection structure - allows programmers to specify the conditions under which a statement is 
executed. 
one of the three control structures; tells the computer to make a decision before selecting the next 
instruction to process; also called the decision structure 
Bit - Binary Digit. Single unit ...
1. Match the following terms with their definitions - computing device-a machine that can run a 
program. 
computing system-a group of connected computers that can send or receive data. 
computing network-a group of computers working together for a common purpose. 
path-a sequence of direct connects...
Preview 2 out of 5 pages
Add to cart1. Match the following terms with their definitions - computing device-a machine that can run a 
program. 
computing system-a group of connected computers that can send or receive data. 
computing network-a group of computers working together for a common purpose. 
path-a sequence of direct connects...
Bit - The single unit of information in a computer, typically represented as a 0 or 1. 
Bit rate - The number of bits that are conveyed or processed per unit of time (e.g. 8 bits/sec) 
Protocol - A set of rules governing the exchange or transmission of data between devices 
Bandwidth - Transmission ...
Preview 2 out of 5 pages
Add to cartBit - The single unit of information in a computer, typically represented as a 0 or 1. 
Bit rate - The number of bits that are conveyed or processed per unit of time (e.g. 8 bits/sec) 
Protocol - A set of rules governing the exchange or transmission of data between devices 
Bandwidth - Transmission ...
Innovation - a novel or improved idea, device, product, etc. or the development thereof 
Prototype - A preliminary sketch of an idea or model for something new. It's the original drawing 
from which something real might be built or created. 
Bit - A contraction of "Binary Digits". A bit is the si...
Preview 4 out of 34 pages
Add to cartInnovation - a novel or improved idea, device, product, etc. or the development thereof 
Prototype - A preliminary sketch of an idea or model for something new. It's the original drawing 
from which something real might be built or created. 
Bit - A contraction of "Binary Digits". A bit is the si...
Computing is closely tied to ____, computing innovation have far reaching ____. - Answer-creativity; 
innovation 
The two impacts of computing is? - Answer-Facilitate creation of computational artifacts and help people 
solve personal, societal, and global problems. 
What do computing tools enhance?...
Preview 2 out of 5 pages
Add to cartComputing is closely tied to ____, computing innovation have far reaching ____. - Answer-creativity; 
innovation 
The two impacts of computing is? - Answer-Facilitate creation of computational artifacts and help people 
solve personal, societal, and global problems. 
What do computing tools enhance?...
________ refers to the symbols that represent people, events, things, and ideas. Data can be a name, a 
number, the colors in a photograph, or the notes in a musical composition. - Answer-Data 
____________refers to the form in which data is stored, processed, and transmitted - Answer-Data 
Represen...
Preview 1 out of 4 pages
Add to cart________ refers to the symbols that represent people, events, things, and ideas. Data can be a name, a 
number, the colors in a photograph, or the notes in a musical composition. - Answer-Data 
____________refers to the form in which data is stored, processed, and transmitted - Answer-Data 
Represen...
What is a special data type that has one of two values? - Answer-a boolean 
What are the two values a boolean can have? - Answer-true or false 
What are the three ways a boolean can be returned? - Answer-as a result of evaluating a condition 
as a result of comparing two values 
when evaluating one ...
Preview 3 out of 20 pages
Add to cartWhat is a special data type that has one of two values? - Answer-a boolean 
What are the two values a boolean can have? - Answer-true or false 
What are the three ways a boolean can be returned? - Answer-as a result of evaluating a condition 
as a result of comparing two values 
when evaluating one ...
Algorithm - At its core, an algorithm is really just a generalized, conceptual solution to a problem 
that can later be implemented in some real-world form like a computer program. 
Application Program Interface - Application program interface (API) is a set of routines, protocols, 
and tools for co...
Preview 3 out of 21 pages
Add to cartAlgorithm - At its core, an algorithm is really just a generalized, conceptual solution to a problem 
that can later be implemented in some real-world form like a computer program. 
Application Program Interface - Application program interface (API) is a set of routines, protocols, 
and tools for co...
Overflow - error that results when the number of bits is not enough to hold the number, like a 
car's odometer "rolling over" 
Round-off - error that results when the number of bits is not enough to represent the actual 
number, like 3 digits to represent π as 3.14 
Lossy - Compressing data in a...
Preview 1 out of 4 pages
Add to cartOverflow - error that results when the number of bits is not enough to hold the number, like a 
car's odometer "rolling over" 
Round-off - error that results when the number of bits is not enough to represent the actual 
number, like 3 digits to represent π as 3.14 
Lossy - Compressing data in a...
How are procedures abstractions in computer science? 
A. They are Blocks of code that do something specific 
B. They represent the lowest level of code for the computer to run 
C. They use actual values to represent concepts 
D. They can be used without understanding or seeing the code used - Answer...
Preview 3 out of 17 pages
Add to cartHow are procedures abstractions in computer science? 
A. They are Blocks of code that do something specific 
B. They represent the lowest level of code for the computer to run 
C. They use actual values to represent concepts 
D. They can be used without understanding or seeing the code used - Answer...
What is the best explanation for digital data is represented in computers in binary? 
A. The binary number system is the only number system flexible enough to allow for representing data 
other than numbers. 
B. As a consequence of history: early pioneers of computing were making secret codes in bin...
Preview 4 out of 36 pages
Add to cartWhat is the best explanation for digital data is represented in computers in binary? 
A. The binary number system is the only number system flexible enough to allow for representing data 
other than numbers. 
B. As a consequence of history: early pioneers of computing were making secret codes in bin...
Algorithm - A precise sequence of instructions for processes that can be implemented in a 
programming language and executed by a computer. 
Control Structure - one or more programming language statements that control the flow of a 
computer program. Examples: If/Else structure or a loop structure. ...
Preview 2 out of 9 pages
Add to cartAlgorithm - A precise sequence of instructions for processes that can be implemented in a 
programming language and executed by a computer. 
Control Structure - one or more programming language statements that control the flow of a 
computer program. Examples: If/Else structure or a loop structure. ...
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 ACADEMICMATERIALS. Stuvia facilitates payment to the seller.
No, you only buy these notes for $16.49. You're not tied to anything after your purchase.
4.6 stars on Google & Trustpilot (+1000 reviews)
79650 documents were sold in the last 30 days
Founded in 2010, the go-to place to buy study notes for 14 years now