Chapter 1: Introduction to Computers and the Internet

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/30

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering core topics in Chapter 1: Introduction to Computers and the Internet, including web architectures, protocols, programming languages, and web evolution.

Last updated 5:01 PM on 9/18/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

31 Terms

1
New cards

Client-Side Programming

Web programming technologies used to build web pages and applications that run directly inside the user's web browser.

2
New cards

Server-Side Programming

Applications that run on a web server to respond to requests from client-side browsers, such as searching the web, checking bank balances, or ordering products.

3
New cards

Moore's Law

The observation that computer processor speeds, program memory capacities, and secondary storage capacities approximately double every year or two inexpensively.

4
New cards

HTML (HyperText Markup Language)

A markup language designed to specify the content and structure of web pages in a portable manner across various devices.

5
New cards

XHTML (Extensible HyperText Markup Language)

A stricter version of HTML based on XML (eXtensible Markup Language).

6
New cards

Cascading Style Sheets (CSS)

A technology used to specify the presentation and styling of elements on a web page independently of their content and structure.

7
New cards

JavaScript

A portable client-side scripting language created by Netscape that enables the creation of dynamic web pages that respond to user actions and events.

8
New cards

ECMAScript

The official standard for JavaScript managed and maintained by ECMA International.

9
New cards

jQuery

A popular JavaScript library that simplifies DOM element manipulation, server interaction, and custom GUI control integration across different browsers.

10
New cards

ARPANET

The network developed in the late 1960s by ARPA connecting research institutions and universities, which eventually evolved into the modern Internet.

11
New cards

Bit

Short for binary digit; the smallest data item in a computer, which can hold a value of either 0 or 1.

12
New cards

Packet Switching

A networking technique where digital data is divided into small bundles called packets containing address, error-control, and sequencing information for transmission over shared paths.

13
New cards

TCP (Transmission Control Protocol)

The protocol that ensures network messages are properly routed from sender to receiver and arrive intact.

14
New cards

IP (Internet Protocol)

The protocol developed by ARPA that creates a network of networks, assigning a unique IP address to each connected computer.

15
New cards

IPv6

An updated Internet Protocol featuring enhanced security and a new, hugely expanded addressing scheme to replace IPv4.

16
New cards

World Wide Web

A system created in 1989 by Tim Berners-Lee that allows users to locate and view multimedia documents using hyperlinked text over the Internet.

17
New cards

HTTP (Hypertext Transfer Protocol)

The communication protocol designed by Tim Berners-Lee as the underlying backbone for fetching documents on the World Wide Web.

18
New cards

URL (Uniform Resource Locator)

A unique web address that specifies the exact location of a web page or online resource in a browser.

19
New cards

HTTPS (Hypertext Transfer Protocol Secure)

A standard protocol for transmitting encrypted web data that combines HTTP with SSL (Secure Sockets Layer) or TLS (Transport Layer Security).

20
New cards

Mosaic

An early graphical web browser developed in 1993 by Marc Andreessen's team at NCSA that popularized the World Wide Web.

21
New cards

Multitier Application Architecture

A web application design framework that divides system functions into separate logical tiers, typically client, middle, and data tiers.

22
New cards

Client Tier (Top Tier)

The user interface tier of a multitier web application that gathers user input and displays output using a browser or mobile device.

23
New cards

Middle Tier

The tier in a web application containing business, controller, and presentation logic, serving as an intermediary between client requests and database storage.

24
New cards

Data Tier (Bottom Tier)

The tier in a multitier architecture responsible for storing and managing information, usually using a Relational Database Management System (RDBMS).

25
New cards

Business Logic

Middle-tier rules that dictate how clients access data and how an application processes requests to ensure data reliability.

26
New cards

W3C (World Wide Web Consortium)

An organization founded in October 1994 devoted to creating nonproprietary, interoperable standards to make the web universally accessible.

27
New cards

Recommendations

Web technologies and specifications standardized and published by the World Wide Web Consortium (W3C).

28
New cards

Web 2.0

A term coined in 2003 by Dale Dougherty describing community-focused, interactive web applications based on user-generated content and collaboration.

29
New cards

Open Source Software

Software made available for anyone to use, examine, and modify with few or no restrictions.

30
New cards

Semantic Web

A web development approach where users tag content by subject or keyword so computers can process data meanings and return highly accurate search results.

31
New cards

Ajax

A Web 2.0 software technology that enables web-based applications to function smoothly like desktop applications by sending and receiving data asynchronously.