Java basics
Classes and objects
Primitive types
Enhanced functions
APCSA
100

Something that only computers may understand?

Machine CODE!

100

Java programming is a______?

Object oriented programming

100

Pure numbers without decimals

integer / int

100

What is another name for method?

Functions!

100

What is the maximum score you can get on this?

5/5

200

What is the thing that Java loves to be at?

Java Compiler!

200

How does java methods write their name?

Function signature

200

Decimal values

double

200

To do something again and again in Java, you need a _____?

Loop

200

What is no longer being tested this season?

Inheritance

300

So complicated...what is it?

Abstraction!

300

I wanted to be seen by anyone, be displayed, and be able to interact with users

Public class

300

True or False?

Boolean not false!

300

The core principle of Object Oriented Programming provides this ability: _______

Encapsulation

300

&& || &&
________

(This is a face is it?!)

De Morgan's law

400

What makes java obvious?

Java Virtual Machine!

400

I don't like others viewing me, nor do I want them to touch me.

Private class

400

Hello World

String

400

"Father and son, together, we rule the galaxy!"

Polymorphism 

400

Consider the previously declared string:

String str = "IamSteve";

What is the result of srt.indexOf("s"); going to return?

3

500

Basic data-types have another name for themselves, what is it??

Primitive Types!

500

How do you start a class?

public class YourClass{
}

500

A, B, C, D, E, F, G

Char

500

If you raed this mesasge wrogn, then u aer likely going to make a mitsake such as _______

Syntax error

500

What does == have that differs itself from .equals()?

A. They are the same

B. .equals() checks primitive types values

C. == check primitive types values

C

M
e
n
u