DCIT 21A Full set

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/138

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

139 Terms

1
New cards

Operating System

A collection of programs that manage and coordinate all computer activities, acting as an intermediary between users, applications, and hardware.

2
New cards

Multitasking

The ability of an operating system to have more than one program open at a time, switching between them quickly to appear simultaneous.

3
New cards

Multithreading

The ability of a CPU or program to execute multiple threads concurrently within a single process, with each thread being the smallest unit of execution.

4
New cards

Multiprocessing

The use of two or more processors within one computer system to execute multiple tasks simultaneously.

5
New cards

Parallel Processing

A technique where one large task is divided into smaller sub-tasks that run at the same time across multiple processors or cores.

6
New cards

Memory Management

The process of optimizing the use of main memory (RAM) for efficient computer operation.

7
New cards

Virtual Memory

A part of a hard drive or SSD that acts as extra RAM when physical memory is full, helping computers run smoothly with many programs open.

8
New cards

Buffering

Temporary memory storage that holds data while being transferred between devices or programs.

9
New cards

Spooling

The process of placing data in temporary storage so it can be processed later by a device at its own pace.

10
New cards

Command Line Interface (CLI)

A text-based interface requiring users to input commands through the keyboard.

11
New cards

Graphical User Interface (GUI)

A graphics-based interface used in most modern operating systems for easy navigation.

12
New cards

Personal (Desktop) Operating System

Designed for individual users to perform tasks like browsing, office work, and gaming (e.g., Windows, macOS, Linux).

13
New cards

Server (Network) Operating System

Designed to manage network resources, handle multiple users, and provide services like web hosting or file sharing.

14
New cards

File Management

Refers to how an OS stores, organizes, retrieves, and protects files on storage devices.

15
New cards

File System

The method and data structure an OS uses to organize and manage data on storage devices.

16
New cards

FAT32

An older Windows file system compatible with many devices but limited to 4 GB file size and 2 TB partitions.

17
New cards

NTFS

Default Windows file system supporting large files, permissions, encryption, and journaling for stability and security.

18
New cards

exFAT

File system for flash drives and external storage that supports large files but lacks journaling and permissions.

19
New cards

HFS+

Older macOS file system supporting large files and journaling but not optimized for SSDs.

20
New cards

APFS (Apple File System)

Default macOS file system optimized for SSDs, featuring encryption, snapshots, and space sharing.

21
New cards

EXT2

Early Linux file system without journaling.

22
New cards

EXT3

Linux file system adding journaling for crash recovery.

23
New cards

EXT4

Common Linux file system supporting large files, journaling, and backward compatibility.

24
New cards

Btrfs

Modern Linux file system with snapshots, compression, RAID, and self-healing features.

25
New cards

XFS

High-performance Linux file system ideal for handling large files in enterprise servers.

26
New cards

Android File Systems

Typically uses EXT4 or F2FS, optimized for flash memory, speed, and data reliability.

27
New cards

CPU (Central Processing Unit)

The brain of the computer that executes instructions, performs calculations, and manages decision-making.

28
New cards

Instruction Cycle

The process of fetching, decoding, executing, and storing instructions in the CPU.

29
New cards

Control Unit (CU)

Directs the flow of data and instructions within the CPU.

30
New cards

Arithmetic Logic Unit (ALU)

Performs calculations and logical operations.

31
New cards

Registers

Small, fast storage inside the CPU used for temporary data.

32
New cards

Cache

High-speed memory storing frequently used data for quick CPU access.

33
New cards

Intel Core Series

Common CPU line for desktops and laptops (i3, i5, i7, i9).

34
New cards

AMD Ryzen Series

CPUs known for strong multi-core performance.

35
New cards

Apple M1/M2 Chips

ARM-based processors used in Apple devices for high efficiency.

36
New cards

Qualcomm Snapdragon

RISC-based processors found in mobile phones.

37
New cards

Motherboard

