AMAT OOP Pre Quiz

AMAT OOP Pre Quiz

University

5 Qs

quiz-placeholder

Similar activities

Club Coding Quiz - BCA

Club Coding Quiz - BCA

University

10 Qs

PBO/OOP

PBO/OOP

University

10 Qs

Типы данных. Переменные. Операции в Java

Типы данных. Переменные. Операции в Java

University

10 Qs

Understanding User Interfaces and Programming

Understanding User Interfaces and Programming

9th Grade - University

10 Qs

Concurrent Programming Languages Quiz

Concurrent Programming Languages Quiz

University

10 Qs

Algorithms & Programming

Algorithms & Programming

6th Grade - University

7 Qs

Programación Web

Programación Web

University

10 Qs

ปตรีUnit1

ปตรีUnit1

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