Computer Flashcards

(80 cards)

1
Q

This comes from the term “internetworking,” and it is the publicly accessible worldwide system of interconnected computer networks that allows users to exchange and retrieve information.

A

Internet

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

It is a scheme for connecting two or more distinct computer networks together.

A

Internetworking

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

Computers connected to the Internet transfer data and information around the world using this.

A

Client-server structure

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

It is a computer that can access the contents of the storage area on the server and may include programs, data, and other resources.

A

Client

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

It is a computer that manages the resources on a network and the central storage areas for programs and data.

A

Server

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

This is a set of rules and procedures that govern the exchange of information among computers connected to a network.

A

protocol

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

It is the most widely used internetworking protocol suite that allows any pair of hosts on the Internet to communicate directly despite differences in hardware technologies used.

A

TCP/IP Internet Protocol

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

It is a set of rules for exchanging files like text, graphic images, sounds, videos, and other multimedia files.

A

Hypertext Transfer Protocol (http)

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

It is commonly used to transfer web page files from their creator to the computer that acts as their server for everyone on the Internet.

A

File Transfer Protocol (ftp)

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

It is used in sending and receiving email, but is mostly used in sending emails.

A

Simple Mail Transfer Protocol (SMTP)

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

This is the most recent version of a standard for receiving email.

A

Post Office Protocols 3 (POP3)

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

It is a string of numbers separated by periods and is expressed as a set of four numbers.

A

IP address

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

It is the name of the server that provides services given by the organization or the company that owns it.

A

Server name

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

This describes the category or the type of organization that owns the server.

A

Top-level domain

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

This originally stood for “commercial” to indicate a suite used for commercial purposes, but it has since become the most well-known top-level domain and is now used for any kind of site.

A

.com

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

used for educational institutions like universities

A

.edu

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

used for government sites

A

.gov

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

used for military sites

A

.mil

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

It was originally intended for sites related to the Internet itself but is now used for a wide variety of sites.

A

.net

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

originally intended for non-commercial “organizations”, but now used for a wide variety of sites; managed by the Internet Society

A

.org

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

This describes the geographical location of the company that owns the server.

A

Country domain

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

It is the country domain for United Arab Emirates.

A

.ae

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

Austria

A

.at

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

Australia

A

.au

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Barbados
.bb
26
Bermuda
.bm
27
Brazil, Canada, Switzerland, Thailand, Chile, United States, Philippines
.br, .ca, .ch, .th, .cl, .us, .ph
28
Italy, Japan, Malaysia, Singapore, Taiwan, United Kingdom
.it, .jp, .my, .sg, .tw, .uk
29
It contains all the resources and users on the Internet that are using the Hypertext Transfer Protocol.
World wide web
30
He developed the web by writing a small computer program for his own personal use that allowed pages within his computer to be linked together using keywords.
Dr. Tim Berners-Lee
31
It is an application program that provides a way to look at and interact with all the information on the World Wide Web.
Browser
32
These are two of the most popular web browsers.
Mozilla Firefox and Google Chrome
33
It consists of a world wide collection of electronic documents called web pages.
World wide web or web
34
It is an electronic document that may contain text, images, sounds, videos, and hyperlinks.
Web page
35
These are built-in connections to another related web page.
Hyperlinks
36
It is a collection of related web pages that can be accessed.
Website
37
It is the starting page for a website that is similar to a book cover or a table of contents for this site.
Home page
38
Hypertext Markup Language
HTML
39
It pertains to a group of text that acts as a link to another web page.
Hypertext
40
It is the process of inserting formatting instructions to the document.
Mark-up
41
It is the primary language used to create web pages that provides commands that will allow you to create links between the web pages.
HTML
42
These are also known as HTML tags and are enclosed in angle brackets.
HTML commands
43
What do you call the pairs that come in HTML commands?
Opening tag and closing tag
44
This is similar to the opening tag with the exception of the forward slash added inside the angle brackets.
Closing tag
45
These are modifiers placed inside the opening tag of an HTML command.
Attributes
46
This type of HTML command does not have an end tag or command.
Empty tag
47
This requires an end tag and usually comes in pairs.
Container tag
48
HTML Document Basic Structure
Title of the page Content of the page
49
It is used to indicate that the text enclosed in this tag is in HTML format and that it can be viewed using the browser.
... html tag
50
It is used to define the header area. The content of the header area is not displayed within the page of the browser.
...
51
It is placed inside the .... The information placed inside this tag will be displayed on the title bar of the browser window.
... title tag
52
It is used to indicate that the text enclosed inside this tag will be displayed on the browser page.
... body tag
53
This tag is used to specify the headings in a document that are numbered 1 to 6.
Heading tag
54
This tag inserts a blank space before and after the group of text it encloses.
Paragraph tag
55
It inserts a line break within the group of text.
Break tag
56
This tag is used when quoting a group of text coming from another source. The tag will indent the paragraph.
Blockquote tag
57
This tag is used to display the web page's author information, email address, and the date when the page was last updated.
Address tag
58
This tag is used to display text in a fixed-width font, with multiple spaces and tabs, and a hard return can be inserted in between the text within the HTML document.
Pre tag
59
It is used to center a large block of text.
Center tag
60
Give the syntax of the heading, paragraph, break, blockquote, address, pre, and center tag.
...

...


...
...
...
...
61
What does "n" represent in the syntax of the heading tag?
It represents the six levels of section headings, with the value of 1 being the highest, and 6 the lowest.
62
State the attributes of the paragraph tag.
center, right, and justify
63
What are the attributes of the heading tag?
center and right
64
It is the color model that the Web uses.
RGB (Red, Green, and Blue) color model
65
How many colors does HTML use? However, there was a problem in the consistency in which these colors are displayed.
HTML uses 256 colors
66
It is a palette that ensures that all computers will display all the colors correctly.
Web Safe Color
67
How many colors does the Web Safe Color palette contain?
216 colors
68
It is an attribute inside the body tag that specifies the color of the active link.
alink
69
It specifies the color of the text that will be displayed on the document.
text
70
This attribute of the body tag specifies the background color of the document.
bgcolor
71
It specifies the color of the hyperlink.
link
72
It specifies the color of the visited hyperlink.
vlink
73
It is used to apply boldface style to text.
Boldface tag
74
This tag is used to add underline to text.
Underline tag
75
It is used to italicize the text.
Italize tag
76
It is used to set the font characteristics of the text.
Font tag
77
What are the attributes of the font tag?
color = "hexcolor code" face = "font name" size = n; where n: 1
78
It is the attribute of the font tag used to change the size of the text on the Web page.
Size
79
It is another attribute of the font tag used to change the font style of the text on the Web page.
Face
80
Enumerate the syntax of the boldface, underline, italize, and font tag.
... ... ... ...