LESSON 1 Flashcards

1
Q

is a worldwide computer network that transmits a variety of data and media across interconnected devices. It works by using a packet routing network that follows Internet Protocol (IP) and Transport Control Protocol (TCP).

A

INTERNET

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

THE ADDRESS SYSTEM
refers to a set of rules that govern how data packets are transmitted over a network

A

INTERNET PROTOCOL (IP)

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

THE RELIABLE MAIL CARRIER is like a reliable mail carrier who ensures your letters arrive safely and in order

A

TCP (TRANSMISSION CONTROL PROTOCOL)

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

TCP Here’s how it works:

A

*Breaking into Pieces
* Labeling
*Delivery Confirmation
*Error Checking

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

If you’re sending a big package (like a book), the mail carrier breaks it into smaller packages (data packets).

A

Breaking into Pieces

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

Each package is labeled with its destination and a sequence number, so the recipient knows how to put the pieces back together.

A

Labeling

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

The mail carrier waits for a confirmation (acknowledgment) from the recipient that the packages have arrived. If no confirmation is received, the mail carrier will resend the missing packages.

A

Delivery Confirmation

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

if a package arrives damaged, the recipient can request a replacement for that specific package.

A

Error Checking

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

TERMINOLOGIES RELATED TO THE WEB

A

CLIENT
SERVER
WEB PAGE
WEBSITE
HYPERLINK

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

is a computer hardware device or software that accesses a service made. available by a server

A

CLIENT

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

is a physical computer dedicated to run services to serve the needs of other computers.

A

SERVER

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

is a single document on the web using a unique URL. contain text, graphics, video, animation, sound, as well as interactive features, such as data entry forms.

A

WEB PAGE

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

collection of multiple webpages in which information on a related topic or another subject is linked together under the same domain address.

A

WEBSITE

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

an element in an electronic document that links to another place in the same document or to an entirely different document or other resource. usually appear as an underlined text and in different color, but they may also appear as graphics, such as buttons to click.

A

HYPERLINK

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

is someone who takes a web design which has been created by either a client or a design team - and turns it into a website. has three types based on their skills and area they work on.

A

WEB DEVELOPER

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

TYPES OF WEB DEVELOPER

A
  1. FRONT-END WEB DEVELOPER
  2. BACK-END WEB DEVELOPER
  3. FULL STACK WEB DEVELOPER
17
Q

takes the design created either by the design team or client and then writes the code to implement it on the web. should be fluent in at least the basics of web
development namely HTML, CSS, and

A

FRONT-END DEVELOPER

18
Q

have to deal with server-side coding. It means that they have to create the code and programs which power the website’s server, databases, and any applications that it contains. The most important thing is the ability to be able to create a clean, efficient code that does what you want it to in the quickest way possible.

A

BACK-END DEVELOPER

19
Q

understand both front and back-end strategies and processes, which means that they are perfectly positioned to oversee the entire process.

A

FULL-STACK DEVELOPER

20
Q

WEB DEVELOPMENT TOOLS

A

Visual Studio Code
Notepad++
Sublime Text

21
Q

Any site that uses a server-side scripting language needs a _ to run. One of the widely used cross-platform and free _ is the XAMPP. It consists of Apache HTTP Server, MariaDB, and an interpreter.

A

WEB SERVER

22
Q

XAMPP is an abbreviation which stands for

A

*X =Cross-Platform
*A = Apache
* M = MYSQL
*P = PHP
*P = PERL

23
Q

To access a web server and display content in a shape of a website, we use a software application called _. _are programmed to read and parse documents formatted for web.

A

WEB BROWSER