Unit 1 Terms Flashcards

1
Q

Internet

A

is a large network of network

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

Network

A

are two or more connecting computers, using a cable or radio frequency

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

WWW

A

is a subset of the internet. It is a set of services that can be accessed by the internet

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

Intranet

A

is a secured connection within an organization, business, school, government building.

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

Extranet

A

Is a secure connection from a secured network to another

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

Web page

A

is a document of code that can be accessed using a unique address (URL) is displayed by the web browser

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

Website

A

is a collection of web pages which are shared the same domain

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

Web server

A

is a special computer that is used to host and handles requests from the webpage including handling emails.

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

Internet service provider

A

A company that provides internet

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

Web browser

A

A web browser is software that is used to render a webpage.

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

Search engine

A

helps the user access webpages

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

Domain Name

A

is a unique name to identify a website and it is part of all the url website pages.

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

URL

A

uniform resource locator. is a unique address to access a web page.

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

subdomain

A

is additional information to the domain name

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

DNS

A

Domain Name Service. servers that keep a database of IP addresses and their corresponding names.

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

TLD

A

Top Level Domain, .com .ca .gov

17
Q

W3c

A

World Wide Consortium

18
Q

WAI

A

ensure that standerds support accessibility

19
Q

HTTPS

A

Hyper Text Transfer Protocol. allows used to allow client and servers to communicate

20
Q

client

A

a computer that is requesting to sever.

21
Q

server

A

sends back an HTTP response with status code and web page code.

22
Q

IP address

A

is a logical unique identification of numbers assigned to each device on the network

23
Q

Static Webpage

A

is a webpage with no user interaction

24
Q

Dynamic Webpage

A

is a website with user interaction to the server

25
Q

What are all of the versions of HTML

A

HTML 1.0 HTML 2.0 HTML 3.2 HTML 4.01 XHTML HTML 5

26
Q

What are the 6 examples of META DATA

A

<head> <Title> <meta></meta> <link></link> <style>

 <Script>
</style></Title></head>
27
Q

What is the TWO types of Block display

A

Heading and Text

28
Q

What are the two types of text

A

phrase and listing

29
Q

What are the 3 types of inline display

A

Styling,Link,Media,

30
Q

Example of Styling

A

Emphasis,subscript,superscript.

31
Q

Examples of link

A

Anchor

32
Q

Example of media

A

Images,Video,Audio.

33
Q

Examples of separators.

A

break line, horizontal line.

34
Q

What is Block Display

A
35
Q

What are the 7 examples of Semantic

A

<header>
<nav>
<main>
<section>
<article>
<aside>
<footer>
</footer></aside></article></section></main></nav></header>

36
Q

what is the definition of division

A

<div>
</div>