Question

시 Alt many address lines are required for a memory containing a total o Problems 99 (a) 256 kB (b) 2 MB (c) 4 GB 4. Fill in the blanks with one of IR, ALU, PC, ACC, MEMORY,FETCH PHASE o EXECUTE PHASE: (a) Data is stored in the (b) Programs are stored in the- (c) To be executed, an instruction is loaded into the (d) The address of an instruction to be executed is held in (e) Instructions are retrieved during the (D Instructions are interpreted during the (g) Arithmetic operations occur in the (h) Temporary intermediate results are held in the phase
0 0
Add a comment Improve this question Transcribed image text
Answer #1

(a) MEMORY
(b) MEMORY
(c) IR (Instruction Register)
(d) PC (Program Counter)
(e) FETCH PHASE
(f) EXECUTE PHASE
(g) ALU (Arithmetic Logic Unit)
(h) ACC (Accumulator)

Add a comment
Know the answer?
Add Answer to:
How many address lines are required for a memory containing a total at (a) 256 kB...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • A computer has a memory space of 16 GB. a) How many address lines are required...

    A computer has a memory space of 16 GB. a) How many address lines are required to span this address space, assuming it is byte- addressed? b) This computer has a block of 4 GB 32-bit-wide memory built using 512 MB static RAM chips that are each 8 bits wide. How many RAM chips are required to implement the memory?

  • Group Project 1 The Micro-1 Processor Simulation <Micro-1 Computer> Here's the organization of a computer equipped...

    Group Project 1 The Micro-1 Processor Simulation <Micro-1 Computer> Here's the organization of a computer equipped with a Micro-1 processor Memory contains an array of integer cells: int cell[] = new int[CAP]; where CAP is the capacity of memory. Initially this is set to 256. Internally, the Micro-1 processor is equipped with eight 32-bit data/address registers and two 32 bit control registers: PC, the program counter, contains the address of the next instruction to execute. IR, the instruction register, contains...

  • I cant get the code to work. Any help would be appreciated. Instruction.java package simmac; public...

    I cant get the code to work. Any help would be appreciated. Instruction.java package simmac; public class Instruction { public static final int DW = 0x0000; public static final int ADD = 0x0001; public static final int SUB = 0x0002; public static final int LDA = 0x0003; public static final int LDI = 0x0004; public static final int STR = 0x0005; public static final int BRH = 0x0006; public static final int CBR = 0x0007; public static final int HLT...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT