COAL Chapter 5-6

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/39

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.

40 Terms

1
New cards

Central Processing Unit

  • Brain of the computer

  • Most important component

  • Does most of the work

  • Performs all types of data processing

2
New cards

 Baran Jons Jakob Berzelius

he discovered silicon in 1823

3
New cards

December 1947

 first transistor was created by John Bardeen, Walter Brattain, William Shockley

4
New cards

1958

first working integrated circuit was built by Robert Noyce and Jack Kilby

5
New cards

1971

Intel 4001 was the company’s first microprocessor (Ted Hoff)

6
New cards

September 2009

Intel released the first Core i5 desktop processor with 4 cores

7
New cards
  1. Memory or storage unit

  2. Control unit

  3. ALU (Arithmetic Logic Unit)

Different Parts of CPU

8
New cards

Memory or Storage Unit

  • Can store instructions, data, and intermediate results

  • Responsible for transferring information to other units

  • Internal storage unit or the main memory

9
New cards
  • Primary memory

  • Secondary Memory

Types of Memory

10
New cards
  • Data and instructions are stored in memory units

  • Also stores intermediate results of any calculation

  • Finals results of processing are stored

  • All sorts of inputs and outputs are transmitted

Main Functions of Memory

11
New cards
  • fetch

  • decode

  • execute

  • store

Fundamental Functions of the Computer

12
New cards
  • single core CPU

  • dual core CPU

  • quad core CPU

Types Of CPU

13
New cards

Single Core CPU

oldest type of CPU, only process one operation at a single time

14
New cards

Dual-Core CPU

contains a single integrated circuit with two cores

15
New cards

Quad-Core CPU

contains two dual-core processors

16
New cards

CPU Performance

  • How fast a computer’s processor (CPU) can complete the task

  • Depends on the processor’s clock speed and others factors

17
New cards
  • Versatility

  • Performance

  • Multi-core

  • Compatibility

Advantages of CPU performance

18
New cards
  • Overheating

  • Power consumption

  • Cost

  • Limited parallel processing

Disadvantages of CPU Perfomance

19
New cards

Arithmetic Logic Unit (ALU)

  • Basic operations of the computers of earlier times are representing and storing numbers

  • Mathematical brain

  • Digital circuit

  • Fundamental building block of the CPU

20
New cards

Intel 74181

first ALU which was implemented as part of the 7400 series TTL

21
New cards
  • Data section (data path)

  • Control section

CPU can be divided into 2 sections

22
New cards

Bus

  • Parallel electrical wires with multiple hardware connections

  • Communication system that transfers data between components

23
New cards
  • address bus

  • data bus

  • control bus

Three Types of Bus

24
New cards

Address bus

transfers memory addresses from the processor to components

25
New cards

Data bus

carries the data

26
New cards

Control bus

carries control signals

27
New cards

Registers

  • Very fast computer memory

  • Serve as gates, sending signals 

  • Directed by control unit

28
New cards
  • program counter

  • instruction register

  • memory address register

  • memory data register

  • general purpose register

Five registers for in-out signal data storage

29
New cards

Program counter

has the address of the next instruction to be executed from memory

30
New cards

Instruction register

holds the instruction currently being executed

31
New cards

Memory address register

 stores the memory address from which data will be fetched

32
New cards

Memory data register

stores the data being transferred to

33
New cards

General purpose register

store temporary data within the microprocessor

34
New cards

Data Path

  • Made of functional components, multipliers or ALUs

  • Required to do data processing operations

35
New cards

One Bus Organization

A single bus is used for multiple purposes

36
New cards

Two Bus Organization

 to overcome the disadvantage of one bus organization, two buses

37
New cards

In-Bus

the general-purpose register can read data

38
New cards

Out-bus

the general-purpose registers can write data. Here buses get dedicated

39
New cards

Three Bus Organization

 three buses, OUT bus1, OUT bus2, and IN bus

40
New cards
  • Increase in size of the registers

  • Reduction in the number of cycles for execution

  • Increases the speed of execution

Main Advantages of Multiple Bus Organizations