Knowee
Questions
Features
Study Tools

1 pointIn an 8085 system, CS = A15A14 A’13A12 is used as the chip select of a 4K RAM. What is the memory range of the system? A) C000-CFFFH B) D000-DFFFH C) C000-CFFFH and D000-DFFFH D) 6000-6FFFH and 7000-7FFFH

Question

1 pointIn an 8085 system, CS = A15A14 A’13A12 is used as the chip select of a 4K RAM. What is the memory range of the system? A) C000-CFFFH B) D000-DFFFH C) C000-CFFFH and D000-DFFFH D) 6000-6FFFH and 7000-7FFFH

🧐 Not the exact question you are looking for?Go ask a question

Solution

The memory range of the system is determined by the chip select (CS) signal. In an 8085 system, the CS signal is given by A15A14 A’13A12.

The 4K RAM means that the memory size is 4*1024 = 4096 bytes.

In hexadecimal, 4096 is 1000H.

So, the lower 12 bits of the address (A0-A11) are used to address the locations within the chip and the upper 4 bits (A12-A15) are used for chip selection.

Given CS = A15A14 A’13A12, we can see that A13 is complemented.

So, the chip is selected when A15A14A13A12 = 1100 or 1101.

In hexadecimal, 1100 is C and 1101 is D.

Therefore, the memory range of the system is from C000 to CFFFH and from D000 to DFFFH.

So, the correct answer is C) C000-CFFFH and D000-DFFFH.

This problem has been solved

Similar Questions

In the case of Intel 8085, what would be the address range for a memory system where A0-A11 are the only lines used for addressing, The memory address starts from A000HQuestion 5Select one:a.A800H-AFFFFHb.A000H-A500Hc.A000H-A800Hd.A00H-A600H

BC220415117: SYEDA LAIBA SHAH Time Left 89 sec(s) CS401P - Computer Architecture and Assembly Language Programming (Practical) (Lab Quiz No. 2 (Non-Graded)) Quiz Start Time: 11:00 AM, 29 April 2024 Question # 1 of 5 ( Start time: 11:00:58 AM, 29 April 2024 ) Total Marks: 1 The intel 8085 processor can access maximum _____________of memory. Select the correct optionReload Math Equations 64 KB 2 MB 85 KB 1 MB

What is the opcode range for memory refrence instruction in basic computer.Group of answer choices000~110111222fff

A RAM chip has 7 address lines, 8 data lines and 2 chips select lines. Then the number of memory locations is(2 Points)2^122^102^192^13

A computer has a main memory with 16 bits per word and a CPU with16 general purpose registers. The instruction set consists of10 differentoperations and each instruction has two operands. Each operandidentifies an immediate value, a register value, or a memory location.The processor can access memory using 6-bit addresses. Specify theinstruction fonnat and the number of bits in each field if the instructionis stored in one word of memory.

1/3

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.