The main circuit board connecting all computer components and enabling communication between them.

38
New cards

CPU Fan & Heatsink Mounts

Spots for attaching cooling systems to prevent CPU overheating.

39
New cards

Northbridge

Chipset managing communication between the CPU, RAM, and graphics card.

40
New cards

Southbridge

Chipset handling slower I/O devices like USB, audio, and storage.

41
New cards

RAM Slots

Slots for installing memory modules that store temporary data for active processes.

42
New cards

IDE Connector

Old connector for hard drives and optical drives before SATA.

43
New cards

SATA Port

Connector used to link storage devices like HDDs and SSDs to the motherboard.

44
New cards

Power Connector

Provides electrical power from the PSU to the motherboard.

45
New cards

PCI Slots

Expansion slots for adding devices such as sound cards or network cards.

46
New cards

CMOS Battery

Small battery that keeps BIOS settings (like date and boot order) saved when the PC is off.

47
New cards

PGA (Pin Grid Array)

A CPU design where the pins are on the processor itself, plugging into holes on the motherboard socket (used in older AMD CPUs).

48
New cards

LGA (Land Grid Array)

A CPU design where pins are located on the motherboard socket, while the CPU has flat contacts (common in Intel desktop CPUs).

49
New cards

BGA (Ball Grid Array)

A CPU or chip soldered directly to the motherboard using small solder balls, making it non-replaceable and common in laptops or compact devices.

50
New cards

Thermal Paste

A heat-conductive compound placed between the CPU and cooler to fill small gaps and efficiently transfer heat to the heatsink.

51
New cards

Static RAM (SRAM)

Memory using flip-flops that doesn’t need refreshing, very fast but expensive, and used in CPU cache.

52
New cards

Dynamic RAM (DRAM)

Memory using capacitors that must be refreshed constantly, slower but cheaper and used as main memory.

53
New cards

SDR (Single Data Rate)

Type of DRAM that transfers data once per clock cycle.

54
New cards

DDR (Double Data Rate)

Type of DRAM that transfers data twice per clock cycle for faster performance.

55
New cards

DDR2 / DDR3 / DDR4 / DDR5

Successive DDR generations offering increased speed, efficiency, and lower power use.

56
New cards

Video RAM (VRAM)

Special memory used by GPUs for rendering graphics, images, and videos.

57
New cards

Low Power DDR (LPDDR)

A power-efficient version of DDR RAM used in mobile devices and laptops.

58
New cards

IDE (Integrated Drive Electronics)

An older interface used for connecting hard drives and optical drives, replaced by newer technologies.

59
New cards

PATA (Parallel ATA)

Another name for IDE, transferring data in parallel using wide ribbon cables.

60
New cards

SATA (Serial ATA)

Modern storage interface transferring data serially for faster speeds and slimmer cables, used in most HDDs and SSDs.

61
New cards

NVMe (Non-Volatile Memory Express)

A high-speed SSD protocol that connects via PCIe slots, communicating directly with the CPU for maximum performance.

62
New cards

Data

A collection of raw, unorganized facts and figures.

Example: Numbers, letters, symbols or combination of these.

63
New cards

Information

A processed, organized, or structured data that has meaning and context. It helps in decision-making and understanding.

Example: “The student’s average score is 86%, meaning they passed the exam.”

64
New cards

Data Processing

The collection, manipulation, and conversion of raw data into meaningful information that can be used for decision-making, problem-solving, or analysis.

It involves steps like input, processing, storage, and output.

65
New cards

Manual Data Processing

Implies the extend use of manual labor in the processing of data. Such method is slow and relatively inaccurate and could not support the rapidly expanding information requirements.

Example: Recording sales in a notebook, counting votes manually.

66
New cards

Mechanical Data Processing

Involves the use of machines or devices that alter, transmit and direct applied forces. The advantages are greater computational speed.

Example: Typewriters, calculators, Hollerith’s punched card machines.

