Latest Answer: Physical Layer Data Link Layer Network Layer Transport Layer Session Layer Presentation Layer Application Layer ...
Static variable will be visible in
A. Function in which they are defined
B. Module in which they are defined
C. All the program
D. None
Unix system is
A. Multi processing
B. Multi processing, multiuser
C. Multi processing, multiuser, multitasking
D. Multiuser, multitasking
X.25 protocol encapsulates the following layers
A. Network
B. Datalink
C. Physical
D. All of the above
E. None of the above
Latest Answer: A.Ethernet ...
A node has the IP address 138.50.10.7 and 138.50.10.9. But it is transmitting data from node1 to node 2only.The reason may be
A. A node cannot have more than one address
B. class A should have second octet different
C. class B should have second octet different
D. All of the above
For an application, which exceeds 64k the memory model should be
A. Medium
B. Huge
C. Large
D. None
Latest Answer: Maheswaran Wrote: Condition: If the two threads lock mutexes 1 and 2 respectively, then a deadlock occurs when each attempts to lock the other mutex. Thread 1Thread 2/* use resource 1 */ /* use resource 2 */pthread_mutex_lock(&m1);pthread_mutex_lock(&m2); /* ...
Latest Answer: The setuid() function sets the real user ID, effective user ID, and saved user ID of the calling process. ...
Which of the following is not true about C++
A. Code removable
B. Encapsulation of data and code
C. Program easy maintenance
D. Program runs faster
View page << Previous 1 [2] 3 4 Next >>

Go Top