edited by
4,294 views

1 Answer

0 votes
0 votes

For 16 x 8 memory organization =memory with 16 word each of 8 bit

16 word require 4 Address Lines (24=16)

8 bit of 16x8 memory org. require 8 Data Lines

by default :CONTROL PINS :read + write = 2 pins

Total External Connections = 4+8+2=14 connections

If we consider power and ground connections also (+ 2 more connection)

then we get,

Total External Connections = 4+8+2+2=16 connections 

The above diagram is of MEMORY INTERFACE. It shows that memory chip externally connected mainly with address lines , data lines and control signals.

Related questions

790
views
0 answers
0 votes
Anshul kumar singh asked Jul 18, 2022
790 views
Quantify the effect on performance that results from the use of a cache in the case of a program that has a total of 500 instructions, including a ... =7500My question is why we take 400 instructions instead of 500 instruction pls explain.
578
views
0 answers
0 votes
cynicthnkr asked Apr 6, 2018
578 views
1. Computer Organization and Embedded Systems 6e Paperback – 1 Jul 2017 2. Computer Organization Paperback 5e – 4 Nov 2011Are these two same, because titles are different, if not which one is recommended for gate preparation? Please help.
556
views
1 answers
0 votes
Ray Tomlinson asked Aug 19, 2023
556 views
Consider the case memory which has 0.8 and 0.9 hit ratio for read and write operation. Whenever there exist here miss either read or write 2 ... find average access time for write operation,3. average access time overall and throughput.
542
views
0 answers
4 votes
Akshara Nair asked Dec 6, 2021
542 views
Consider the following possibilities for saving the return address of a subroutine: (a) In a processor register (b) In a memory location associated with ... and which supports subroutine recursion (that is, a subroutine that calls itself)?