Computer Systems and Software Fundamentals

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

flashcard set

Earn XP

Description and Tags

Vocabulary-style flashcards covering hardware architecture, networking, web technologies, data representation, and the software development life cycle.

Last updated 6:07 PM on 5/12/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

35 Terms

1
New cards

DIKW Pyramid

A hierarchy used to illustrate the transition from raw Data to Information, Knowledge, and finally Insight/Wisdom.

2
New cards

Control Unit

A main component of the Central Processing Unit (CPU) that fetches and executes instructions.

3
New cards

Arithmetic Logic Unit (ALU)

A component of the CPU responsible for performing arithmetic operations.

4
New cards

Registers

Components that supply operands to the ALU and store the results of its operations.

5
New cards

Hertz

The unit used to measure clock speed (instructions per second), usually expressed in GHzGHz.

6
New cards

HDD (Hard Disk Drive)

A storage device featuring mechanical spinning magnetic disks; it is generally slower and more susceptible to shocks compared to SSDs.

7
New cards

SSD (Solid State Drive)

A storage device with no moving parts that uses flash memory, offering faster speeds and better durability.

8
New cards

Byte (B)

A unit of digital information consisting of 8bits8\,bits (bb), representing one character.

9
New cards

Bit (binary digit)

The most basic unit of information in computing, represented as a 00 or 11.

10
New cards

Mainframes

Large and powerful computers used by large organizations to process vast amounts of data, primarily for commercial purposes.

11
New cards

Supercomputers

The fastest and most powerful computers, used for complex calculations in scientific research and simulation.

12
New cards

Computer Network

Multiple devices connected to each other to communicate and share resources, which can be wired or wireless.

13
New cards

LAN (Local Area Network)

A computer network that covers a small geographical area, like a home or office.

14
New cards

WAN (Wide Area Network)

A computer network that extends over a large geographical distance.

15
New cards

Routers

Devices that forward data packets across a network.

16
New cards

Bandwidth

A measure of the maximum rate of data transfer, often expressed in MBpsMBps.

17
New cards

Internet

A global network of interconnected computers allowing for data exchange and communication.

18
New cards

World Wide Web (WWW)

An internet-based system of interlinked hypertext documents, invented by Tim Berners-Lee in 1990 at CERN.

19
New cards

Hyperlinks

Connections that allow users to navigate between web pages and websites seamlessly.

20
New cards

HTTP (Hyper Text Transfer Protocol)

The foundation for data communication on the Web, enabling the retrieval of linked resources.

21
New cards

HTML (HyperText Markup Language)

The standard markup language used to create and design web pages and web applications.

22
New cards

Web Browser

Software application used for accessing information on the Web by interpreting HTML files and displaying content.

23
New cards

IP address

A unique numerical label assigned to each device connected to a computer network (e.g., 208.80.153.224208.80.153.224).

24
New cards

Domain Name

A human-readable address that directs users to a specific location on the Internet by translating to an IP address through DNS.

25
New cards

URL (Uniform Resource Locator)

The complete address used to access a specific webpage or file, including the protocol, domain name, and path.

26
New cards

ASCII

American Standard Code for Information Interchange; a 7-bit system that can represent 128 characters.

27
New cards

Unicode

A character encoding standard that uses between 88 and 32bits32\,bits per character to represent many different languages.

28
New cards

Resolution

The concentration of pixels in a specific area of an image.

29
New cards

Image Size Formula

Image Size=No of pixels×No of bits per pixel\text{Image Size} = \text{No of pixels} \times \text{No of bits per pixel}

30
New cards

BIOS (Basic Input Output System)

The first software to run when a computer starts; it initializes hardware and loads the Operating System.

31
New cards

Firmware

Low-level software embedded in a device's hardware providing basic instructions for its operation.

32
New cards

SDLC (Software Development Life Cycle)

A structured methodology used to develop and maintain software systems, consisting of stages like Planning, Analysis, and Design.

33
New cards

Syntax

The formal set of rules defining the correct structure of code in a programming language.

34
New cards

Semantics

The meaning and behavior of code, which is judged by the output of the programmed equation or task.

35
New cards

High-Level Languages

Programming languages designed to be easy to read and understand (e.g., Python, Java, C++) that are translated into machine code by compilers or interpreters.