CSEC 600 computing basics and operating systems

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/21

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.

22 Terms

1
New cards

hardware

the physical components of a computer

2
New cards

CPU

brain of the computer

3
New cards

RAM

short-term memory

4
New cards

storage

(HDD/SSD), long term memory

5
New cards

motherboard

the main circuit board

6
New cards

I/O devices

keyboards, monitors, network cards

7
New cards

operating system

loads software into memory (RAM) and schedules CPU time for the task, bridge between users, software, and hardware (Windows, Linux, macOS, mobile OS)

8
New cards

USB & SATA

route communications between CPU, memory, and I/O dveices

9
New cards

BIOS/UEFI

facilitate device communication

10
New cards

bug

an unintended behvior or oversight that the developers did not account for

11
New cards

misconfiguration

errors while setting up software cause unintended consequences

12
New cards

poor input validation

developers didnt account for unexpected inputs

13
New cards

GUI

graphic user interface, user inputs graphics like buttons, etc

14
New cards

CLI

command line interface, user inputs through writing specific commands to be executed

15
New cards

system administration

the practice of managing and maintaining a computer systems core functions

16
New cards

users

individual identities or accounts that interact with a computer system

17
New cards

least privilege

only give access necessary for the task

18
New cards

files

store data

19
New cards

directories

organize files for access and maintenance

20
New cards

OS

handles file permissions to control read, write, and execute rights

21
New cards

process

an active instance of a running program

22
New cards

patches

fix security flaws, bugs, and imporve performance