Google

Monday, December 24, 2007

wipro -new technical series

1) Which of the following operators cannot be overloaded in C++?

A) ?: B)[] C) - D) None of These

2) Which constructor is invalid for class cat?
A) <!--[endif]-->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;}

3) Typical user defined signal handler functions perform actions such as

A) <!--[endif]-->abort process immediately without further ado
B) <!--[endif]-->Perform minor house keeping prior to resumption
C) <!--[endif]-->Roll back process state to last checkpoint
D) <!--[endif]-->Tidy up to process abortion

A) 1&2 B) 2 & 4 C) 3 D) 4

4) 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

5) 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

6)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

7)Which of the following is not a basic computer network topology?
A)Train topology B)Bus topology C)star topology D)ring topology

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

9) Which set option is used with vi editor to display line numbers on screen?
A) nm B) nu C)ic D)li

10) 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

11) 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.

12) 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.

13) 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

14) 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

15) 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

16) 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: