OOP Java

Quiz
•
Computers
•
12th Grade
•
Hard

Michael Rey Bermillo
Used 402+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
It is a programming paradigm based upon the concept of procedure calls, in which statements are structured into procedures (also known as subroutines or functions).
Object-Oriented Programming
Logical Programming
Procedural Programming
Functional Programming
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
In this framework, all real-world entities are represented by Classes.
Functional Programming
Logical Programming
Object-Oriented Programming
Procedural Programming
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following creates an object of Main class?
Main obj = new Main;
Main obj = new Main();
Main obj = new Mian();
Main obj == new Main();
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following is the complete syntax of creating a class?
public class Main { }
public class Main() { }
public class Main
public class Main()
5.
FILL IN THE BLANK QUESTION
45 sec • 1 pt
Another term for variable within a class
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Methods are declared within a class.
True
False
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
static void myMethod(){ }
What is the name of the method?
static void myMethod
void myMethod
static myMethod
myMethod
Create a free account and access millions of resources
Similar Resources on Wayground
17 questions
PP Theory 2 (SL) - Practice Test

Quiz
•
12th Grade
20 questions
Computer Science: Chapter 1 Test Review

Quiz
•
9th - 12th Grade
25 questions
AQA OOP Programming

Quiz
•
10th - 12th Grade
21 questions
AP CSP Final Review S1

Quiz
•
10th - 12th Grade
17 questions
JS DOM

Quiz
•
9th - 12th Grade
15 questions
Quiz on Computational Thinking and Algorithms 10F

Quiz
•
10th Grade - University
15 questions
G10 CS String Manipulation

Quiz
•
12th Grade
18 questions
Database Management System

Quiz
•
12th Grade - Professi...
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade