AP Comp Sci Sem 1 Final Flashcards
Computer Science
the study of information and information processes
binary numbers
study it
list the binary numbers in order from least to greatest
1 2 4 8 16 32 64 128
What is the value of the binary number 1111 1111?
255; not 256
computing innovation
a novel or improved idea, device, product, or the development that includes a computer and/or program code as an integral part of its functionality
information
Details, Facts, Figures, Statistics…
Sounds, Expressions, Smells…
Text, Images, Video, Audio…
What is the big idea with binary numbers?
All digital information can be represented with just 0’s and 1’s
demo devices
A lot if information is shared between computers - images, videos, emails, passwords, etc.
Instead of a new system for each piece of information, they can do so using a very basic system.
What number do computer scientists start counting at
0; not 1
Flippy Do
The paper device used for beginner computer scientists trying to learn binary
bit
A contraction of “Binary Digit”; the single unit of information in a computer, typically represented as a 0 or 1
byte
8 bits
nibble
4 bits
decimal number
a base 10 number with ten possible different digits
How many numbers can be represented with two binary bits?
3 numbers; 01, 10, 11
representing decimals in binary
used with a decimal point; 1000.0110; exponents are negative; some numbers, like 0.39 can’t be represented
overflow error
Error from attempting to represent a number that is too large
Round-off Error
Error from attempting to represent a number that is too precise. The value is rounded
abstraction
text -> ASCII -> binary
ASCII
the most common character encoding format for text data in computers and on the internet
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.
Digital Data
Data that changes discreetly through a finite set of possible values
sampling
A process for creating a digital representation of analog data by measuring the analog data at regular intervals called samples.
hexadecimal
Hexadecimal is a numbering system with base 16. It can be used to represent large numbers with fewer digits. In this system there are 16 symbols or possible digit values from 0 to 9, followed by six alphabetic characters – A, B, C, D, E and F
meta data
data that describes other data
abstraction layers in color images
digital image layer -> sample layer -> pixel layer -> binary layer
lossless compression
A process for reducing the number of bits needed to represent something without losing any information. This process is reversible.
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.
computing device
a machine that can run a program, including computers, tablets, servers, routers, and smart sensors
computing system
a group of computing devices and programs working together for a common purpose
computing network
a group of interconnected computing devices capable of sending or receiving data.
path
the series of connections between computing devices on a network starting with a sender and ending with a receiver.
bandwidth
the maximum amount of data that can be sent in a fixed amount of time, usually measured in bits per second
protocol
An agreed-upon set of rules that specify the behavior of some system
Internet Protocol (IP)
a protocol for sending data across the Internet that assigns unique numbers (IP addresses) to each connected device
IP Address
The unique number assigned to each device on the Internet
router
A type of computer that forwards data across a network
redundancy
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
fault tolerant
Can continue to function even in the event of individual component failures. This is important because elements of complex systems like a computer network fail at unexpected times, often in groups
User Datagram Protocol (UDP)
A protocol for sending packets quickly with minimal error-checking and no resending of dropped packets
Transmission Control Protocol (TCP)
A protocol for sending packets that does error-checking to ensure all packets are received and properly ordered
datastream
Information passed through the internet in packets
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
packet metadata
Data added to packets to help route them through the network and reassemble the original message
scalability
the capacity for the system to change in size and scale to meet new demands
The Domain Name System (DNS)
the system responsible for translating domain names like example.com into IP addresses
World Wide Web
a system of linked pages, programs, and files
Hypertext Transfer Protocol (HTTP)
a protocol for computers to request and share the pages that make up the world wide web on the Internet
digital divide
differing access to computing devices and the Internet, based on socioeconomic, geographic, or demographic characteristics.
Can affect both individual and groups.
Raises ethical concerns of equity, access, and influence globally and locally.
Affected by the actions of individuals, organizations, and governments.
net neutrality
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.
internet censorship
the legal control or suppression of what can be accessed, published, or viewed on the Internet
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
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
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