Exam 2 Vocabulary Flashcards

1
Q

IETF

A

Internet Engineering Task Force, develops and promotes voluntary internet standards and protocols, in particular the standards that comprise the Internet protocol suite (TCP/IP)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Internet

A

A group of computers and servers that are connected to each other

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Net Neutrality

A

The principal that all Internet traffic should be treated equally by Internet Service Providers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

IP Address

A

A number assigned to any item that is connected to the Internet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Packets

A

Small chunks of information that have been carefully formed from larger chunks of information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Protocol

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Network Redundancy

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Router

A

A type of computer that forwards data across a network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

TCP

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

DNS

A

Short for Domain Name System, this system translates domain name (like example.com) to IP addresses (like 93.184.216.34)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

HTTP

A

HyperText Transfer Protocol, the protocol used for transmitting web pages over the Internet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

URL

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Website

A

A collection of interlinked web pages on the World Wide Web

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Website Content

A

The raw text, images, and other elements included in a web page

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Html

A

Hypertext Markup Language, a language used to create web pages

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

HTML Element

A

A piece of a website, marked by a start tag and often closed with an end tag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

HTML Tag

A

The special set of characters that indicates the start and the end of an HTML element and that element’s type

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Website Structure

A

The purpose of different pieces of content in a web page, used to help the computer determine how that content should be displayed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Heading

A

A title or summary for a document or section of a document

20
Q

Digital Footprint

A

The collected information about an individual across multiple websites on the Internet

21
Q

Citation

A

A quotation from or reference to a book, paper, or author, especially in a scholarly work

22
Q

Copyright

A

The exclusive legal right to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same

23
Q

Creative Commons

A

A collection of public copyright licenses that enable the free distribution of an otherwise copyrighted work, used when an author wants to give people the right to share, use, and build upon a work that they have created

24
Q

Intellectual Property

A

A work or invention that is the result of creativity, such as piece of writing or a design, to which one has rights and for which one may apply for a patent, copyright, trademark, etc.

25
Q

Bug

A

Part of a program that does not work correctly

26
Q

Comment

A

A note in the source code of a computer program that helps explain the code to people who read it

27
Q

Debugging

A

Finding and fixing problems in an algorithm or program

28
Q

Indentation

A

The placement of text farther to the right or left of the surrounding text, making it easier to understand the program’s structure

29
Q

Whitespace

A

Any character that shows up as a blank space on the screen, such as a space, a tab, or a new line, helps separate different parts of the document to make it easier to read

30
Q

Hyperlink

A

A link from a HTML file to another location or file, typically activated by clicking on a time highlighted word or image on the screen

31
Q

CSS

A

Cascading Style Sheets, a language used to describe how HTML elements should be styled

32
Q

CSS Selector

A

The part of a CSS rule-set that defines which HTML elements the style should be applied to

33
Q

Algorithm

A

A precise sequence of instructions for processes that can be executed by a computer

34
Q

Relevant

A

Closely connected or appropriate to the matter at hand

35
Q

Search Engine

A

A program that searches for and identifies items in a database that correspond to keywords or characters specified by the user, used especially for finding particular sites on the World Wide Web

36
Q

Trustworthy

A

Able to be relied on as honest or truthful

37
Q

CSS Class

A

An identifier that allows multiple elements in an HTML document to be styled in the same way

38
Q

Bit Rate

A

The number of bits per second that can be transmitted along a digital network

39
Q

Latency

A

The delay before a transfer of data begins following an instruction for its transfer

40
Q

Bandwidth

A

A range of frequencies within a given band, in particular that used for transmitting a signal

41
Q

Character Entity

A

A code used to represent a character that doesn’t belong to the document’s character set

42
Q

Tags

A

<a>, <h1>, , , </h1><p> (name 2)</p></a>

43
Q

LANs

A

A computer network that links devices within a building or group of adjacent buildings, Local Area Networks

44
Q

WANs

A

A computer network in which the computers connected may be far apart, generally having a radius of half a mile or more, Wide Area Networks

45
Q

Data Sent Over The Internet

A

Step 1: Information is divided into packets, labeled with numbers
Step 2: Those packets arrive at the destination, the information may not arrive in order or get sent through the same channels
Step 3: The information is then assembled with those numbers once all of the packets have reached the destination, if any of the packets fail to make it or get killed, then there can be a request for a new packet to be sent