67
New cards

Electronic Data Processing

Has superior capacity to perform computations and other functions at incredible speeds.

Example: Payroll system in HR software, student grading systems.

68
New cards

Batch Processing

Collecting and processing data in large groups (batches) at a scheduled time.

Example: Bank check processing, monthly utility bill generation.

69
New cards

Real-Time Processing

Data is processed instantly as it is input. It Provides immediate output, crucial for time-sensitive applications.

Example: ATM transactions, airline booking systems.

70
New cards

Online Processing (Interactive Processing)

Users directly interact with a computer system to process data. It is interactive and user-driven, often used in business and education.

Example: Online shopping checkout system, Google Docs collaboration.

71
New cards

Distributed Data Processing

Data is processed across multiple computers connected in a network.

Example: Cloud computing services, online multiplayer gaming servers.

72
New cards

Input–Process–Output (IPO) Model

A simple framework that shows how raw data (input) is transformed into meaningful information (output) through a processing stage.

73
New cards

Data Collection

Gathering raw facts from various sources such as surveys, sensors, transactions, documents, or online systems.

74
New cards

Data Preparation

Also known as data cleaning or preprocessing. Involves removing errors, duplicates, or irrelevant information, and organizing the data into a structured format.

75
New cards

Data Input

The prepared data is entered into the system, database, or software for further use.

Can be manual (typing), mechanical (scanning), or automated (direct upload from a device).

76
New cards

Data Processing (Cycle)

The core stage where data is transformed using formulas, calculations, algorithms, or computer programs.

77
New cards

Data Interpretation

Also called data output or analysis. The processed data is analyzed to generate meaningful insights, reports, or visualizations.

78
New cards

Data Storage

The final stage where processed information (and sometimes raw data) is stored securely for future access, reference, or audits.

79
New cards

Hardware

Physical parts of a computer that you can see and touch. Includes input devices, output devices, storage, and processing units.

80
New cards

Software

A set of instructions or programs that tell the hardware what to do.

Includes system software, application software, and programming software.

81
New cards

Input Devices

Used to enter data into the computer.

82
New cards

Output Devices

Display or produce the processed information.

83
New cards

Storage Devices

Store data permanently or temporarily.

84
New cards

Processing Devices

A device that handles and executes instructions.

85
New cards

Networking Devices

Help computers communicate and share resources.

86
New cards

Monitor

An output device that displays text, images, videos, and other visual information processed by the computer.

87
New cards

Printer

An output device that produces a hard copy of digital documents, images, or graphics stored in a computer.

88
New cards

Storage Device

A hardware component used to store digital data permanently or temporarily.

89
New cards

CPU (Central Processing Unit)

Known as the “brain of the computer”, this part performs most of the calculations and instructions needed to run programs.

90
New cards

GPU (Graphics Processing Unit)

A processor designed specifically for rendering graphics and images quickly.

91
New cards

RAM (Random Access Memory)

A type of temporary memory that stores data and instructions while the computer is running. Volatile memory.

92
New cards

ROM (Read-Only Memory)

A type of non-volatile memory that permanently stores instructions needed for booting up and running a computer.

93
New cards

Motherboard

The main circuit board that connects all components of the computer, including CPU, RAM, storage, and expansion cards.

94
New cards

Router

Connects multiple devices to the internet and directs data between them.

95
New cards

Switch

Connects multiple devices within a local area network (LAN).

96
New cards

Modem

Converts digital signals from a computer into analog signals for transmission and vice versa.

97
New cards

Hub

A simple device that connects multiple devices in a network and broadcasts data to all connected devices.

98
New cards

NIC (Network Interface Card)

A hardware component inside a computer or device that allows it to connect to a network.

99
New cards

Firewall Device

A security device (hardware or software) that monitors and controls incoming and outgoing network traffic.

100
New cards

System Software

Controls and manages the computer hardware so other software can function.

Explore top flashcards