AP Comp Sci Principles

studied byStudied by 22 people
4.0(1)
Get a hint
Hint

Binary

1 / 46

flashcard set

Earn XP

Description and Tags

Vocab Words

47 Terms

1

Binary

a way of representing information using only two options

New cards
2

Bit

a contraction of “Binary Digit”; the single unit of information in a computer, typically represented as a 0 or 1

New cards
3

Image

a type of data used for graphics or pictures.

New cards
4

Metadata

is data that describes other data. For example, a digital image may include metadata that describe the size of the image, number of colors, or resolution.

New cards
5

pixel

short for "picture element", the fundamental unit of a digital image, typically a tiny square or dot that contains a single point of color of a larger image.

New cards
6

Analog Data

data with values that change continuously, or smoothly, over time. Some examples of analog data include music, colors of a painting, or position of a sprinter during a race.

New cards
7

Digital Data

data that changes discreetly through a finite set of possible values

New cards
8

Sampling

a process for creating a digital representation of analog data by measuring the analog data at regular intervals called samples.

New cards
9

Lossless Compression

a process for reducing the number of bits needed to represent something without losing any information. This process is reversible.

New cards
10

Heuristic

a problem solving approach (algorithm) to find a satisfactory solution where finding an optimal or exact solution is impractical or impossible.

New cards
11

Lossy Compression:

a process for reducing the number of bits needed to represent something in which some information is lost or thrown away. This process is not reversible

New cards
12

Text

should use lossless / uncompressed because it already has a small file size and it’s important to be able to reconstruct the original message for communication purposes.

New cards
13

Video

should use lossy compression because it usually has a large file size which we need to reduce so we don’t use up all our data

New cards
14

Image & Audio

can have various answers, but what’s most important is how the answer is justified. Note that lossy compression is best when you want to save data or transmit quickly, and lossless when it’s important to perfectly recreate the original file.

New cards
15

Open Source

programs that are made freely available and may be redistributed and modified.

New cards
16

Open Access

online research output free of restrictions to access and use

New cards
17

Net Neutrality

is a raging legal debate about the principle that Internet service providers should enable access to all content and applications regardless of the source, and without favoring or blocking particular products or websites.

New cards
18

Internet Censorship

is the attempt to control or suppress what can be accessed, published, or viewed on the Internet by certain people. This can be used to protect people (i.e. to not allow access to child pornography) but can also be used to limit free speech.

New cards
19

Computing Device

a machine that can run a program, including computers, tablets, servers, routers, and smart sensors

New cards
20

Computer System

a group of computing devices and programs working together for a common purpose

New cards
21

Computing Network

a group of interconnected computing devices capable of sending or receiving data.

New cards
22

Path

the series of connections between computing devices on a network starting with a sender and ending with a receiver.

New cards
23

Bandwidth

the maximum amount of data that can be sent in a fixed amount of time, usually measured in bits per second.

New cards
24

Protocol

An agreed-upon set of rules that specify the behavior of some system

New cards
25

IP Address

The unique number assigned to each device on the Internet.

New cards
26

Internet Protocol (IP)

a protocol for sending data across the Internet that assigns unique numbers (IP addresses) to each connected device

New cards
27

Packet

A chunk of data sent over a network. Larger messages are divided into packets that may arrive at the destination in order, out-of-order, or not at all.

New cards
28

Packet Metadata

Data added to packets to help route them through the network and reassemble the original message.

New cards
29

Transmission Control Protocol (TCP)

A protocol for sending packets that does error-checking to ensure all packets are received and properly ordered

New cards
30

User Datagram Protocol (UDP)

A protocol for sending packets quickly with minimal error-checking and no resending of dropped packets

New cards
31

HTTP - (HyperText Transfer Protocol)

A call-and-response protocol for client/server relationship, where a client requests a web page or other content (image, sound, video, etc.) from a server. The server looks for it and sends it back.

New cards
32

User Interface

the inputs and outputs that allow a user to interact with a piece of software. User interfaces can include a variety of forms such as buttons, menus, images, text, and graphics

New cards
33

Input

data that are sent to a computer for processing by a program. Can come in a variety of forms, such as tactile interaction, audio, visuals, or text.

New cards
34

Output

any data that are sent from a program to a device. Can come in a variety of forms, such as tactile interaction, audio, visuals, or text.

New cards
35

Program Statement

a command or instruction. Sometimes also referred to as a code statement.

New cards
36

Program

a collection of program statements. Programs run (or “execute”) one command at a time.

New cards
37

Sequential Programming

program statements run in order, from top to bottom.

New cards
38

Event Driven Programming:

some program statements run when triggered by an event, like a mouse click or a key press

New cards
39

Documentation

a written description of how a command or piece of code works or was developed.

New cards
40

Comment

form of program documentation written into the program to be read by people and which do not affect how a program runs

New cards
41

Expression

a combination of operators and values that evaluates to a single value

New cards
42

Variable

holds one value at a time

New cards
43

Assignment Operator

allows a program to change the value represented by a variable

New cards
44

myVar

creates a new variable

New cards
45

variable

a reference to a value or expression that can be used repeatedly throughout a program.

New cards
46

OverFlow Error

Error from attempting to represent a number that is too large.

New cards
47

Round-off Error

Error from attempting to represent a number that is too precise. The value is rounded.

New cards

Explore top notes

note Note
studied byStudied by 10 people
... ago
5.0(1)
note Note
studied byStudied by 6 people
... ago
5.0(1)
note Note
studied byStudied by 5 people
... ago
4.0(1)
note Note
studied byStudied by 67 people
... ago
4.2(5)
note Note
studied byStudied by 20 people
... ago
5.0(1)
note Note
studied byStudied by 27 people
... ago
5.0(1)
note Note
studied byStudied by 6 people
... ago
5.0(1)
note Note
studied byStudied by 276 people
... ago
5.0(1)

Explore top flashcards

flashcards Flashcard (50)
studied byStudied by 4 people
... ago
5.0(1)
flashcards Flashcard (66)
studied byStudied by 58 people
... ago
5.0(1)
flashcards Flashcard (190)
studied byStudied by 24 people
... ago
5.0(1)
flashcards Flashcard (25)
studied byStudied by 2 people
... ago
5.0(1)
flashcards Flashcard (21)
studied byStudied by 7 people
... ago
5.0(1)
flashcards Flashcard (32)
studied byStudied by 23 people
... ago
5.0(1)
flashcards Flashcard (91)
studied byStudied by 1 person
... ago
5.0(1)
flashcards Flashcard (100)
studied byStudied by 58 people
... ago
5.0(2)
robot