6.1 hardware and software

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

1/7

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.

8 Terms

1
New cards

hardware

physical components of a computer system, both internal (e.x. hard drive, CPU) and external (e.x. keyboard, speaker)

2
New cards

software

programs on a computer system

3
New cards

application software

software which completes a specific task for the user

e.x. word processors, web browsers, video games

4
New cards

system software

software which operates, controls and maintains the computer and its components

e.x. operating system, utility software, library programs, translators

5
New cards

operating system

hides complexities of hardware, allowing the user to operate the computer without needing specialist knowledge

manages programs’ access to hardware resources such as CPU cores, RAM and I/O devices, and handles interrupts

6
New cards

utility programs

complete “housekeeping tasks” on the computer system such as:

-backing up data

-compressing data

-encrypting data

-defragmenting disks (organising the data to improve speed of access, e.x. by storing all data for one file together rather than in chunks scattered across the disk)

7
New cards

library programs

contain functions that are frequently imported in programs, such as the time or random modules in python

8
New cards

translators

software that translates between different languages, there are three types: compilers, assemblers and interpreters