QUIZ - JAVA CLASSES/OBJECTS

QUIZ - JAVA CLASSES/OBJECTS

12th Grade

10 Qs

quiz-placeholder

Similar activities

PPMSG BIM2 PART 1

PPMSG BIM2 PART 1

9th - 12th Grade

11 Qs

Pemrograman & Aplikasi Mikrokontroler (Pengenalan IDE)

Pemrograman & Aplikasi Mikrokontroler (Pengenalan IDE)

11th Grade - University

10 Qs

formativa robótica

formativa robótica

9th - 12th Grade

10 Qs

Questionário I -1°TRI - ROBÓTICA 3°EM

Questionário I -1°TRI - ROBÓTICA 3°EM

12th Grade - University

8 Qs

Operating System(2)

Operating System(2)

10th Grade - University

10 Qs

Python Review - Class Mobil

Python Review - Class Mobil

7th Grade - University

10 Qs

Fungsi Input dan Output dalam C

Fungsi Input dan Output dalam C

12th Grade

15 Qs

Quiz sobre Funções em C

Quiz sobre Funções em C

12th Grade

15 Qs

QUIZ - JAVA CLASSES/OBJECTS

QUIZ - JAVA CLASSES/OBJECTS

Assessment

Quiz

Information Technology (IT)

12th Grade

Medium

Created by

Maybelyn Padua

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does OOP stand for?

Operators Oriented Programming

Output Operating Programming

Object-Oriented Programming

Outer Operating Programming

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In simple words, what is OOP about?

Creating objects that represents concepts with the help of attributes and methods

Converting a smaller type to a larger type size

Converting a larger type to a smaller size type

Using single operators to create applications

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the two main aspects of object-oriented programming?

Operators and output methods

Classes and Objects

Templates and recursion

Method overloading

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False:
A Class is like a "blueprint" for creating objects.

True

False

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Create a class called MyClass.

public class ______

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code?

int x = 25;

public static void main(String[] args) {
  Main myObj = new Main();
  System.out.println(myObj.x);
}

5

15

25

55

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False:
A class must have a matching filename.

True

False

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?