Introduction to Web Technology – Vocabulary Review

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/160

flashcard set

Earn XP

Description and Tags

A comprehensive set of vocabulary flashcards covering core terms, technologies, protocols, languages, tags, and concepts introduced in the lecture on Web Technology, HTML, CSS, and XML. These flashcards are designed to help students recall definitions quickly while preparing for exams.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

161 Terms

1
New cards

Internet

A worldwide network of computers that communicate using the TCP/IP protocol suite.

2
New cards

ARPANET

The 1969 U.S. Department of Defense network that became the precursor to today’s Internet.

3
New cards

World Wide Web (WWW)

A collection of linked information and multimedia resources on the Internet, invented by Tim Berners-Lee in 1989.

4
New cards

Host (Internet)

A computer that transfers data on the Internet.

5
New cards

Web Hosting

The service or computer that stores websites and keeps them continually connected to the Internet.

6
New cards

Domain Name

A human-readable description of a computer’s Internet location, e.g., www.fss_ibadan.com.

7
New cards

Top-Level Domain (.com)

Domain suffix for commercial businesses.

8
New cards

Top-Level Domain (.edu)

Domain suffix for educational institutions.

9
New cards

Top-Level Domain (.gov)

Domain suffix for U.S. government agencies.

10
New cards

Top-Level Domain (.mil)

Domain suffix for U.S. military entities.

11
New cards

Top-Level Domain (.net)

Domain suffix for network organizations or ISPs.

12
New cards

Top-Level Domain (.org)

Domain suffix for non-profit organizations.

13
New cards

.biz

Top-level domain intended for businesses.

14
New cards

.info

Unrestricted top-level domain for informational sites.

15
New cards

.tv

Top-level domain associated with television and media.

16
New cards

DNS (Domain Name System)

The Internet’s “phonebook,” mapping domain names to IP addresses.

17
New cards

IP Address

A unique numerical label (e.g., 207.168.6.12 or 21DA:…) identifying a device on the Internet.

18
New cards

InterNIC

Agency that governs Internet name and host registration.

19
New cards

Home Page

The main or index page of a website.

20
New cards

URL (Uniform Resource Locator)

The address of an Internet resource used by web browsers.

21
New cards

URL Protocol

The part of a URL ending in :// such as http or https.

22
New cards

Port (Networking)

A logical channel a server listens on, e.g., Port 80 for HTTP.

23
New cards

Java

An object-oriented programming language by Sun Microsystems that runs on any platform via a virtual machine.

24
New cards

JavaScript

A scripting language by Netscape used to add interactivity to web pages.

25
New cards

JScript

Microsoft’s implementation of JavaScript.

26
New cards

Server (Web)

A computer and software configured to deliver web pages to clients.

27
New cards

Upload

To transfer data from your computer to another computer.

28
New cards

Download

To transfer data from another computer to your computer.

29
New cards

Browser

Software that displays web pages (e.g., Chrome, Firefox, Edge, Safari).

30
New cards

Web Page

The document displayed in a browser when you visit a website.

31
New cards

ISP (Internet Service Provider)

A company or organization that provides Internet access.

32
New cards

Router

A device that directs network traffic from an ISP to local devices.

33
New cards

Email

Electronic mail—typed messages sent between computers.

34
New cards

Spam (Email)

Unwanted or unsolicited email messages.

35
New cards

Spam Filter

Software feature that attempts to block or segregate spam email.

36
New cards

Social Media

Online platforms that let users interact and share content (e.g., Facebook, Twitter).

37
New cards

E-Commerce

Buying and selling goods or services online.

38
New cards

Bookmark

A saved link to a favorite web page in a browser.

39
New cards

Cloud Computing

Online, on-demand software and storage accessed via the Internet.

40
New cards

Encryption

Mathematical scrambling of data to keep it private from eavesdroppers.

41
New cards

Authentication

The process of verifying a user’s identity, often linked with encryption.

42
New cards

Firewall

Hardware or software barrier that protects computers from unauthorized access.

43
New cards

Malware

Any malicious software such as viruses, Trojans, or key-loggers.

44
New cards

Trojan

Malware that masquerades as legitimate software to trick users into activating it.

45
New cards

Phishing

Fraudulent emails or sites that trick users into revealing sensitive data.

46
New cards

Blog

An online journal or column, often arranged chronologically and open to comments.

