AP Computer Science Principles Exam Prep

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/371

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.

372 Terms

1
New cards

Innovation

a novel or improved idea, device, product, etc. or the development thereof

2
New cards

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.

3
New cards

Bit

A contraction of "Binary Digits". A bit is the single unit of information in a computer, typically represented as 0 or 1.

4
New cards

Binary

A way of representing information using only two options.

5
New cards

Bandwidth

maximum transmission capacity of the device expressed typically in metric multiples of bits per second

6
New cards

Bit Rate

The numbers of Bits that are conveyed or processed per unit of time. EX: 8bits/per second.

7
New cards

Latency

the amount of time it takes for a bit to travel from sender to receiver

8
New cards

Protocol

A set of rules governing the exchange or transmission of data between devices.

9
New cards

American Standard Code for Information Interchange (ASCII)

The universally recognized raw text format that any computer can understand.

10
New cards

Code

To write instructions for a computer.

11
New cards

Requests for Comments (RFC)

Documents are how standards and protocols are defined and published for all to see on the IETF website.

12
New cards

Internet

a tangible physical system that is made to move information

13
New cards

IP Address

A number assigned to any item that is connected to the internet.

14
New cards

Packets

small chunks of information that have been carefully formed from larger chunks of information for the purpose of transmitting through a network

15
New cards

Router

A computer which receives messages travelling across a network and redirects them towards their intended destinations based on the addressing information included with the messages.

16
New cards

Transmission Control Protocol (TCP)

Provides reliable, ordered, and error-checked delivery of a stream of packets on the internet. TCP is tightly linked with IP and is usually seen as TCP/IP in writing.

17
New cards

Domain named system (DNS)

The internet's system for converting alphabetic names into numeric IP addresses.

18
New cards

Hypertext Transfer Protocol (HTTP)

Is the protocol used by the world wide web. It describes how messages are formatted and interchanged, and how web servers respond to commands.

19
New cards

Abstractions

Reducing information and detail to focus on essential characteristics.

20
New cards

Server

A computer that awaits and responds to requests for data.

21
New cards

Client

A computer that requests data stored on a computer.

22
New cards

HTTPS

a protocol for secure communication over a computer network which is widely used on the Internet.

23
New cards

Digital Certificate

an electronic document used to prove ownership of a public key.

24
New cards

DDoS

pertaining to or being an incident in which a network of computers floods an online resource with high levels of unwanted traffic so that it is inaccessible to legitimate service requests

25
New cards

HTTP Request

When you type a URL in your browser, your computer (the client) needs to "ask" the server that is storing the data and images for the web page to return its contents so your browser can display it.

26
New cards

HTTP Response

When a server receives an HTTP request it will respond with a message of its own. Once again, the response will be sent entirely in ASCII-text and must be correctly formatted.

27
New cards

Electricity, light and radio waves

3 ways we send information

28
New cards

Fiber optic cable

a thread of glass engineered to reflect light

29
New cards

URL

an easy-to-remember address for calling a web page (like www.code.org)

30
New cards

Net Neutrality

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

31
New cards

Byte

8 bits

32
New cards

Nibble

4 bits

33
New cards

Heuristic

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

34
New cards

Lossless

a data compression algorithm that allows the original data to be perfectly reconstructed from the compressed data

35
New cards

Image

A type of data used for graphics or pictures

36
New cards

Metadata

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

37
New cards

Pixel

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

38
New cards

RGB

color model using varying intensities of red, green, and blue to produce colors

39
New cards

Lossy

data compression method that uses inexact approximations, discarding some data to represent the content

40
New cards

Abstraction

pulling out specific differences to make one solution work for multiple problems

41
New cards

Aggregation

a computation in which rows from a data set are grouped together and used to compute a single value of more significant meaning or measurement. i.e. Average, Count, Sum

42
New cards

Pivot Table

in most spreadsheet software it is the name of the tool used to create summary tables

43
New cards

Adware

A form of spyware. Collects information about the user or user activities in order to display advertisements in a web browser.

44
New cards

Algorithm

A set of instructions for solving a problem.

45
New cards

Application

Refers to a complete and self-contained program that helps the user accomplish a specific task.

46
New cards

Artificial Intelligence

A branch of computer science with the focus on how to endow computers with capabilities of human intelligence. Can be seen as an attempt to model aspects of human thought on computers

47
New cards

Autoresponder

A program that automatically delivers information

48
New cards

Backup and Recovery

The combination of procedures that can restore lost data in the event of hardware or software failure

49
New cards

Backward Compatible

Refers to the new versions of software or hardware that is compatible with earlier models or versions of the same product.

50
New cards

Bandwidth

Measures how much data you can send in a given amount of time.

51
New cards

Bit

Also called binary digit, it refers to a digit number, either a 0 or a 1.

52
New cards

Bookmark

A facility for marking a specific place in electronic documentation to enable easy return to it. It is used in several types of software, including PDF files, electronic help files and tutorials within a program or online.

53
New cards

Bug

An error, flaw, mistake, failure, or fault in a computer program that prevents it from working as intended, or produces an incorrect result.

54
New cards

Byte

Is equal to eight bits.

55
New cards

C Programming Language

A general-purpose, procedural, imperative computer programming language developed in the early 1970s by Dennis Ritchie for use on the Unix operating system.

56
New cards

Client

A piece of computer hardware or software that accesses a service made available by a server.

57
New cards

Cloud Computing

Shared computing services provided on demand by computers accessed over the Internet.

58
New cards

Code

Programming Instructions.

59
New cards

Compatible

Refers to the ability of one device or program to work with another device or program.

60
New cards

Computational Science

The field of study concerned with constructing mathematical models and numerical solution techniques and using computers to analyze and solve scientific and engineering problems.

61
New cards

Computer Animation

Also known as Computer generated imagery (CGI), it is the art of creating moving images via the use of computers.

62
New cards

Computer Science

An academic field that studies the theoretical foundations of information and computation and their implementation and application in computer systems.

63
New cards

Configuration

The way a system is set up, or the assortment of components that make up the system. Can refer to either hardware or software, or the combination of both.

64
New cards

Copyright

A set of exclusive rights regulating the use of a particular expression of an idea or information, including but not limited to art designs, computer software, books, documents etc.

65
New cards

Cyber Security

Measures taken to protect a computer or computer system against unauthorized access or attack.

66
New cards

Daemon

A computer program that runs in the background, rather than under the direct control of a user; they are usually instantiated as processes.

67
New cards

Data

Information stored on a computer.

68
New cards

Data Cleansing

The process of detecting and removing and/or correcting a database to increase data accuracy, reduce redundancy and enhance consistency of different sets of data that have been merged from separate databases.

69
New cards

Dehardwarization

Refers to the trend in design of new computer hardware which tends to eliminate as many hardware components as possible and supplanting their functionality with software.

70
New cards

Domain Name Service

A directory service that maps names to IP addresses.

71
New cards

Domain Name

The part of the URL that identifies a particular web page.

72
New cards

Grayware

Refers to a malicious software or code that is considered to fall in the "grey area" between normal software and a virus. A term for which all other malicious or annoying software such as adware, spyware, trackware, and other malicious code and malicious shareware fall under.

73
New cards

Hacker

A person who uses technology to gain unauthorized access to data.

74
New cards

Hardware

A set of physical computer objects. Like a mouse.

75
New cards

Host Computer

A centralized server that delivers specific services to other networked computers.

76
New cards

HTTP

The protocol by a browser program to communicate with a server program over the Internet.

77
New cards

Icon

A visual display of a program.

78
New cards

Information Technology (IT TECH)

A broad subject concerned with technology and other aspects of managing and processing information, especially in large organizations. In particular, it deals with the use of electronic computers and computer software to convert, store, protect, process, transmit, and retrieve information.

79
New cards

Interface

A defined means for a system to communicate with other systems. It is a boundary between a system and its environment providing ways of providing the system inputs and receiving outputs.

80
New cards

Internet

A network that accommodates several computers to facilitate exchange and transfer of data.

81
New cards

IP

Packet delivery through an IP address to identify packets that include both a header and the message data itself.

82
New cards

IP Address

A unique string of numbers separated by periods.

83
New cards

Java

An object-oriented programming language developed by Sun Microsystems. It resembles C++, but was designed to avoid some of C++'s most notorious flaws.

84
New cards

Kernel

The central part in most computer operating systems for the management of the system's resources and the communication between hardware and software components

85
New cards

Knowbot

A program that will search a system or a network, such as the Internet, seeking and retrieving information on behalf of a user and reporting back when it has found it

86
New cards

LAN

A network spanning a local area.

87
New cards

Latency

Measures the amount of time that it takes a message to go from its source to its destination.

88
New cards

Legacy System

An "antiquated" existing computer system or application program which continues to be used because the user does not want to replace or redesign it. Integration with newer systems may also be difficult because new software may use completely different technologies.

89
New cards

Linux

A free and open source Unix-like computer operating system. Unlike proprietary operating systems such as Windows or Mac OS, all underlying source code is available to the general public for anyone to use, modify, and redistribute freely.

90
New cards

Loop Optimization

Refers to the process in computer compiling to optimize loops in the programs. Most execution time of a scientific program is spent on loops. Thus a lot of compiler analysis and optimization techniques have been developed to make the execution of loops faster.

91
New cards

Macintosh Operating System (Mac)

A series of graphical user interface-based operating systems developed by Apple Computer for their Macintosh line of computer systems. It was first introduced in 1984 with the original Macintosh 128K.

92
New cards

Memory

The internal storage location where data and information is stored on a computer.

93
New cards

Metadata

Refers to information about data itself; perhaps the origin, size, formatting or other characteristics of a data item.

94
New cards

Network

A group of computers connected to each other in order to send and receive data.

95
New cards

NSA

A United States government institution that collects data for security purposes.

96
New cards

Numerical Anaylsis

The study of algorithms for the problems of continuous mathematics (as distinguished from discrete mathematics).

97
New cards

Operating System

Provides the software platform required for various applications to run on.

98
New cards

Packet

The unit of data that is routed on a packet-switched network.

99
New cards

Packet Switched Network

The type of network in which relatively small units of data are routed through a network based on the destination address contained within each datagram.

100
New cards

PDF

The native file format for Adobe Systems' Acrobat. Can describe documents containing any combination of text, graphics, and images in a device-independent and resolution independent format.