Final Exam in OOP

Final Exam in OOP

University

10 Qs

quiz-placeholder

Similar activities

Exploring Database Management Systems

Exploring Database Management Systems

University

10 Qs

intro to cs

intro to cs

University

10 Qs

Automobile Data and ACID Properties Quiz

Automobile Data and ACID Properties Quiz

University

15 Qs

Evaluasi Pemahaman Penulisan Laporan Ilmiah

Evaluasi Pemahaman Penulisan Laporan Ilmiah

University

10 Qs

The oops moment/3

The oops moment/3

University

10 Qs

Introducción Snap!

Introducción Snap!

University

10 Qs

Quiz "Session2"

Quiz "Session2"

University

15 Qs

Mastering Java Arithmetic Operators

Mastering Java Arithmetic Operators

10th Grade - University

10 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?