Final Exam in OOP

Final Exam in OOP

University

10 Qs

quiz-placeholder

Similar activities

The Oops moment/2

The Oops moment/2

University

10 Qs

Ministerio Ambiente SQL Avanzado 2

Ministerio Ambiente SQL Avanzado 2

University

15 Qs

Introduction to AI

Introduction to AI

University

10 Qs

BASES DE DATOS II - PRUEBA DIAGNOSTICA

BASES DE DATOS II - PRUEBA DIAGNOSTICA

University

6 Qs

Understanding Databases

Understanding Databases

University

5 Qs

FSD DAY -3 102

FSD DAY -3 102

University

15 Qs

Pre-Final Exam in Computer Security

Pre-Final Exam in Computer Security

University

10 Qs

Lec-1 MCQs

Lec-1 MCQs

University

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