Vocabulary: Units 1 - 4

0.0(0)
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

Binary

- A way of representing information using only two options

2

Bit

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

3

Bit rate

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

4

protocol

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

5

bandwidth

- Transmission capacity measured by bit rate

6

IP address

- number assigned to any device/item connected to Internet

7

Packets

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

8

Router

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

9

Network redundancy

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

10

TCP

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

11

DNS

- Translates URLs into IP addresses

12

URL

- Easy to remember address for a web page

13

HTTP

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

14

Lossless compression

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

15

Lossy compression

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

16

Metadata

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

17

Sequencing

- Putting commands in right order to be executed successfully

18

Abstraction

- Simplified representation of something more complex

19

Function

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

20

Comment

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

21

Documentation

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

22

Parameter

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

23

Loop

- A repetition of commands

24

FOR loop

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

25

TLS

transport layer security (security layer)

26

fault tolerant

system can function in event of individual components failing

27

POST

request made when sending/submitting information over the Internet

28

SSL

secure socket layer (security layer)

29

GET

request made when receiving information over the Internet

30

HTML

markup language used to create web pages

31

HTTPS

protocol for secure web pages (for logging in)

32

WWW

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

33

IP

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

34

cleaning data

process of making data uniform for analyzing, without changing values

35

filtering data

working with a smaller subset of data for analysis

36

index

position of single piece of data in list/array

37

list

one variable used to store multiple values

38

element

individual piece of data in a list

39

while loop

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