Recent questions tagged control-unit

365
views
1 answers
0 votes
Design a vertical micro programmed control unit to generate 40 signals. Out of first 35 those only 3 signals can be active at a time. And remaining 5, anyone can be acti...
327
views
2 answers
1 votes
Consider a microprogrammed control unit has to support 32 number of instructions. For each instruction execution control unit generate a sequence of 64 control words. Eac...
571
views
1 answers
0 votes
Consider a CPU where all the instructions require 8 clock cycles to complete execution. There are 220 instructions in the instruction set. It is found that 239 control si...
702
views
1 answers
1 votes
Consider a hypothetical processor which supports expand opcode technique. A 32bit instruction is place in 256MW memory. If there exist 10, one address instructionthen how...
251
views
1 answers
0 votes
28 control signal to each micro operation has 2 control signal active at a time. Find minimum no. of bits need for control field.
483
views
0 answers
0 votes
What will be the control signal for executing the 32-bit instruction PC=PC+4?Explain each of the steps in single sentence.
320
views
0 answers
1 votes
1. In memory hierarchy the fattest memory type is cache memory next to register. So describe mapping process(transformation data from memory to cache memory)
222
views
0 answers
0 votes
1. Assume to transfer serial data we use shift register. So if we need to transfer 8 bit data to 8 bit shifter register:a) Show the content of shift register after 2 bit ...
189
views
0 answers
0 votes
Please list out the best free available video playlist for Control unit from CO & A as an answer here (only one playlist per answer). We'll then select the best playlist ...
837
views
1 answers
0 votes
Is non-linear pipe lining in gate 2022???
650
views
1 answers
1 votes
Options were:8235522331Please give detailed solution.
320
views
0 answers
0 votes
A computer system contains a main memory of 32KB. It also has a 4KB cache divided into four-lines/set with 64B per line. Assume that thecache is initially empty. The proc...
369
views
0 answers
0 votes
Consider the following assembly code:Instruction DescriptionLD R1, 45(R2) Read data from memory and store in R1. Memory address is calculated by adding 45 to the content ...
683
views
1 answers
0 votes
What is the structure of control word for Horizantal microprogrammed control unit?<Conditional branch bit, flag bits, contol field, next address ...
1.4k
views
1 answers
1 votes
Given below are two statements:Statement $I$: Hardwired control unit can be optimized to produce fast mode of operationStatement $II$: Indirect addressing mode needs two ...
958
views
3 answers
0 votes
A micro programmed control unitIs faster than a hardwired unitFacilitates easy implementation of a new instructionIs useful when small programs are to be runAll of the ab...
1.7k
views
5 answers
0 votes
The general configuration of the microprogrammed control unit is given below:What are blocks B and C in the diagram respectively?Block address register and cache memoryC...
4.0k
views
3 answers
2 votes
Statements associated with registers of a CPU are given. Identify the false statement.The program counter holds the memory address of the instruction in executionOnly opc...
407
views
1 answers
0 votes
Can anyone explain microprogrammed control unit?Also what is horizontal microcode and vertical microcode?
1.4k
views
0 answers
0 votes
A hypothetical control unit supports 5 groups of mutually exclusive signals.what is the size of control memory in bytes if during any microinstruction atmost 1 control ...
2.7k
views
2 answers
2 votes
Assume that the control memory is 24 bits wide. The control portion of the microinstruction format is divided into two fields.A micro-operation field of 11 bits specifies...
2.3k
views
2 answers
2 votes
A vertical microprogrammed control unit supports 512 instructions. The system is using 8 conditional flags and contains 31 control signals. Each instruction on an average...
823
views
0 answers
1 votes
Consider the following statements:S1 : Microprogrammed control unit uses fixed logic to interrupt instruction.S2 : Horizontal microprogramming control unit requires an ad...
2.9k
views
2 answers
5 votes
Microprogrammed control unit uses fixed logic to interrupt instruction.True or False.
944
views
0 answers
2 votes
What is the difference between control signal and control word? Also, the difference between micro-operation and microinstruction.