retagged by
1,407 views

2 Answers

3 votes
3 votes
No of segments = $2^5$, Size of each segment = $1k = 2^{10}$

So size of memory = $2^5 * 2^{10} = 2^{15}$

So we need 15 bits to address this logical space.

Hence C is correct.
1 votes
1 votes
yes nos of segment 32 = 2^5 correspond to 5 bits

again Segnent size is equal to 1 KB =1024 B= 2^10 BYTES  which correspond to 10 bits for addressing.

hENCE NOS OF TOTAL BITS ARE 5+10=15 Bits  as per option (C).is correct.
Answer:

Related questions

2.0k
views
6 answers
1 votes
admin asked Apr 2, 2020
1,985 views
The file manager is responsible fornaming filessaving filesdeleting filesall of these
1.3k
views
4 answers
4 votes
admin asked Apr 2, 2020
1,295 views
In real-time operating systems, which of the following is the most suitable scheduling scheme?round-robinfirst-come-first-servedpreemptiverandom scheduling
1.1k
views
2 answers
1 votes
admin asked Apr 2, 2020
1,101 views
The seek time of a disk is $30$ ms. It rotates at the rate of $30$ rotations/second. The capacity of each track is $300$ words. The access time is (approximately)$62$ ms$60$ ms$50$ ms$47$ ms
695
views
3 answers
1 votes
admin asked Apr 2, 2020
695 views
The eigenvalues of the matrix $\begin{bmatrix}1 & 2\\ 4 & 3 \end{bmatrix}$ are$\text{5 and -5}$\text{5 and -1}$\text{1 and -5}$\text{2 and 3}$