Sie sind auf Seite 1von 7

1) Which of the following memories need refresh?

A)SRAM B)DRAM C)ROM D)All Above Ans:B

2) ASCII stands for A)American Standard Code for Information Interchange B)American Scientific Code for International Interchange C)American Standard Code for Intelligence Interchange D)American Scientific Code for Information Interchange Ans:A

3) What is compiler A)compiler does a conversion line by line as the program is run B)compiler converts a whole of higher level program code into machine code in one step C)A compiler is general purpose language providing very efficient execution D)None of the above. Ans:B

4) When a key is pressed on the keyboard which standard is used for converting the keystroke into the corresponding bits? A)ANSI B)ASCII C)EBCDIC

D)ISO Ans:A

5) Which of the following is programming language A)Lotus B)Pascal C)MS-Excel D)Netscape Ans:B

6) DHCP is the abbreviation of A)Dynamic Host control protocol B)Dynamic Host configuration protocol C)Dynamic Hyper control protocol D)Dynamic Hyper configuration protocol Ans:B 7) By default members of a C++ class are A)Private B)Public C)Protected D)None of the above. Ans:A

8) C was primarily developed as a A)System Programming language B)General purpose language

C)Data processing language D)None of the above Ans:A

9) Operator over loading is A)A group function with the same name B)All have same number and type of arguments C)function with same name and same number and type of arguments D)All of the above. Ans:A

10)

Databases overall structure is maintained in a file called

A) Redolog file B) Data file C) Control file D) All of the above Ans:C 11) The command to remove rows from a table CUSTOMER is

A)REMOVE FROM CUSTOMER B)DROP FROM CUSTOMER C)Delete FROM CUSTOMER WHERE D)UPDATE FROM CUSTOMER Ans:C

12)What will be output of following program? #include<stdio.h>

int main(){ int i = 3; int *j; int **k; j=&i; k=&j; printf("%u %u %d ",k,*k,**k); return 0; A) Address, Address, 3 B) Address, 3, 3 C) 3, 3, 3 D) Compilation error Ans:A

13)

A pointer is

A)A keyword used to create variable B) A variable that stores address of an instruction C) A variable that stores address of other variable D) All of the above Ans:C

14) Which of the following type of class allows only one object of it to be created?

A) Virtual class B) Abstract class C) Singleton class D) Friend class Ans:C

15) Acknowledgments, sequencing, and flow control are characteristics of which OSI layer A) Layer 2 B) Layer 3 C) Layer 4 D) Layer 7 Ans:C 16) How many JDBC driver types does Sun define?

A) One B) Two C) Three D) Four Ans:D

17) To run a compiled Java program, the machine must have what loaded and running? A) Java virtual machine B) Java compiler C) Java bytecode D) A Web browser Ans:A

18) From what location are the 1st computer instructions available on boot up? A) ROM BIOS B) CPU C) CONFIG.SYS D) boot.ini Ans:A

19)

A hard disk is divided into tracks which are further subdivided into:

A) clusters B) sectors C) vectors D) heads Ans:B

20 ) ERP stands for A. Enhanced reporting portal B. Efficiency recoding protocol C. Enterprise resource planning D. None of above

Das könnte Ihnen auch gefallen