It is the process of writing computer programs.
Computer Programming
Is Java and JavaScript the same?
No
This IT term only has 2 values - yes/no, true/false, 1/0.
Boolean
These are the non-tangible parts of a computer.
Software
This game was released in 2004 by Blizzard Entertainment and set in the fictional universe of Azeroth.
World of Warcraft
It is the step-by-step procedure or formula used for solving a problem, especially in programming.
Algorithm
In Java, which data type allows you to store a sentence?
String
What do you call the IT people who create apps?
Developers/Programmers
What do you call the computers built by Apple, Inc.?
Mac
The famous computer company of Bill Gates.
Microsoft
Who is the first programmer?
Ada Lovelace
Who is the founder of the Java programming language?
James Gosling
Where is the famous Silicon Valley located?
San Francisco, California
What is considered the brain of the computer?
CPU / Processor
Who was Steve Jobs's co-founder for Apple?
Steve Wozniak
It is a visualization tool programmers use when creating new applications to understand a process, workflow or algorithm.
Flowchart
What is the Java code for displaying text on the screen?
System.out.print() or System.out.println()
What is the letter I in API? Application Programming ____________.
Interface
What was considered the very first computing tool?
Abacus
This is the company who owns Java today.
Oracle Corporation
What do you call the programming control structure that allows you to repeat a process or block of code?
Loops
Write a sample Java for loop on the board.
for(int i = 0; i <=5; i++){
System.out.println("Hello");
}
What is the meaning of the abbreviation WYSIWYG?
What You See Is What You Get
In computer networking, what is the meaning of the abbreviation LAN?
Local Area Network
Name at least 10 versions of Android.
...