control unit

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

1/13

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.

14 Terms

1
New cards

What is control memory ?

  • It stores all the microinstructions

  • Its small and fast

  • It controls the processors action ……

  • without this processor doesn’t know what to do

2
New cards

What is address sequence ?

Its is a method which decide the next instructions that CPU will execute

Purpose : The CPU should work in sequencial manner

Without this the CPU will get confused which tasks to perform next

3
New cards

What is micro program ?

It is a set of micro instructions in the control memory

It tells how to perform specific tasks

Break down tasks into simple steps

4
New cards

What is symbolic microinstruction ?

The microinstruction is written in a way that human understand

Use symbols instead of binary numbers

It makes it easier for code to write and debug

It makes the complex word more accessible to human

5
New cards

What is fetch routine ?

  • First instruction cycle in the CPU

  • It grabs the next instruction to be executed

  • It makes sure the CPU knowns what to do next

6
New cards

what is microprogram sequencer ?

It is a part of control unit which decide the order in which micro instructions are executed

It will make sure that instructions are followed

It make sure CPU execute processes in sequence without skipping any steps

7
New cards

What is microprocessor ?

It is a tiny computer brain

It follows the microinstruction to do tasks

It is used in computers and phone

8
New cards

What is micro program ?

It is a set of tiny micro instructions

It tells microprocessor what to do and how to do

It helps the microprocessor not to get confused as he has to follow instruction given by microprogram

9
New cards

Is it possible to design a microprocessor without a microporgram ?

Yes , the hardwired control unit doesn’t contain the microprograms it works through flip-flops and

10
New cards

Are all micro-programmed computers also microprocessors?

  • No , A microprocessor is just one small part of a computer, like the brain of a phone or a laptop.

  • A microprogrammed computer can be a whole big system, not just a single chip.

11
New cards

What is microoperation ?

An mircooperation is a very tiny tasks

Like adding two numbers and move data

Its important because its perform smaller tasks

12
New cards

What is microinstruction ?

A instruction which tells the cpu to perform the microoperation

like add it

13
New cards

What is microprogram

It is a list of microinstruction

Its like a recipe

Its important because like we know the steps and its in sequence

14
New cards

What is mircocode ?

Those are low level instructions

Those are full set of microinstructions stored inside the computer