0 votes
1
If we are given a set for ex.S={1,2,.....25} and now if we want to find subsets T ⊆ S of size 5 than it is 25C5 or they are 2^ 25C5.
1 votes
2
0 votes
3
What are external connection in "internal organization of memory chip" ? How these lines are decided ?Example memory with 128 bits (16×8) requires 14 external connection...
2 votes
7
Given shift register is initially loaded with the bit pattern "1010". After how many clock cycles will the content of shift register be "1010" again?a) 5b) 9c) 7d) 15
2 votes
8
In the following circuit, Y can be expressed as :$\text{Y = BC + A}$$\text{Y = AC}' + \text{BC}$$\text{Y = C}$$\text{Y = B}$
1 votes
9
what is the differernce between if (a=0) and if (a= -7) or any other non-zero number e.g what will be the out put of following program a)if ( a=0)printf(""a is zero ")els...
0 votes
10
2 votes
12
Below are four concurrent processes and three counting semaphores.What must be the initial values of the three semaphores, so that output “TGE” is obtained?
17 votes
14
In a file allocation system, which of the following allocation scheme(s) can be used if no external fragmentation is allowed?ContiguousLinkedIndexed$1$ and $3$ only$2$ on...
28 votes
15
5 votes
16
Threads of a process shareglobal variables but not heapheap but not global variablesneither global variables nor heapboth heap and global variables
0 votes
18
What is the formula for average access time using write-through and write-back policy?
1 votes
19
Consider a system with logical address space of 4GB and page size is 8KB, physical address space is 256MB. How many bits required to access an entry in single level page ...
1 votes
21
Consider the function f (x) = sin x in the interval X< [pi/4, 7pi/4]. The number of location/s of the local minima are __________ .
0 votes
23
Let N1 be the number of distinct cycles of length 3 in given graph and N2 be the number of distinct cycles of length 3, if the graph is labelled.Then N2 - N1 is _________...
0 votes
24
1 votes
25
Calculate the limit (A) 1 (B) 0 (C) -1 (D) Does not exist
2 votes
26
A computer receives a time stamp request from another computer at 2 : 34 : 20 P.M. The value of original time stamp is 52,453,000 (milli second). If sender clock is 5 mil...
1 votes
27
2 votes
29
DIfference between Static single assignment, 3 address code , 3 address instruction?How these 3 are different in representation?