You are on page 1of 4

1.Which part interprets program instructions and initiate control operations.

a. Input
b. Storage Unit
c. Logic Unit
d. Control Unit
Answer : Control Unit

2.To locate a data item for storage is


a. Field
b. Feed
c. Database
d. Fetch
Answer : Fetch

3.Programs designed to perform specific tasks is known as

a. System Software
b. Application Software
c. Utility Programs
d. Operating System
Answer : Application Software

Time during which a job is processed by the computer is

a. Delay Times
b. Real Time
c. Execution Time
d. Down Time

Answer : Execution Time

4.A technique used by codes to convert an analog signal into a digital bit stream is known as
a. Pulse Code Modulation
b.Pulse Sretcher
c. Query Processing
d.Queue Management

Answer : Pulse Code Modulation

5.The two kinds of main memory are:


a. Primary and secondary
b. Random and sequential
c. ROM and RAM
d. All of above
Answer : Ram and Rom
A storage area used to store data to a compensate for the difference in speed at which the
different units can handle data is

a. Memory
b. Buffer
c. Accumulator
d. Address
Answer : Buffer

What is the use of dynamic_cast operator?


a) it converts virtual base class to derived class
b) it converts virtual base object to derived objeccts
c) it will convert the operator based on precedence
d) None of the mentioned

Answer: a

Which of the following accesses the seventh element stored in array?


a) array[6];
b) array[7];
c) array(7);
d) array;

Answer: array[6];

10. Which concepts does the preincrement uses?


a) call by value
b) call by reference
c) queue
d) None of the mentioned
Answer: Call By Reference

Where does the execution of the program starts?


a) user-defined function
b) main function
c) void function
d) none of the mentioned
Answer: main function

How many minimum number of functions are need to be presented in c++?


a) 0
b) 1
c) 2
d) 3
Answer: 1

Which datatype is used to represent the absence of parameters?


a) int
b) short
c) void
d) float
Answer: void

Who is the CEO of Twitter?


Jack Dorsey

How long is an IPv6 address?


a. 32 bits
b. 128 bytes
c. 64 bits
d. 128 bits
Answer: 128 bits

Which American Computer Company is called big blue?


a. Microsoft
b. Compaq Corp
c. IBM
d. Tandy Sevenson
Correct Answer: IBM

Choose the correct HTML tag to make the text bold?


a. <B>
b. <BOLD>
c. <STRONG>
d. Both A) and C)
Answer : D

Which of the following is valid IP address?


a. 984.12.787.76
b. 192.168.321.10
c. 1.888.234.3456
d. 192.168.56.115
Answer :d

What is the full form of TCP/IP?


a. transmission control protocol / internet protocol
b. telephone call protocol / international protocol
c. transport control protocol / internet protocol
d. none of the above
Answer : a

Pick the odd one out


a) array type
b) character type
c) boolean type
d) integer type
Answer: a

Which enables us to send the same letter to different persons?


a. macros
b. template
c. mail merge
d. None
Answer c

Which can be used for quick access to commonly used commands and tools?
a. Status bar
b. Tool bar
c. Menu bar
d. Title bar
Answer b

What does derived class does not inherit from the base class?
a) constructor and destructor
b) friends
c) operator = () members
d) all of the mentioned
Answer:d

You might also like