Final Exam in OOP

Final Exam in OOP

University

10 Qs

quiz-placeholder

Similar activities

QUIZ ETPROF 19 MEI

QUIZ ETPROF 19 MEI

University

15 Qs

TRICODE CHALLENGE ROUND 1

TRICODE CHALLENGE ROUND 1

University

15 Qs

NoSQL Quiz

NoSQL Quiz

University

13 Qs

quiz- 1

quiz- 1

University

10 Qs

Quiz 2

Quiz 2

University

10 Qs

Pre-Final Exam in OOP

Pre-Final Exam in OOP

University

10 Qs

Embedded System-2-INS

Embedded System-2-INS

University

10 Qs

BIG DATA TECHNOLOGIES

BIG DATA TECHNOLOGIES

University

5 Qs

Final Exam in OOP

Final Exam in OOP

Assessment

Quiz

Engineering

University

Easy

Created by

Rey Dacoco

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a class?

A class is a type of variable in programming.

A class is a function that returns a value.

A class is a blueprint for creating objects in programming.

A class is a method for executing code.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which term refers to hiding the internal details of an object from the user?

polymorphism

inheritance

abstraction

encapsulation

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does JDBC stand for?

Java DataBase Connection

Java Document Base Connectivity

Java Data Binding

Java Database Connectivity

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is required to connect a Java application to a MySQL database?

MySQL JDBC driver

Java Database Connectivity (JDBC) API

MySQL ODBC driver

MySQL Command Line Client

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following correctly retrieves a book record with ID 1?

PUT /books/1

DELETE /books/1

GET /books/1

POST /books/1

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What SQL command is used to add a new record?

ADD RECORD

INSERT INTO

UPDATE TABLE

CREATE ENTRY

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement is used to retrieve data from a database?

SELECT

DELETE

UPDATE

INSERT

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?