What are we?
Java is not shortcut to Javascript
AND OR NOT
9th Grade Math
200

Set of ordered pairs

What is a relation?

200

A variable that cannot be changed while the program is running is called a constant. It is declared with what reserved word.

What is final?

200

A statement is composed of two or more simple statements connected by logical connectives.

What is a compound statement?

200

A sequence in which each number is the sum of the two preceding ones

What is Fibonacci sequence?

400

A relation in which for each value of domain, there is exactly one value as range

What is a function?

400

A method in Scanner class that is used to retrieve an input as int.

What is nextInt()?

400

What is conjunction?

400

A number that is equal to the sum of its proper divisors.

What is a perfect number?

600

If a vertical line cuts the graph of a relation in more than one point, then the relation does not represent a function.

What is a vertical line test?

600

It repeatedly executes a target statement as long as a given condition is true.

What is a while loop?

600

What is biconditional?

600

In the pythagorean theorem, if a = 8 and b =15, then the value of c is

What is 17?

800

Let :    𝑓(𝑥) = x2 + 4x + 3
          𝑔(𝑥) = x + 4

Find:    (𝑓 + 𝑔)(2)

 What is 63?

800

An exception used to handle problems caused by the BufferedReader class

What is IOException?

800

It is what for ~(~p v q) if p and q are false.

What is false?

800

Complete the Pythagorean triples. (12, __, 20).

What is 16?