Computer Fundamentals and Emerging Technologies Flashcards

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/29

flashcard set

Earn XP

Description and Tags

This set of 30 vocabulary flashcards covers concepts from computer fundamentals, number systems, hardware architecture, software, networking, security, and emerging technologies as presented in the lecture transcript.

Last updated 4:24 AM on 7/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

30 Terms

1
New cards

Computer

An electronic device that accepts raw data (input), processes it according to a set of instructions (program), and produces meaningful results (output).

2
New cards

Data

Raw, unprocessed, and unorganized facts and figures (e.g., 42, "Nairobi").

3
New cards

Information

Data that has been processed, structured, and given context to make it meaningful (e.g., "The temperature in Nairobi is 28°C").

4
New cards

Firmware

Software that is permanently embedded directly into hardware chips (e.g., BIOS/UEFI).

5
New cards

GIGO

Stands for "Garbage In, Garbage Out"; the principle that errors in output are almost always due to human mistakes in inputting data or writing instructions.

6
New cards

Base (Radix)

The total number of unique symbols or digits available within a number system, which determines positional weights.

7
New cards

Bit

Short for Binary Digit (0 or 1); serves as the absolute foundational unit of storage in digital computing.

8
New cards

Hexadecimal

A Base 16 number system that uses digits 0–9 and letters A–F (where A=10, B=11, C=12, D=13, E=14, F=15).

9
New cards

Motherboard

The primary Printed Circuit Board (PCB) that serves as the central communication backbone connecting all hardware units.

10
New cards

UEFI

Unified Extensible Firmware Interface; the modern standard for firmware that supports drives larger than 2TB2\,\text{TB} and includes Secure Boot protection.

11
New cards

Data Bus

Bidirectional internal data highways whose width (32 or 64-bit) determines how much data moves per clock cycle.

12
New cards

Control Unit (CU)

The coordinator within the CPU that fetches instructions, decodes them, and issues synchronization signals using the system clock.

13
New cards

Arithmetic Logic Unit (ALU)

The mathematical engine of the CPU that handles all arithmetic (+,,×,÷+ , - , \times , \div) and logical operations (AND, OR, NOT).

14
New cards

Registers

Small, ultra-fast memory cells within the CPU itself with approximately 0.25ns0.25\,\text{ns} access times.

15
New cards

Program Counter (PC)

A register that holds the memory address of the next instruction to be fetched.

16
New cards

RAM

Random Access Memory; volatile main memory that serves as the temporary active workspace for the OS and application programs.

17
New cards

System Software

Software that operates directly at the hardware layer to manage system resources and provide a platform for user applications.

18
New cards

Sequential Access

A file access method where read and write operations occur strictly in chronological order and the file pointer advances automatically.

19
New cards

Acyclic Graph Directory

An advanced tree structure that allows files or folders to be shared across different paths using hard or symbolic links.

20
New cards

Jitter

The variation in packet arrival times in data communication which must be minimized to avoid choppy audio or video.

21
New cards

Protocol

A mutually agreed-upon set of rules governing data communication; without this, devices cannot understand each other.

22
New cards

IPv6

Uses a 128-bit address space written in hexadecimal, providing approximately 3.4×10383.4 \times 10^{38} addresses.

23
New cards

E-commerce

A scope of digital business referring specifically to buying, selling, or exchanging goods, services, and information over electronic networks.

24
New cards

Digital Divide

The gap between demographics and regions that have access to modern information and communications technology and those that don't.

25
New cards

Vulnerability

A weakness or loophole in a system's design, code, or physical setup that a threat can exploit.

26
New cards

Confidentiality

Ensuring sensitive data is hidden from unauthorized eyes, typically achieved via encryption and access controls.

27
New cards

Non-repudiation

Ensuring a party to a transaction or communication cannot deny their participation (e.g., digital signatures).

28
New cards

Blockchain

A decentralized, distributed digital ledger technology that securely records immutable transactions across a network of peer-to-peer computers.

29
New cards

SaaS

Software as a Service; fully completed end-user software applications accessed instantly via a web browser (e.g., Google Workspace).

30
New cards

Leapfrogging

The process where developing nations skip older, legacy technological stages and move directly to the latest, most advanced generation.