Week 1 Flashcards

1
Q

What’s a Web page

A

A web page is a document (or file) structured with HyperText Markup Language (HTML)

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

What’s a website

A

One or more web pages linked together. The pages have a common domain name,

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

HTML definition

A

HyperText Markup Language

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

CSS definition

A

Cascading Style Sheets

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

LAN definition

A

A local area network

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

Ethernet definition

A

Ethernet is connecting devices in a wired local area network (LAN) or wide area network by cable

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

IP adress definition

A

Internet Protocol (IP) address is the unique identifying number assigned to every device connected to the internet.

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

TLD definition

A

top-Level domain com, .org, .net

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

what is a path

A

the specific location or route through which a file or directory can be accessed within a file system.

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

a sans-serif and a serif font

A

sans-serif = arial
serif = georgia

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

inline element examples

A

< a >,< img >,< span >,< input >

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

block elements example

A

<dd>,<dl>,<div>
</div></dl></dd>

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

HTML element attributes

A

Some attributes apply to all
elements
example: src=”“,alt=’’

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

HTML element values

A

Must be wrapped in straight,
double quotes: “…”
example: “images/cat.jpg”, “lounging gray cat”

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

whats a protocol

A

protocol is a set of rules for formatting and processing data

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

whats a domain

A

.com, .org, .net

17
Q

difference between tcp and udp

A

TCP is a connection-based protocol and UDP is connectionless.

18
Q

difference between web and internet

A

Internet is a vast network that connects computer networks worldwide. Meanwhile, the Web (World Wide Web) is a service the Internet provides

19
Q

Name one difference
between how TCP and UDP
work.

A

TCP is a connection-based protocol and UDP is connectionless.

20
Q
A