Chapter 2: Hardware and Software

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

1/31

flashcard set

Earn XP

Description and Tags

Flashcards about computer hardware and software.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

32 Terms

1
New cards

What are the physical components of a computer?

Hardware devices

2
New cards

What are programs or apps also known as?

Software (application software)

3
New cards

What type of computer serves many terminals within an organization?

Mainframe computer

4
New cards

What type of computer is designed to carry out large numbers of complex calculations?

Supercomputer

5
New cards

What does RAS stand for in the context of mainframe computers?

Reliability, Availability, and Serviceability

6
New cards

What is the term for hardware components that can be replaced while the system is running?

Hot-swappable

7
New cards

What unit measures how many instructions a processor can perform every second?

MIPS (millions of instructions per second)

8
New cards

What unit measures floating point operations per second and is used to compare the speed of supercomputers?

FLOPS (floating point operations per second)

9
New cards

What kind of software is designed to maintain or operate the computer system?

System software

10
New cards

After BIOS, what is the first piece of software that loads when a computer is turned on?

Operating system

11
New cards

What is the software that comes with an external hardware component and sends customized instructions to that specific component?

Device driver

12
New cards

What translates a program written in a high-level programming language into machine code?

Translator

13
New cards

What type of translator creates an executable file containing machine code?

Compiler

14
New cards

What are the three stages of the compilation process?

Lexical analysis, syntax analysis, code generation

15
New cards

What type of translator translates a program one line at a time?

Interpreter

16
New cards

What combines object files together to form a single executable file?

Linker (link editor)

17
New cards

What type of software performs maintenance on the computer system?

Utility software

18
New cards

What is the main function of anti-virus software?

Monitor the system for viruses and malware and check for existing threats.

19
New cards

What do backup utilities create?

A second copy of data and programs that are in storage

20
New cards

What will data compression utilities do?

Reduce the original size of files so that they use up less storage space

21
New cards

What does a disk defragmentation utility do?

Reorganize all the files so that each file is contiguous (kept together).

22
New cards

What is the process of organizing the tracks on a disc into sectors?

Formatting

23
New cards

What kind of software is written especially to meet the requirements of a client?

Custom-written software

24
New cards

What kind of software is general purpose and available to a large market?

Off-the-shelf software

25
New cards

What type of software has the source code freely available?

Open source software

26
New cards

What type of software is owned by a single person or organization who sells it for use under an agreed license?

Proprietary software

27
New cards

What is the communication between the user and the computer system?

User Interface

28
New cards

What type of interface allows a user to enter text commands?

Command Line Interface (CLI)

29
New cards

What is the most common type of interface, found on desktops, tablets and mobile phones?

Graphical User Interface (GUI)

30
New cards

What acronym remembers the elements of a GUI?

WIMP (Windows, Icons, Menus, Pointers)

31
New cards

What type of interface refers to using the spoken word to communicate with a computer system?

Dialogue Interface

32
New cards

What type of interface recognizes human motion?

Gesture Based Interface