2 votes
1
What is basic difference between mandatory attributes and multivalued attributes???
1 votes
3
On a system with N CPU, what is the maximum number of processes that can be in running state ?A) N processB)Depend on the processes in ready stateC) Can't say
1 votes
4
What is the regular expression for sigma = {0,1} where each string has odd 0's. Which one is correct?A) 1*0(1*01*01*)*B) 1*01*(1*01*01*)*
7 votes
5
A computer has 170 different operations. Word size is 4 Bytes. one word instruction requires two address fields. One address for register and one address for memory. If t...
0 votes
7
Return value of xchg instruction is_____________1. Old value2. New value3 . 1 if operation succeeds and 0 if operation fails4. None of the above
0 votes
8
By using Intel hardware xchg instruction ensures thatThe critical section is deadlock freeSolution is starvation freeProcess enters CS in FIFO orderMore than one process ...
0 votes
9
State True/False Bakery algorithm ensures that no process is starved.1. True2. False
3 votes
11
If there are no attributes in common between two relations R and S then, what should be the result of (R natural join S)?1) R x S2) $\phi$I think option 2 because of foll...
0 votes
12
Which cipher is commonly used in network-based symmetric cryptographic applications? (A) Linear cipher (B) Block cipher (C) Permutation cipher (D) Stream cipher
0 votes
14
What is the size of subnet mask?No. of bits in subnet mask or No. of subnets possible
4 votes
18
why not b) option
3 votes
19
how many times the loop will be executedLXI H,0106 HDCR L LOOP :DCX HNZ LOOPHLTa)105 times b) 261 times c) 0 times d) forever
3 votes
20
13 votes
22
A device employing INTR line for device interrupt puts the CALL instruction on the data bus while:$\overline{INTA}$ is activeHOLD is activeREADY is inactiveNone of the ab...
1 votes
23
A processor needs software interrupt to(a) test the interrupt system of the processor(b) implement co routines(c) obtain system services which need execution of priviledg...