Vocabulary: Units 1 - 4

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

1/38

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.

39 Terms

1
New cards

Binary

- A way of representing information using only two options

2
New cards

Bit

- Single unit of information in a computer, Usually represented as 0 or 1

3
New cards

Bit rate

- Number of bits that are processed/conveyed per unit of time

4
New cards

protocol

- Set of rules concerning exchange/transmission of data between devices

5
New cards

bandwidth

- Transmission capacity measured by bit rate

6
New cards

IP address

- number assigned to any device/item connected to Internet

7
New cards

Packets

- Small chunks of information that have been forms from larger chunks of data

8
New cards

Router

- A type of computer/device that forwards data across a network

9
New cards

Network redundancy

- Having multiple backups to ensure reliability in cases of high usage or failure

10
New cards

TCP

- Provides reliable, ordered & error-checked delivery of a stream of packets on the Internet

11
New cards

DNS

- Translates URLs into IP addresses

12
New cards

URL

- Easy to remember address for a web page

13
New cards

HTTP

- "high level" protocol - used for transmitting web pages over Internet

14
New cards

Lossless compression

- Data compression algorithm that allows original data to be perfectly reconstructed from compressed data

15
New cards

Lossy compression

- Irreversible compression that uses inexact approximations and discards data to represent content

16
New cards

Metadata

- Hidden information in a file that communicates details of the file

17
New cards

Sequencing

- Putting commands in right order to be executed successfully

18
New cards

Abstraction

- Simplified representation of something more complex

19
New cards

Function

- Named group of programming instructions that reduces the complexity of writing and maintaining programs

20
New cards

Comment

- Line of code ignored by program used by programmer to document parts of code or to debug within the program

21
New cards

Documentation

- Description of behavior of command, function, API, etc.

22
New cards

Parameter

- Extra piece of information passed on to function to customize it - value to be passed on to affect its behavior

23
New cards

Loop

- A repetition of commands

24
New cards

FOR loop

- Loop that runs specific number of times, has an increment, and has a clear end

25
New cards

TLS

transport layer security (security layer)

26
New cards

fault tolerant

system can function in event of individual components failing

27
New cards

POST

request made when sending/submitting information over the Internet

28
New cards

SSL

secure socket layer (security layer)

29
New cards

GET

request made when receiving information over the Internet

30
New cards

HTML

markup language used to create web pages

31
New cards

HTTPS

protocol for secure web pages (for logging in)

32
New cards

WWW

world wide web - part of Internet (not entire thing)

33
New cards

IP

protocol to handle transmitting & receiving data over the Internet - handles addressing

34
New cards

cleaning data

process of making data uniform for analyzing, without changing values

35
New cards

filtering data

working with a smaller subset of data for analysis

36
New cards

index

position of single piece of data in list/array

37
New cards

list

one variable used to store multiple values

38
New cards

element

individual piece of data in a list

39
New cards

while loop

iteration used when you don't know how many times it will run or when it will end