Java Programming
Data and Coding
Object Oriented Programming
Hardware and Software
100

What program translates Java source code into bytecode?

Java Compiler

100

What data type stores true or false values?

Boolean

100

What does OOP stand for?

Object Oriented Programming

100

What temporary memory stores data while programs are running?

RAM

200

What files are created after Java code is compiled?

Class Files?

200

What data type stores decimal numbers?

Double

200

What access modifier allows a class member to be used anywhere?

Public

200

What low level language is directly understood by the CPU?

Machine Code

300

What files contain machine readable code used by the computer?

Object Files

300

What data type is used to store text?

Strings

300

What is it called when data is separated from the rest for security purposes?

Encapsulation

300

What low-level language is directly understood by the CPU?

O.S. Calls

400

What type of code does Java compile into before running?

Bytecode

400

What is a reusable block of code called?

Function

400

What OOP concept allows one class to inherit from another?

Inheritance

400

What part of the Java Virtual Machine runs the bytecode?

Execution engine

500

What program runs Java bytecode on a computer?

Java Virtual Machine 

500

What programming structure repeats code multiple times?

Loop

500

What OOP concept allows methods to behave differently with the same name?

Polymorphism

500

What computer science concept hides unnecessary details from the user?

Abstraction

M
e
n
u