0 votes
0 answers
1
Consider the following graph:Which of the following will represents the chromatic number of the graph?I think ans has to be 3 but given as 4
2 votes
1 answer
2
What is the output of the following ?int main(){int arr [3] ={1,2,3,4,5,6,7,8,9,10,11,12};printf("%d%d", a -a[0], a [0]-a[0][0]);return 0;}
1 votes
1 answer
3
1 votes
0 answers
4
0 votes
0 answers
6
Can a single secret key can be used by the sender to sign documents for multiple receiver ?I think we can because purpose of digital signature is to make sure that on the...
7 votes
1 answer
9
Consider a non-pipelined processor design which has a cycle time of 15ns and average CPI of 1.6. The maximum speedup pipelined processor can get by pipelining it into 5 s...
1 votes
0 answers
10
2 votes
1 answer
11
Order the following Disk Scheduling Algorithm on the basis of throughputFCFS, SCAN, C-SCAN, SSTF, LOOK, C-LOOK.
4 votes
2 answers
12
Whether the following statement is true or false??"The OS maintains scheduling and accounting information for each thread"
0 votes
1 answer
15
A CFL $\cap$ a DCFL (i.e what is the intersection of a CFL with a DCFL??)