Computing Flashcards

1
Q

What is hardware?

A

Physical components that make up a computer system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is software?

A

Programs or applications that a computer system runs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is an embedded system?

A

A computer which is designed to perform 1 specific task

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the advantages of an embedded system?

A
  • Easier to design
  • Cheaper to produce
  • More efficient at their task
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does the processing power of the CPU depend on?

A
  • Clock speed
  • Number of cores
  • Cache size
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does the CPU do?

A

Manages the fetch, decode, execute cycle. Also controls the flow of data inside the CPU

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does the ALU do?

A

Performs arithmetic and logical operations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does cache do?

A

A very fast memory that temporarily stores data and instructions that the processor is likely to reuse

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does the program counter do?

A

Holds memory address of next instruction for each cycle

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does the accumulator do?

A

Stores results of calculations from the ALU

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What does the MAR do?

A

Holds any memory address about to be used by the CPU

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does MDR do?

A

Holds the actual data or instruction, which is either fetched from memory or waiting to be written to memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is volatile memory?

A

Memory that requires power to retain its data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does RAM do?

A

Holds data and instructions which are currently being used

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What does ROM do?

A

Contains instructions a computer needs to properly boot up.

The instructions are known as BIOS (Basic Input Output System)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is primary storage?

A

The memory areas that hold data currently being used. It has the fastest read/write speed.

17
Q

What is secondary storage?

A

A non-volatile storage of data that’s not in use. Read/write speeds are slower than primary storage.

18
Q

What are some examples of primary storage?

A
  • RAM
  • ROM
  • Cache
  • Flash memory
19
Q

What are some examples of secondary storage?

A
  • Hard disk drives
  • USB memory sticks
  • Optical storage devices
  • Solid state devices
20
Q

What are the functions of the operating system?

A
  • Communicate with internal and external hardware
  • Provide a user interface
  • Provide a platform for applications to run
  • Allow the computer to multitask by controlling memory resources
  • Deal with file and disk management
  • Manage security
21
Q

What is encryption?

A

Scrambling data and providing the receiver with the key to unscramble so it is unreadable by unauthorized users.

(Note that unauthorized users can still receive data, but not read it)

22
Q

What is defragmentation?

A

The process of reorganizing files on a hard drive so that related data is stored together in continuous blocks

23
Q

What is lossy compression?

A

Permanently removing data from files to reduce size

24
Q

What is lossless compression?

A

Temporarily removing data to store a file but then restoring it to its original state when opened