1 answer
2
In thread switch of same process, which of the following value will be changeda)Program Counter & Stack pointerb)memory management info & PCc)mm info and SPd) only PC
1 answer
3
2 answers
4
Which layer is responsible for synchronizing sending andreceivingapplications?A.) PresentationB.) SessionC.) TransportD.) ApplicationE.) NetworkI found the answer (D) in ...
3 answers
5
Consider the following code segment:pid_t pid;pid = fork();if (pid == 0) { /* child process */fork();thread create( . . .);} fork();a. How many unique processes are creat...
4 answers
6
Consider an array containing ‘n’ elements. The elements present in an array are in arithmetic progression, but one element is missing in that order. What is the time ...
1 answer
7
1 answer
9
please explain this anyone
1 answer
10
1 answer
11
how to solve this question and what is the feedback ckt in the above fig.
2 answers
13
In how many ways can seven different jobs be assigned to 4 different employees so that each employee is assigned at least one job and the most difficult job is assigned t...
1 answer
14
0 answers
15
If initially register contains byte B7 , Then contents of registers after 4 clock pulse will bea)73 b)72 c)7E d)74
1 answer
17
Consider the following database table:Create table test( one integer, two integer, primary key(one), unique(two), check(one>=1 and <=10), check (two>=1 and <=5) );How man...
1 answer
19
Suppose L is a language which contains the empty word, the word $\alpha$ and the word $\beta$ and has the property that whenever P and Q are in L, the word P.Q is also in...
3 answers
22
A complete binary tree with $n$ non-leaf nodes contains$\log_{2}n$ nodes$n+1$ nodes$2n$ nodes$2n+1$ nodes
4 answers
23
Dynamic routing protocol enable routers toDynamically discover and maintain routesDistribute routing updates to other routersReach agreement with other routers about the ...
3 answers
24
1 answer
25
Hi,Front page of GATE Overflow is not useful now. Any suggestions for a better look?
6 answers
26
If each address space represents one byte of storage space, how many address lines are needed to access RAM chips arranged in a $4 \times 6$ array, where each chip is $8\...
5 answers
28
Consider the following binary search tree T given below: Which node contains the fourth smallest element in T?QVWX