answersLogoWhite

0

you require 16 input line and 16 output line and 16 address line.

Because

64 K = 26 X 210 = 216 so, 16 address lines

Here N = 16, so 16 data lines will be there.

.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How many address lines are needed to access 256KB of main memory?

The number of address lines needed to access N-KB is given by log2N Then the number of address lines needed to access 256KB of main memory will be log2256000=18 address lines.


What is the capacity of DRAM with twelve address lines?

Since DRAM uses address multiplexing(essentially each line accesses both columns and rows in memory) you need to take 2 to the 24th power to find your total capacity(basically doubling the number of address lines). In this case it would be 16,777,216.


How many address lines are needed in 8 KBytes x 8?

18


Minimum number of address lines needed to access a physical memory of 1GB?

You need 30 address lines to access 1G of memory. 230 = 1,073,741,824. log2 (1,073,741,824) = 30.


What is the total bit capacity of a ROM that has 14 address lines and 8 data outputs?

14*8=112 bits


How many Address lines and data lines of microprocessor and microcontroller?

Microprocessor has 16 address lines and microcontroller has 20 address lines


Why all the 16 address lines are not act as a data lines in 8085 microprocessor?

the 8085 microprocessor is a 8-bit microprocessor and these are bidirectional but the address lines are unidirectional.these address lines are used to address the location of the instruction in memory .these data lines are used to transfer data between processor and peripheral devices. when the address of the instruction will be recognized by the address lines the data will be send to the processor therefore the 16 address lines are not act as a data lines in 8085


How many lines should be return ADDRESS?

a return address should have 2 lines


How many Address line of 8085 microprocessor?

There are 20 address lines and 16 data lines in the 8086 microprocessor. The low order 16 address lines are multiplexed with the data lines. Some of the high order address lines are multiplexed with status lines.


How do you calculate number of address lines needeed for 1 MB?

20 address lines are required


How many address lines and data lines are required for a2Kx8 memory?

A 2K X 8 memory requires 11 address lines and 8 data lines


How many address lines and data lines are required from 256K 16 memory system?

In a 256K x 16 memory system, the memory has 256K (256 * 1024 = 262,144) addressable locations and each location holds 16 bits of data. To calculate the number of address lines needed, we find the base-2 logarithm of 256K, which is 18 (since 2^18 = 262,144). For the data lines, since each location holds 16 bits, 16 data lines are required. Thus, the system requires 18 address lines and 16 data lines.