edited by
25,773 views
35 35 votes

How many $32K \times 1$ RAM chips are needed to provide a memory capacity of $ 256K$ bytes?

  1. $8$
  2. $32$
  3. $64$
  4. $128$

7 Answers

Best answer
47 47 votes

Answer is : (c) 64

Total number of RAM chips

$$\begin{align*}&= \frac{\text{Total size}}{\text{1 RAM size}} \\
&=\frac{256 \text{ K-bytes}}{ 32 \times 1} \\
&= \frac{2^8 \times 2^{10} \times 2^3}{ 2^5\times 2^{10}}\\
&=  2^6 = 64 \end{align*}$$

selected by
6 6 votes

total number of RAM chip = Total size /1 RAM size
                                       =256K bytes/ 32*1
                                       = 2210 *23/ 25*210

                                       =  26 = 64
Option C

4 4 votes
*1 refers bit so each row requires 8bits i.e that becomes byte for row 8 chips are needed..like that 256/32=8 columns are there

totally 8columns*8=64
3 3 votes

Answer is : (c) 64

Explanation: We need 256 Kbytes, i.e., 256 x 1024 x 8 bits.
We have RAM chips of capacity 32 Kbits = 32 x 1024 bits.
(256 * 1024 * 8)/(32 * 1024) = 64 chips

Answer:
Position:
Show:

Related questions

14 14 votes
6 answers 6 answers
10.8k
10.8k views
Purple asked Jan 26, 2016
10,791 views
In $\text{X = (M + N }\times \text{O)/(P} \times \text{Q})$, how many one-address instructions are required to evaluate it?$4$$6$$8$$10$
40 40 votes
9 answers 9 answers
14.4k
14.4k views
Kathleen asked Sep 22, 2014
14,401 views
The range of integers that can be represented by an $n$ bit $2’s$ complement number system is:$-2^{n-1} \text{ to } (2^{n-1} -1)$$-(2^{n-1} -1) \text{ to } (2^{n-1} -1)$$...
49 49 votes
4 answers 4 answers
17.3k
17.3k views
Kathleen asked Sep 29, 2014
17,295 views
Dirty bit for a page in a page tablehelps avoid unnecessary writes on a paging devicehelps maintain LRU informationallows only read on a pageNone of the above
48 48 votes
3 answers 3 answers
49.6k
49.6k views
Kathleen asked Sep 22, 2014
49,580 views
Increasing the RAM of a computer typically improves performance because:Virtual Memory increasesLarger RAMs are fasterFewer page faults occurFewer segmentation faults occ...