AP Comp. Sci. Principles Midterm Vocab

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 25

flashcard set

Earn XP

26 Terms

1

The Internet

is a network of computing networks that is used for different locations to communicate with each other

New cards
2

Net Neutrality

the principle that all Internet traffic should be treated equally by Internet Service Providers (ISP)

New cards
3

Digital Divide

the gap between those who benefit from the Digital Age and those who don't

New cards
4

Internet Censorship

control or suppression of what can be accessed, published, or viewed on the Internet enacted by regulators

New cards
5

Computing Device

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

New cards
6

Path

is connections between computing devices on a network starting with a sender and ending with a receiver

New cards
7

Bandwidth

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

New cards
8

Copper wire

bits transmitted via electricity

New cards
9

Fiber optic

bits transmitted via light

New cards
10

Wifi

bits transmitted via radio waves

New cards
11

Latency

is the time it takes for a bit to travel from its sender to its receiver

New cards
12

Protocol

is a well known set of rules and standards on how to handle the information

New cards
13

HTTPS (Hypertext Transfer Protocol)

is the set of rules for transferring files -- such as text, images, sound, video and other multimedia files -- over the web

New cards
14

DNS (Domain Name System)

is a system that can associate names with corresponding addresses

New cards
15

WWW (World Wide Web)

refers to all the public websites or pages that users can access on their local computers and other devices through the internet

New cards
16

DNS Spoofing

hacking into a DNS server and changing the IP addresses to send users to a fake website

New cards
17

Packets

are small chunks of information that have been carefully formed from larger chunks of information. They do NOT travel together when transferred.

New cards
18

TCP (Transmission Control Protocol)

provides reliable, ordered, and error-checked delivery of a stream of packets on the internet.  It puts all the tiny data packets back together

New cards
19

Redundancy/Network Redundancy

is the inclusion of extra components so that a system can continue to work even if individual components fail, for example by having more than one path between any two connected devices in a network

New cards
20

Fault Tolerant

is when a system can continue to function even in the event of individual components failures. This is important because elements of complex systems like a computer network fail at unexpected times, often in groups

New cards
21

integer

is a whole number data type

New cards
22

boolean

is a True or False data type

New cards
23

float

is a decimal data type

New cards
24

string

is a series of text data type

New cards
25

parameter

acts as a placeholder when the function is created and will take in a specific value when the function is called

New cards
26

argument

is the actual value for a parameter

New cards
robot