Computing Basics and Security Fundamentals

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

1/34

flashcard set

Earn XP

Description and Tags

Vocabulary-style flashcards covering computer hardware, measurements, networking, programming, and security concepts based on lecture notes.

Last updated 12:13 PM on 5/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

35 Terms

1
New cards

Hardware

The physical components of a computer system.

2
New cards

Software

The programs and applications that run on a computer.

3
New cards

RAM

Temporary working memory used to store data currently in use.

4
New cards

Storage

Components used for long-term data retention, such as saving files and data.

5
New cards

CPU

The component that processes and executes instructions.

6
New cards

Bit

The smallest unit of data measurement.

7
New cards

Byte

A unit of data consisting of 8bits8\,bits.

8
New cards

KB (Kilobyte)

A unit of data equivalent to 1,024bytes1,024\,bytes.

9
New cards

MB (Megabyte)

A unit of data equivalent to 1,024KB1,024\,KB.

10
New cards

GB (Gigabyte)

A unit of data equivalent to 1,024MB1,024\,MB.

11
New cards

TB (Terabyte)

A unit of data equivalent to 1,024GB1,024\,GB.

12
New cards

Hz (Hertz)

A unit of measure used for computer speed, often expressed in MHz or GHz.

13
New cards

Motherboard

The main circuit board that connects all internal components of a computer.

14
New cards

PSU

The Power Supply Unit which supplies power to the computer.

15
New cards

GPU

A specialized component for graphics processing.

16
New cards

Virtualization

The process of running multiple virtual machines on a single physical system.

17
New cards

Hypervisor

The software that manages and runs virtual machines (VMs).

18
New cards

SaaS

Software as a Service; software provided online.

19
New cards

PaaS

Platform as a Service; a cloud model providing a platform for development.

20
New cards

IaaS

Infrastructure as a Service; a cloud model providing virtual infrastructure.

21
New cards

IP address

A unique numerical label assigned to each device on a network.

22
New cards

MAC address

A unique physical address for a network interface.

23
New cards

DNS

Domain Name System; translates human-readable domain names into IP addresses.

24
New cards

HTTP

Network protocol assigned to port 8080.

25
New cards

HTTPS

Secure network protocol assigned to port 443443, often used for secure websites.

26
New cards

SMTP

Email protocol assigned to port 2525.

27
New cards

SSID

Service Set Identifier; the unique name assigned to a wireless network.

28
New cards

Low-level language

Programming languages close to machine code, such as Assembly.

29
New cards

High-level language

Human-readable programming languages, such as Python.

30
New cards

Algorithm

A step-by-step logic or procedure for solving a problem.

31
New cards

Primary key

A unique identifier for a record within a database table.

32
New cards

CIA Triad

Core security framework consisting of Confidentiality, Integrity, and Availability.

33
New cards

Phishing

A security threat where fraudulent messages are used to steal sensitive data.

34
New cards

MFA

Multi-Factor Authentication; a security practice requiring multiple forms of verification.

35
New cards

Symmetric encryption

A type of encryption where the same key is used for both encryption and decryption.