CHAPTER 1 Flashcards

- CPU, its parts, its functions

1
Q

define CPU

A

The Central processing Unit (CPU) is the brain of the computer. It controls what the computer does and is responsible for performing calculations and data processing. It also handles the movement of data to and from system memory

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

define input device

A

device isany hardware device that that allow users to feed data or instructions into a computer, allowing you tointeract with and control it.

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

input examples

A

Examples of input devices include keyboards, mouse,scanners, cameras, joysticks, and microphones.

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

define output device

A

An output device isany hardware device used to send data from a computer toanother device or user. Processed data from the computer is usually transformed into audio or video.

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

list the parts of a CPU

A

inputdevice-> central processing unit: control unit, arithmetic and logic unit (memory unit)-> output device

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

function of arithmetic logic unit

A

The Arithmetic Logic Unit (ALU) performs:

  • simple addition,
    subtraction, multiplication
  • logic operations such as OR and AND
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

function of the control unit

A

coordinates the operation of all other parts of the computer, managing the flow of instructions and data.

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

explain ROM

A
  • read only memory
  • a non volatile memory
  • rom receives data, permanently writes it on a chip, and it lasts even after youve turned off your computer.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

explain RAM

A
  • random access memory
  • volatile memory (short term memory)
  • ram is where data and instructions are stored that the computer processor needs to run apps and files
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

explain backing storage

A

-backing storage or secondary storage is a non-volatile data storage that retains the computers data even after its been turned off.

-Unlike RAM and ROM, backing storage is not directly addressable (it cannot be read directly by the CPU)

-Has much slower access data access time than RAM and ROM

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

explain cache size

A
  • a short access time computer memory
  • a small amount of memory even closer than RAM
  • the CPU can quickly get instructions and data from CACHE
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

explain word size

A

the amount of data a computer can fetch in one cycle is called the word size.

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

what is the fetch execute cycle

A

the fetch execute cycle is the computers basic operation or instruction cycle.

the computer retrieves programming instructions from memory during the steps of the fetch execute cycle

-It then begins to perform and execute the necessary actions for that instruction.

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

explain the steps of the fetch execute cycle

A
  1. FETCH
    instructions are fetched from RAM by the control unit
  2. DECODE
    The instruction is decoded into binary number code so that it is computer readable
  3. EXECUTE
    the instruction is sent from the control unit to the ALU, which performs the instruction.
  4. SAVE
    if a result is produced, the ALU sends it back to RAM.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

who is the father of AI

A

John McCarthy

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

define robot

A

A robot is a machine designed to execute a task with great accuracy.

Robots are autonomous and acts independently without constant human intervention

17
Q

define robotics

A

the field of science and technology of robots

18
Q

robots are used in what fields

A

-medicine
-agriculture
-manufacturing
-distribution
-disaster recovery

19
Q

list new developments in robotics

A

VGR: vision guided robots. Allows robots to see in 2D and 3D with the use of video cameras

NLP: voice recognition and natural processing. Gives robots a sense of hearing, and can be applied in virtual assistants such as siri.

20
Q

sensor examples

A

-proximity sensors
-pressure pads
-switches

21
Q

define AI

A

AI is the use of computers to simulate intelligent behavior and problem solving capabilities.

22
Q

pros of robotics

A
  • can carry out repetitive work reliably
  • work quickly and consistently without breaks
  • have the capacity to work in dangerous and hazardous environments humans have limitations in. e.g. with hazardous materials, dangerous places, inaccessible to humans.
23
Q

cons of robotics

A
  • costly initial investment and maintenance

-environmental impact of production

-loss of human jobs

-impacts on social interaction

24
Q

define RTO in robotics

A

Real time operating systems allow robots to operate in real life and respond in real time