Computer Science and Networking Fundamentals Vocabulary

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

1/75

flashcard set

Earn XP

Description and Tags

A complete set of vocabulary flashcards extracted from lecture notes covering topics in number systems, hardware architecture, storage types, networking protocols, web technologies, big data, cybersecurity, search operators, and technology ethics.

Last updated 10:50 PM on 9/22/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

76 Terms

1
New cards

Binary

A base-22 number system using digits 00 and 11.

2
New cards

Octal

A base-88 number system using digits 00 through 77.

3
New cards

Decimal

A base-1010 number system using digits 00 through 99.

4
New cards

Hexadecimal (Hex)

A base-1616 number system using digits 0099 and letters A–F.

5
New cards

Byte

A group of data consisting of 88 bits.

6
New cards

Bit Value Capacity

For nn bits, there are 2n2^n values, ranging from 00 to 2n12^n-1.

7
New cards

Binary to Octal Conversion

Conversion performed by grouping binary bits into sets of 33.

8
New cards

Binary to Hex Conversion

Conversion performed by grouping binary bits into sets of 44.

9
New cards

Two's Complement

A method to represent signed integers where you flip the bits and add 11.

10
New cards

AND Operation

A logical operation that outputs true (11) only if both inputs are 11.

11
New cards

OR Operation

A logical operation that outputs true (11) if either input is 11.

12
New cards

XOR Operation

A logical operation that outputs true (11) if inputs are different.

13
New cards

NOT Operation

A logical operation that flips bits (00 to 11, or 11 to 00).

14
New cards

ASCII

A 7-bit7\text{-bit} character encoding standard representing 128128 characters.

15
New cards

IPv4 Address

A network address comprised of 3232 bits organized into 44 octets, each ranging from 00 to 255255.

16
New cards

CPU (Central Processing Unit)

The primary component of a computer that executes instructions, composed of the ALU, Control Unit, and Registers.

17
New cards

ALU (Arithmetic Logic Unit)

The part of the CPU responsible for arithmetic and logic operations.

18
New cards

Control Unit (CU)

The component of the CPU that controls system operation and decodes instructions.

19
New cards

PC (Program Counter)

A CPU register that holds the address of the next instruction to be executed.

20
New cards

IR (Instruction Register)

A CPU register that holds the current instruction being executed.

21
New cards

MAR (Memory Address Register)

A CPU register that holds the memory address currently being accessed.

22
New cards

MDR (Memory Data Register)

A CPU register that holds the data currently being transferred to or from memory.

23
New cards

Machine Cycle

The sequence of steps executed by the CPU: Fetch \rightarrow Decode \rightarrow Execute \rightarrow Store.

24
New cards

Address Bus

The bus that specifies WHERE data is going or being retrieved from.

25
New cards

Data Bus

The bus that carries WHAT actual data is being transferred.

26
New cards

Control Bus

The bus that carries signals specifying WHAT TO DO.

27
New cards

RAM (Random Access Memory)

Main primary memory that is volatile, losing content when power is lost.

28
New cards

ROM (Read-Only Memory)

Non-volatile memory used to store permanent instructions.

29
New cards

SRAM (Static RAM)

Fast memory type commonly used as cache memory.

30
New cards

DRAM (Dynamic RAM)

Main memory type that requires constant refreshing to maintain data.

31
New cards

Cache Memory

Very fast, high-speed memory located near or on the CPU.

32
New cards

Virtual Memory

Secondary storage space utilized as temporary memory when physical RAM is insufficient.

33
New cards

HDD (Hard Disk Drive)

Magnetic storage hardware used for long-term data retention.

34
New cards

SSD (Solid-State Drive)

Faster, non-magnetic storage technology utilizing solid-state memory.

35
New cards

Optical Storage

Storage media written and read by lasers, such as CD, DVD, and Blu-ray.

36
New cards

Cloud Storage

Remote storage accessible via the Internet.

37
New cards

Internet

The global physical network of interconnected networks.

38
New cards

Web (World Wide Web)

An information service operating on top of the Internet.

39
New cards

ARPANET

An early packet-switching network that served as the foundational precursor to the Internet.

40
New cards

Bandwidth

The volume of data that can be transmitted over a network in a specific amount of time.

41
New cards

ISP (Internet Service Provider)

A company or organization providing individuals and businesses access to the Internet.

42
New cards

Server

A computer program or device that provides services or resources to client computers.

43
New cards

Node

Any device connected to a computer network.

44
New cards

Hotspot

A physical location offering wireless Internet access.

45
New cards

Tethering

The act of sharing a mobile phone's Internet connection with other devices.

46
New cards

Static Web Page

A web page displaying identical content to all users without interactive changes.

47
New cards

Dynamic Web Page

A web page that responds to user input or context and changes content dynamically.

48
New cards

HTML (HyperText Markup Language)

The standard markup language defining the structure of web pages.

49
New cards

CSS (Cascading Style Sheets)

A style sheet language defining the visual styling and layout of web pages.

50
New cards

URL (Uniform Resource Locator)

The global web address pointing to a specific web resource.

51
New cards

DNS (Domain Name System)

A service translating human-readable domain names into numerical IP addresses.

52
New cards

Cookie

A small file saved on a client device storing specific website information and state.

53
New cards

IP (Internet Protocol)

The primary protocol governing addressing and routing of data packets across networks.

54
New cards

Packets

Small discrete blocks of data into which larger network communications are divided.

55
New cards

Router

A networking device connecting multiple distinct networks.

56
New cards

Switch

A networking device connecting individual devices on the same local network segment.

57
New cards

Hub

A simple networking device broadcasting received data to all connected devices.

58
New cards

Modem

A device enabling computer network communication over standard communication channels.

59
New cards

NIC (Network Interface Card)

Hardware component providing physical network connection capabilities.

60
New cards

TCP (Transmission Control Protocol)

A network protocol ensuring reliable and orderly delivery of data packets.

61
New cards

4 V's of Big Data

Four key dimensions defining Big Data: Volume (amount), Velocity (speed), Variety (formats), and Veracity (accuracy).

62
New cards

IoT (Internet of Things)

A network of physical devices embedded with software and sensors connected to the Internet.

63
New cards

Embedded System

A specialized computer designed for specific dedicated functions within larger systems.

64
New cards

Digital Divide

The socioeconomic gap between individuals with access to modern technology and the Internet and those without.

65
New cards

HTTPS

A secure version of HTTP that uses encryption for privacy and protection.

66
New cards

Phishing

A fraudulent attempt to trick users into providing sensitive information.

67
New cards

Spider / Crawler

An automated search engine bot that systematically scans and reads web pages across the Web.

68
New cards

Index

An organized, searchable database of web information collected by crawlers.

69
New cards

CARS Criteria

A framework for evaluating information credibility comprising Credibility, Accuracy, Reasonableness, and Support.

70
New cards

Plagiarism

The act of taking someone else's work or ideas and passing them off as one's own without credit.

71
New cards

Creative Commons

A system of flexible copyright licenses allowing creators to grant standardized usage permissions.

72
New cards

DRM (Digital Rights Management)

Technologies used to restrict and control the access and usage of digital media content.

73
New cards

Doxing

The malicious publication of an individual's private personal information online.

74
New cards

Ergonomics

The practice of designing equipment safely and effectively to reduce user physical strain.

75
New cards

RSI (Repetitive Strain Injury)

Physical injury caused by repetitive movement or poor ergonomic practices over time.

76
New cards

E-waste

Discarded electronic devices and equipment that require specialized disposal methods like recycling.