You are on page 1of 4

1.

____________ tags, when placed on an animal, can be used to record and track
in a database all of the animals movements.
A. POS
B. RFID
C. PPS
D. GPS
Answer: B
2. A ____________ is approximately one billion bytes.
A. kilobyte
B. bit
C. gigabyte
D. megabyte
Answer: C
3.

Java was originally invented by


A. Oracle
B. Microsoft
C. Novell
D. Sun

4.The unit of speed used for super computer is


A. KELOPS
B. GELOPS
C. MELOPS
D. None of these
5.The first movie released in 1982 with terrific computer animation and graphics was
A. Star wars
B. Tron
C. Forbidden planet
D. Dark star
6.Fin Find the odd man out.
A. Google
B. Lycos
C. Altavista
D. Java

7.

ISDN stands for


A. International Standard Digital Network
B. International Subscriber Dialing Network
C. Integrated Service Digital Network
D. Integrated System Digital Network

8.VSNVSNL stands for


A. Videsh Sanchar Nigam Ltd
B. Very Soft Network Link
C. Vigam System Nigar Ltd
D. Very Small Network Link
9.WhiWhich of the following is an advantage to using fibre optics data transmission?
A. Resistance to data theft
B. Fast data transmission rate
C. Few transmission errors
D. Low noise level
10.
The first mechanical computer designed by Charles Babbage was called
A. Abacus
B. Analytical Engine
C. Calculator
D. Processor
11.
Which interface provides the capability to store objects using a key-value pair?

A.

Java.util.Map

B.

Java.util.Set

C.

Java.util.List

D.

Java.util.Collection

12. Which is valid declaration of a float?

A.

float f = 1F;

B.

float f = 1.0;

C.

float f = "1";

D.

float f = 1.0d;

13.Which of these class is used to create servers that listen for either local or remote client
programs?
[A] httpServer
[B] ServerSockets
[C] MimeHeader
[D] HttpResponse
14.Which of these is a standard for communicating multimedia content over email?
[A] http
[B] https
[C] Mime
[D] httpd
15.A deployment descriptor describes
[A] web component response settings
[B] web component settings
[C] web component request objects
[D] All of the above
16.The life cycle of a servlet is managed by
[A] servlet context
[B] servlet container
[C] the supporting protocol (such as http or https)
[D] all of the above
17.The JDBC-ODBC bridge is
[A] Multithreaded
[B] Singlethreaded
[C] Both of the above
[D] none of the above

18.Which packages contain the JDBC classes?


[A] java.jdbc and javax.jdbc
[B] java.jdbc and java.jdbc.sql
[C] java.sql and javax.sql
[D] java.rdb and javax.rdb
19.________ is an open source DBMS product that runs on UNIX, Linux and Windows.
[A] MySQL
[B] JSP/SQL
[C] JDBC/SQL
[D] Sun ACCESS
20.Which type of Statement can execute parameterized queries?
[A] PreparedStatement
[B] ParameterizedStatement
[C] ParameterizedStatement and CallableStatement
[D] All kinds of Statements
21.What is the limit of data to be passed from HTML when doGet() method is used?
[A] 4K
[B] 8K
[C] 2K
[D] 1K

You might also like