AMAT OOP Pre Quiz

AMAT OOP Pre Quiz

University

5 Qs

quiz-placeholder

Similar activities

Understanding OOP Principles

Understanding OOP Principles

University

5 Qs

Programación Orientada a Objetos

Programación Orientada a Objetos

University

10 Qs

Quiz Pertemuan 1 PBO

Quiz Pertemuan 1 PBO

University

5 Qs

Understanding Arrays and Loops in JavaScript

Understanding Arrays and Loops in JavaScript

11th Grade - University

7 Qs

OOP-Q1

OOP-Q1

University

10 Qs

Kuis Manipulasi DOM

Kuis Manipulasi DOM

University

8 Qs

HTML + CSS + JS

HTML + CSS + JS

University

10 Qs

PAW.09 - DOM Javascript

PAW.09 - DOM Javascript

University

10 Qs

AMAT OOP Pre Quiz

AMAT OOP Pre Quiz

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

angeneth angeneth

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is Object-Oriented Programming (OOP)?

A programming style focused on procedures

A programming style focused on objects and classes

A type of database management system

A method of writing scripts

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is NOT an OOP principle?

Encapsulation

Inheritance

Compilation

Polymorphism

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of these keywords is used to create an object in Java?

class

new

object

static

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a class in Java?

A template for creating objects

A specific instance of an object

A primitive data type

A function

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Encapsulation in Java means:

Wrapping data and methods into a single unit

Hiding data from unauthorized access

Both a and b

None of the above