Basic Programming
Java
It's IT
Computers
Random
10

It is the process of writing computer programs.

Computer Programming

10

Is Java and JavaScript the same?

No

10

This IT term only has 2 values - yes/no, true/false, 1/0.

Boolean

10

These are the non-tangible parts of a computer.

Software

10

This game was released in 2004 by Blizzard Entertainment and set in the fictional universe of Azeroth.

World of Warcraft

20

It is the step-by-step procedure or formula used for solving a problem, especially in programming.

Algorithm

20

In Java, which data type allows you to store a sentence?

String

20

What do you call the IT people who create apps?

Developers/Programmers

20

What do you call the computers built by Apple, Inc.?

Mac

20

The famous computer company of Bill Gates.

Microsoft

30

Who is the first programmer?

Ada Lovelace

30

Who is the founder of the Java programming language?

James Gosling

30

Where is the famous Silicon Valley located?

San Francisco, California

30

What is considered the brain of the computer?

CPU / Processor

30

Who was Steve Jobs's co-founder for Apple?

Steve Wozniak

40

It is a visualization tool programmers use when creating new applications to understand a process, workflow or algorithm.

Flowchart

40

What is the Java code for displaying text on the screen?

System.out.print()  or   System.out.println()

40

What is the letter I in API? Application Programming ____________.

Interface

40

What was considered the very first computing tool?

Abacus

40

This is the company who owns Java today.

Oracle Corporation

50

What do you call the programming control structure that allows you to repeat a process or block of code?

Loops

50

Write a sample Java for loop on the board.

for(int i = 0; i <=5; i++){

System.out.println("Hello");

}

50

What is the meaning of the abbreviation WYSIWYG?

What You See Is What You Get

50

In computer networking, what is the meaning of the abbreviation LAN?

Local Area Network

50

Name at least 10 versions of Android.

...