47
New cards

Chat

Real-time, text-based online communication between users.

48
New cards

HTTP (Hypertext Transfer Protocol)

The data communication standard for web pages.

49
New cards

HTTPS

HTTP with an added encryption layer for secure communication.

50
New cards

FTP (File Transfer Protocol)

A protocol used to transfer files between computers on the Internet.

51
New cards

Cookie (Web)

Data stored on a user’s computer by a website to remember preferences or activity.

52
New cards

Instant Messaging (IM)

Synchronous text chat where users must be online simultaneously.

53
New cards

Portal

A gateway website offering multiple services such as search, news, and email.

54
New cards

Search Engine

Software (e.g., Google) that lets users search the web via keywords.

55
New cards

Telnet

A command for logging onto another computer remotely over the Internet.

56
New cards

Virtual Community

A group of people exchanging ideas online without necessarily meeting face-to-face.

57
New cards

WORM (Computer)

Self-replicating malicious program that depletes system resources.

58
New cards

Hyperlink

Clickable text, image, or graphic that leads to another web resource.

59
New cards

MPEG

Moving Picture Experts Group, a standard for compressing video and audio.

60
New cards

PHP

Hypertext Preprocessor—server-side scripting language for web development.

61
New cards

XML (eXtensible Markup Language)

A markup language for storing and transporting data, focused on structure not presentation.

62
New cards

Website

A collection of related web pages or files under one domain.

63
New cards

Web Browser / Client

Software application that retrieves and renders web content for users.

64
New cards

Web Server

Computer(s) that store web pages and deliver them over HTTP/HTTPS.

65
New cards

Reference Link

A hyperlink inserted into a document that refers to a web page.

66
New cards

CMS (Content Management System)

Software for creating, editing, and managing digital content.

67
New cards

HTML (Hypertext Markup Language)

Coding language that tells browsers how to display web content.

68
New cards

Hypertext

Text containing links to other documents or pages.

69
New cards

CGI (Common Gateway Interface)

Standard for transferring data between a web server and a program that processes it.

70
New cards

Notepad (HTML Context)

Simple text editor often used to write raw HTML code.

71
New cards

HTML Tag

A keyword enclosed in angle brackets defining structure or formatting in HTML.

72
New cards

Paired Tag

HTML element with both opening and closing tags (e.g.,

).

73
New cards

Unpaired Tag (Singleton)

HTML tag without a closing counterpart (e.g.,
).

74
New cards

Self-Closing Tag

Singleton tag written with a trailing slash, e.g., .

75
New cards

Formatting Tag

HTML tag used to style text, e.g., , , .

76
New cards

Structure Tag

HTML tag that defines document structure, e.g., , , .

77
New cards

Control Tag

HTML tag that manages user input or external content, e.g.,

,

78
New cards

Declaration that tells the browser the HTML version of the document.

79
New cards
Tag

Root element that encloses an entire HTML document.

80
New cards
Tag

Section providing meta-information about the web page.

81
New cards
Tag

Section containing the visible content of a web page.

82
New cards

Tag

HTML element defining a paragraph.

83
New cards
Tag

Generic block-level container used to group elements.

84
New cards

Tag

Inserts a line break in HTML text.

85
New cards

Tag

Creates a horizontal rule (line) across the page.

86
New cards

Heading Tags

to

elements that define headings of decreasing importance.
87
New cards

HTML Comment

Non-rendered note: .

88
New cards

Anchor element used to create hyperlinks; requires href attribute.

89
New cards
Tag

Embeds an image; key attributes: src, alt, width, height.

90
New cards
Tag

Deprecated tag that centers enclosed content.

91
New cards
 Tag

Displays pre-formatted text, preserving whitespace.

92
New cards
Tag

Deprecated tag for specifying font face, size, and color.

93
New cards
Tag

Non-standard tag that creates scrolling text or images.

94
New cards

Subscript Tag

renders text slightly below the baseline.
95
New cards

Superscript Tag

renders text slightly above the baseline.
96
New cards
Tag

Emphasizes text, typically italicized.

97
New cards
Tag

Indicates strong importance, typically bold.

98
New cards
or Tag

Displays text with a strikethrough line.

99
New cards
Tag

Indents and styles long quotations.

100
New cards

Ordered List (

    )

Numbered list container in HTML.