Computer Science I Final

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/64

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

65 Terms

1
New cards

bit

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

2
New cards

byte

8 bits

3
New cards

binary

a way of representing information using only two options

4
New cards

binary number system

a system for representing numbers using combinations of the digits 0 and 1

5
New cards

decimal number system

a system for representing numbers using combinations of the digits 0 - 9

6
New cards

overflow error

an incorrect value from attempting to represent a number that is too large

7
New cards

round-off error

an incorrect value from attempting to represent a number that is too precise

8
New cards

digital data

data that changes discreetly through a finite set of possible values

9
New cards

analog data

data with values that change continuously, or smoothly, over time, for example, music and colors of a painting

10
New cards

sampling

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

11
New cards

pixel

the fundamental unit of a digital image, typically a tiny square or dot which contains a single point of color of a larger image

12
New cards

resolution

the dimensions by which you can measure how many pixels are on a screen

13
New cards

RGB

the RGB color model that uses varying intensities of (R)ed, (G)reen, and (B)lue light added together to reproduce a broad array of colors

14
New cards

data compression

a process for reducing the number of bits needed to represent a piece of information

15
New cards

lossless compression

a process for reducing the number of bits needed to represent something without losing information

16
New cards

lossy compression

a process for reducing the number of bits needed to represent something in which some information is lost

17
New cards

intellectual property

a work or invention that is the result of creativity, such as a piece of writing or a design, to which one has rights

18
New cards

creative commons

a collection of public copyright licenses that enable the free distribution of an otherwise copyrighted work

19
New cards

open access

content free of any and all restrictions on access and free of many restrictions on use

20
New cards

open source

content free of any and all restrictions on access and free of many restrictions on use

21
New cards

internet

a computer network consisting of interconnected networks that use standardized, open communication protocols

22
New cards

world wide web (WWW or web)

a network of web pages and media connected by links and accessible by URLs

23
New cards

web browser

the application used to view web pages

24
New cards

computing network

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

25
New cards

path

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

26
New cards

bandwidth

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

27
New cards

protocol

an agreed-upon set of rules that specify the behavior of a system

28
New cards

IP address

the unique number assigned to each device on the Internet

29
New cards

internet protocol (IP)

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

30
New cards

router

a type of computer that forwards data across a network

31
New cards

redundancy

the inclusion of extra components so that a system can continue to work even if individual components fail

32
New cards

fault tolerant

describes a system that can continue to function even in the event of individual component failures

33
New cards

datastream

information passed through the internet in packets

34
New cards

packet

a chunk of data sent over a network

35
New cards

metadata

data that describes other data, for example, a packet includes metadata such as the source IP address, target IP address

36
New cards

transmission control protocol (TCP)

a protocol for sending packets that does error-checking to ensure all packets are received and in the proper order

37
New cards

user datagram protocol (UDP)

a protocol used on the internet for fast transmission of information with minimal error checking and no resending of dropped packets

38
New cards

hypertext markup language (HTML)

the language used to create web pages within a web browser

39
New cards

scalability

the capacity for the system to change in size and scale to meet new demands

40
New cards

domain name system (DNS)

the system responsible for translating domain names like example.com into IP addresses

41
New cards

uniform resource locator (URL)

the unique name for a domain or document on the internet

42
New cards

domain

a text identifier for a server on the internet containing a descriptive name, a period, and a TLD, for example: google.com

43
New cards

hyper text transfer protocol (HTTP)

the set of rules used for transmitting web pages over the internet

44
New cards

hyper text transfer protocol secure (HTTPS)

a secure version of  HTTP

45
New cards

internet service provider (ISP)

a company that provides access to the internet for a fee

46
New cards

certificate authority

issues digital certificates that validate the ownership of encryption keys used in secure communications

47
New cards

digital divide

differing access to computing devices and the internet, based on socioeconomic, geographic, or demographic characteristics

48
New cards

computing innnovation

effort involving a computer to change current practices in a creative way

49
New cards

personally identifiable information (PII)

information about an individual that identifies, links, relates, or describes them

50
New cards

privacy policy

an agreement from the user about how the software or technology will use their data

51
New cards

phishing

a technique that attempts to trick a user into providing personal information

52
New cards

keylogging

the use of a program to record every keystroke made by a computer user in order to gain fraudulent access to confidential information

53
New cards

malware

software intended to damage a computing system or to take partial control over its operation

54
New cards

rogue access point

a wireless access point that gives unauthorized access to secure networks

55
New cards

distributed denial of service (DOoS)

when a hacker uses multiple computers to send many requests to a target server, so that the server is unavailable for normal traffic

56
New cards

virus

a malicious program that can copy itself and gain access to a computer in an unauthorized way

57
New cards

encryption

a process of encoding messages to keep them secret, so only "authorized" parties can read it

58
New cards

decryption

a process that reverses encryption, taking a secret message and reproducing the original plain text

59
New cards

cipher

the generic term for a technique or algorithm that performs encryption

60
New cards

caser cipher

a technique for encryption that shifts the alphabet by some number of characters

61
New cards

substitution cipher

a technique of encryption in which each character is replaced with another character

62
New cards

symmetric key encryption

involves one key for both encryption and decryption

63
New cards

public key encryption

pairs a public key for encryption and a private key for decryption

64
New cards

multi-fraction authentication

a system that requires at least two steps to unlock protected information; each step adds a new layer of security that must be broken to gain unauthorized access

65
New cards

something that is easy for a user to remember but would be difficult for someone else to guess based on knowledge of that user

something that is easy for a user to remember but would be difficult for someone else to guess based on knowledge of that user