A series of steps in a particular order that describe how to complete a task
What is an algorithm?
The current Java design
A traditional graphical tool with symbols to show the sequence of steps in an algorithm
What is a Flowchart?
A pictorial presentation of relation and operation on set:
What is a Venn Diagram?
Symbol for summation
What is sigma notation (∑) ?
Core of the computer system
What is an Central Processing Unit/ CPU?
Original name before it became Java
What is Oak?
It specifies the steps of the algorithm using the English/native language.
What is Pseudocode?
O = { x | x is an odd positive integer less than 15 } : a writing set method
What is rule method/ Set builder notation?
Evaluate: (a+b)(a-b)
What is a² - b²?
Java main creator
Who is James Gosling?
Company who developed Java
What is Sun Microsystems?
The type of flowchart that represents the logical sequence
What is a System Flowchart?
A set with only one element
What is a Unit Set/ Singleton?
Evaluate: (a–b)²
What is a² -2ab + b²?
1 byte = __ bits
What is 8?
Company who currently owns Java
What is Oracle?
A flowchart symbol
What is a Decision Symbol?
A writing method where elements of a set are enumerated and separated by commas
What is Roster Method/ Tabulation Method?
Fill in the blanks: x² - 169 = (x+___)(x-___)
What is 13?
The father of Computers. Designed the first automatic computing engines.
Who is Charles Babbage?
!! DAILY DOUBLE !!
Java is the successor of this programming language
What is C++?
A flowchart symbol
What is an On-Page Connector?
Read: A ⊆ B
What is “A is a subset of B”?
In triangular numbers, the ninth triangular number is
What is 45?