1. The each computer in a cluster is connected using ?
a) UTP
b) Rj-45
c) STP
d) Coaxial cable
2. The number failed attempts to access memory, stated in the form of fraction is called as ?
a) Hit rate
b) Miss rate
c) Failure rate
d) Delay rate
3. In the client server model of the cluster _____ approach is used?
a) Load configuration
b) FIFO
c) Bankers algorithm
d) Round robin
4.The beowolf structure follows the _____ approach of relationship between the systems?
a) Master-slave
b) Asynchronous
c) Synchronous
d) Isochronous
5. Which of the following is a User-defined data type?
a) typedef int Boolean;
b) typedef enum {Mon, Tue, Wed, Thu, Fri} Workdays;
c) struct {char name[10], int age};
d) all of the mentioned
6. Which data type is most suitable for storing a number 65000 in a 32-bit system?
a) signed short
b) unsigned short
c) long
d) Int
7. What is short int in C programming?
a) Basic datatype of C
b) Qualifier
c) short is the qualifier and int is the basic datatype
d) All of the mentioned
8. If there is any error while opening a file, fopen will return?
a) Nothing
b) EOF
c) NULL
d) Depends on compiler
9. FILE is of type?
a) int type
b) char * type
c) struct type
d) None of the mentioned
10. What is the meant by ‘a’ in the following operation? fp = fopen(“Random.txt”, “a”);?
a) Attach
b) Append
c) Apprehend
d) Add