Set of ordered pairs
What is a relation?
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?
A statement is composed of two or more simple statements connected by logical connectives.
What is a compound statement?
A sequence in which each number is the sum of the two preceding ones
What is Fibonacci sequence?
A relation in which for each value of domain, there is exactly one value as range
What is a function?
A method in Scanner class that is used to retrieve an input as int.
What is nextInt()?
∧
What is conjunction?
A number that is equal to the sum of its proper divisors.
What is a perfect number?
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?
It repeatedly executes a target statement as long as a given condition is true.
What is a while loop?
↔
What is biconditional?
In the pythagorean theorem, if a = 8 and b =15, then the value of c is
What is 17?
Let : 𝑓(𝑥) = x2 + 4x + 3
𝑔(𝑥) = x + 4
Find: (𝑓 + 𝑔)(2)
What is 63?
An exception used to handle problems caused by the BufferedReader class
What is IOException?
It is what for ~(~p v q) if p and q are false.
What is false?
Complete the Pythagorean triples. (12, __, 20).
What is 16?