1. Full form of URL ?
a) universal resource locator
b) uniform resource locator
c)none of these
d) unidentified random locator.
2. What is the function of shell?
a) Interpreter b) command interpreter c) interface d) compiler
3. Which is a command interpreter ?
a) Shell b) Kernel c)compiler d)None of these
4. main()
{
printf("%c","abcdef"[4]);
}
what is the output ?
a) abcdef b) d c) e d) ERROR.
5. How are objects in cpp passed ?
a) By value b) By reference C)None Of These
6. If the ethernet card is removed .
a) IP address will change
b) MAC address will change
C)None Of These
7. Operation of queue
a) FIFO b) LIFO c) FILO d) None of these
8. Static member of a class is
a) class specific
b) Object specific
c) Referenced by using the scope resolution operator
d) a & c
9. TCP is
a) connection oriented
b) connection less
c) None of these¼br />
10. How is data send by IP layer?
a) as frames
b) as packets
c) as datagrams
d) None of these
11) Which of the following operators cannot be overloaded in C++?
A) ?: B)[] C) - D) None of These
12) Which constructor is invalid for class cat?
A) void cat :: cat() { feet=4;}
B)cat::cat(int f){feet=f;}
C) cat::cat(void){feet=8;}
D) cat::cat(int f){this->feet=f;}
13) Typical user defined signal handler functions perform actions such as
A) abort process immediately without further ado
B) Perform minor house keeping prior to resumption
C) Roll back process state to last checkpoint
D) Tidy up to process abortion
A) 1&2 B) 2 & 4 C) 3 D) 4
14) What is the name given to the process initizlizing a microcomputer with its OS?
A) Cold Booting
B) Booting
C) Warm Booting
D) None of these
15) Desirable attributes for memory management include
A) Protection- such memory should be protected against being written on by other processes
B) Encryption- ability to encrypt data with a randomly selected key that is discarded after use without being disclosed so that data can never read again.
C)Uniform access rates-ability to retard faster data fetch rates so that all data fetches are uniformly performed at the least fast data fetch rate
D)none of these
16)Major expressions used with find command to select file is it has been accessed in more than 375 days,is
A)-a time +365 B) -m time +365 C)-a time -365 D) -m time -365
17)Which of the following is not a basic computer network topology?
A)Train topology B)Bus topology C)star topology D)ring topology
18)which file contains all permanent information and is updated during processing by transactions of data?
A) Master File B) Local File
C) Parent File D) Primary File
19) Which set option is used with vi editor to display line numbers on screen?
A) nm B) nu C)ic D)li
20) Assuming you have the environment variable ENV=.kshrc set, what is the entry in ur .kshrc or .profile that will save up to ur last 200 commands in a history list?
A) HISTSIZE=200
B) set history 200
C) HISTORY=200
D) setenv history 200
21) You have 1MB of memory left on the HDD and when booting the system crashes. What is the reason?
A) Not enough synchronous buffer
B) Not enough contiguous memory in virtual memory
C) Not enough space on the hard drive for the swap file.
D) Not enough space on the hard drive for working memory.
22) How do I remove a file with the name '-something' ?
A) use the "--" flag to rm
B) Use "##" flag to rm
C) Use the "-" flag to rm
D) Use the "!" flag to rm.
23) The customer is an internet search engine with hits from global customers exceeding 10 million per day. You identify Knowledge Management as the driving business issue. Which feature is most imp to this customer solution?
A) Single system image
B) Speed and performance
C) Very large memory, very large database
D) H/W Partitioning
24) Unlike function templates, when instantiating a class template, you must explicitly instantiate the class by giving?
A) The parameters for the class templates
B) The arguments for the class templates
C) The variables for the class templates
D) None
25) In private inheritance derived class members can access base class members that are 1) Public 2) Private 3) Protected
A) 1 & 2 B) 1 & 3
C) 2 & 3 D) 1,2 & 3
26) The output of an OR Gate is LOW when
A) All inputs are LOW
B) Any Input is LOW
C)Any input is high
D) All inputs are HIGH
No comments:
Post a Comment