Vous êtes sur la page 1sur 14

1.

How many JDBC driver types does Sun define?

A.

One

B.

Two

C.

Three

D.

Four

Answer & Explanation

Answer: Option D
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
2.
Where is metadata stored in MySQL?

A.

In the MySQL database metadata

B.

In the MySQL database metasql

C.

In the MySQL database mysql

D.

None of the above is correct.

Answer & Explanation

Answer: Option C
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
3.
Who invented Java?

A.

Netscape

B.

Microsoft

C.

Sun

D.

None of the above is correct.

Answer & Explanation

Answer: Option C
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
4.
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

Answer & Explanation

Answer: Option A
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
5.
Which JDBC driver Type(s) can be used in either applet or servlet code?

A.

Both Type 1 and Type 2

B.

Both Type 1 and Type 3

C.

Both Type 3 and Type 4

D.

Type 4 only

Answer & Explanation

Answer: Option C

6.
________ is an open source DBMS product that runs on UNIX, Linux and Windows.

A.

MySQL

B.

JSP/SQL

C.

JDBC/SQL

D.

Sun ACCESS

Answer & Explanation

Answer: Option A
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
7.
What is sent to the user via HTTP, invoked using the HTTP protocol on the user's computer, and
run on the user's computer as an application?

A.

A Java application

B.

A Java applet

C.

A Java servlet

D.

None of the above is correct.

Answer & Explanation

Answer: Option B
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
8.
What MySQL property is used to create a surrogate key in MySQL?

A.

UNIQUE

B.

SEQUENCE

C.

AUTO_INCREMENT

D.

None of the above -- Surrogate keys are not implemented in MySQL.

Answer & Explanation

Answer: Option C
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
9.
What is not true of a Java bean?

A.

There are no public instance variables.

B.

All persistent values are accessed using getxxx and setxxx methods.

C.

It may have many constructors as necessary.

D.

All of the above are true of a Java bean.

Answer & Explanation

Answer: Option C
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
10.
A JSP is transformed into a(n):

A.

Java applet.

B.

Java servlet.

C.

Either 1 or 2 above.

D.

Neither 1 nor 2 above.

Answer & Explanation

Answer: Option B

11.
Which JDBC driver Type(s) can you use in a three-tier architecture and if the Web server and
the DBMS are running on the same machine?

A.

Type 1 only

B.

Type 2 only

C.

Both Type 3 and Type 4

D.

All of Type 1, Type 2, Type 3 and Type 4

Answer & Explanation

Answer: Option D
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
12.
What programming language(s) or scripting language(s) does Java Server Pages (JSP)
support?

A.

VBScript only

B.

Jscript only

C.

Java only

D.

All of the above are supported

Answer & Explanation

Answer: Option C
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum

13.
What servlet processor was developed by Apache Foundation and Sun?

A.

Apache Tomcat

B.

Apache Web server

C.

Sun servlet processor

D.

None of the above is correct.

Answer & Explanation

Answer: Option A
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
14.
What is bytecode?

A.

Machine-specific code

B.

Java code

C.

Machine-independent code

D.

None of the above is correct.

Answer & Explanation

Answer: Option C
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
15.
What is invoked via HTTP on the Web server computer when it responds to requests from a
user's Web browser?

A.

A Java application

B.

A Java applet

C.

A Java servlet

D.

None of the above is correct.

Answer & Explanation

Answer: Option C

16.
Which JDBC driver Type(s) is(are) the JDBC-ODBC bridge?

A.

Type 1

B.

Type 2

C.

Type 3

D.

Type 4

Answer & Explanation

Answer: Option A
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
17.
How many copies of a JSP page can be in memory at a time?

A.

One

B.

Two

C.

Three

D.

Unlimited

Answer & Explanation

Answer: Option A
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum

18.
Which JDBC driver Types are for use over communications networks?

A.

Type 3 only

B.

Type 4 only

C.

Both Type 3 and Type 4

D.

Neither Type 3 nor Type 4

Answer & Explanation

Answer: Option C
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
19.
JDBC stands for:

A.

Java Database Connectivity

B.

Java Database Components

C.

Java Database Control

D.

None of the above is correct.

Answer & Explanation

Answer: Option A
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
20.
How does Tomcat execute a JSP?

A.

As a CGI script

B.

As an independent process

C.

By one of Tomcat's threads

D.

None of the above is correct.

Answer & Explanation

Answer: Option C

5.
An on-line commercial site such as Amazon.com is an example of a(n) ________ .

A.

single-user database application

B.

multiuser database application

C.

e-commerce database application

D.

data mining database application

Answer & Explanation

Answer: Option C

4.
An application where only one user accesses the database at a given time is an example of
a(n) ________ .

A.

single-user database application

B.

multiuser database application

C.

e-commerce database application

D.

data mining database application

Answer & Explanation

Answer: Option A

6.
Which of the following products was the first to implement true relational algebra in a PC
DBMS?

A.

IDMS

B.

Oracle

C.

dBase-II

D.

R:base

Answer & Explanation

Answer: Option D
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
7.
SQL stands for ________ .

A.

Structured Query Language

B.

Sequential Query Language

C.

Structured Question Language

D.

Sequential Question Language

Answer & Explanation

Answer: Option A
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
8.
Because it contains a description of its own structure, a database is considered to be
________ .

A.

described

B.

metadata compatible

C.

self-describing

D.

an application program

Answer & Explanation

Answer: Option C
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
9.
The following are functions of a DBMS except ________ .

A.

creating and processing forms

B.

creating databases

C.

processing data

D.

administrating databases

Answer & Explanation

Answer: Option A
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
10.
Helping people keep track of things is the purpose of a(n) ________ .

A.

database

B.

table

C.

instance

D.

relationship

Answer & Explanation

Answer: Option A

11.
Which of the following products implemented the CODASYL DBTG model?

A.

IDMS

B.

DB2

C.

dBase-II

D.

R:base

Answer & Explanation

Answer: Option A
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
12.
An Enterprise Resource Planning application is an example of a(n) ________ .

A.

single-user database application

B.

multiuser database application

C.

e-commerce database application

D.

data mining database application

Answer & Explanation

Answer: Option B
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
13.
A DBMS that combines a DBMS and an application generator is ________ .

A.

Microsoft's SQL Server

B.

Microsoft's Access

C.

IBM's DB2

D.

Oracle Corporation's Oracle

Answer & Explanation

Answer: Option B
Explanation:
No answer description available for this question. Let us discuss.

View Answer Workspace Report Discuss in Forum


14.
You have run an SQL statement that asked the DBMS to display data in a table named
USER_TABLES. The results include columns of data labeled "TableName," "NumberOfColumns"
and "PrimaryKey." You are looking at ________ .

A.

user data.

B.

metadata

C.

A report

D.

indexes

Answer & Explanation

Answer: Option B
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
15.
Which of the following is not considered to be a basic element of an enterprise-class database
system?

A.

Users

B.

Database applications

C.

DBMS

D.

COBOL programs

Answer & Explanation

Answer: Option D

16.
The DBMS that is most difficult to use is ________ .

A.

Microsoft's SQL Server

B.

Microsoft's Access

C.

IBM's DB2

D.

Oracle Corporation's Oracle

Answer & Explanation

Answer: Option D

Vous aimerez peut-être aussi