Normal difficulty questions. These questions require correct understanding of the topic and the application of it. Those who have prepared must be able to do these questions with in 3 minutes.

Recent questions tagged normal

36 votes
4 answers
2372
The total size of address space in a virtual memory system is limited by:the length of MARthe available secondary storagethe available main memoryall of the abovenone of ...
29 votes
2 answers
2373
43 votes
4 answers
2374
Match the pairs in the following questions by writing the corresponding letters only.$$\begin{array}{|c|l|c|l|} \hline A. & \text{The number of distinct binary tree} & P....
24 votes
1 answer
2375
Match the pairs in the following questions by writing the corresponding letters only.$$\begin{array}{|ll|ll|}\hline \text{(a)} & \text{Buddy system} & \text{(p)} & \tex...
1 votes
0 answers
2376
51 votes
4 answers
2377
The maximum number of possible edges in an undirected graph with $n$ vertices and $k$ components is ______.
19 votes
3 answers
2378
16 votes
1 answer
2379
A given set of processes can be implemented by using only parbegin/parend statement, if the precedence graph of these processes is ______
33 votes
8 answers
2380
44 votes
2 answers
2381
50 votes
3 answers
2382
24 votes
3 answers
2383
37 votes
1 answer
2384
When two $4$-bit numbers $A = a_3a_2a_1a_0$ and $B=b_3b_2b_1b_0$ are multiplied, the bit $c_1$ of the product $C$ is given by ________
0 votes
3 answers
2385
25 votes
5 answers
2386
Consider the number given by the decimal expression:$$16^3*9 + 16^2*7 + 16*5+3$$The number of $1’s$ in the unsigned binary representation of the number is ______
2 votes
2 answers
2387
In interleaved memory organization, consecutive words are stored in consecutive memory modules in _______ interleaving, whereas consecutive words are stored within the mo...
29 votes
3 answers
2396
A process executes the following codefor(i=0; i<n; i++) fork();The total number of child processes created is$n$$2^n-1$$2^n$$2^{n+1} - 1$