Re-Exam Mile Stone 1

Re-Exam Mile Stone 1

University

16 Qs

quiz-placeholder

Similar activities

Java, part I

Java, part I

11th Grade - University

20 Qs

CIS 3343 Quiz 09

CIS 3343 Quiz 09

University

20 Qs

Web Technologies(A6602)

Web Technologies(A6602)

University

20 Qs

MindSpace - Networking

MindSpace - Networking

University

15 Qs

Code it..debug It...Reapet uh....

Code it..debug It...Reapet uh....

University

21 Qs

JDBC-1

JDBC-1

University

15 Qs

javaquizvivek

javaquizvivek

University

12 Qs

Re-Exam Mile Stone 1

Re-Exam Mile Stone 1

Assessment

Quiz

Computers

University

Medium

Created by

Rahul Avulapati

Used 1+ times

FREE Resource

16 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

_____ is a open source DBMS product that runs on UNIX,LINUX & Windows

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a PreparedStatement in JDBC? 

To execute SQL queries and retrieve results 

To handle exceptions in JDBC operations 

To insert, update, or delete data in a database 

To retrieve metadata about a database 

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

JDBC-ODBC driver is also known as?

Type 1

Type 2

Type 3

Type 4

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt


What will be the output of the following code snippet?

a = [1, 2, 3, 4, 5];
print(a.slice(2, 4));

3,4

3,4,5

2,3,4

2,3

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following are not server-side Javascript objects?

All the above

FileUpload

Date

Function

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when we run this code?

function dog() {
   print("I am a dog.");
}
dog.sound = "Bark";

Nothing Happens

"I am a dog"

gets printed

Reference error

Syntax Error

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

______object is the main entry point to all client-side JavaScript features and APIs.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?