History
Java
Hardware
Programming Concepts
Living with Technology
100

The first mass-market personal computer that

featured a graphical user interface, a built in

screen, and a mouse.

Apple Mac

100

The simple yet iconic program usually used as an introduction to learning many of the programming languages. 

Hello world

100

This peripheral named after a rodent. 

Mouse

100

Two character language 

Binary

100

You test, build, install, repair, or maintain the hardware and software associated with complex computer systems in one or more locations. 

IT Professional 

200

The year Instagram was created

2010

200

Words that can't be used as identifiers in a Java program. 

reserved 

200

It can be read and changed in any order, typically used to store working data and machine code.

Random Access Memory (RAM)

200

if you do this, I will do that 

or else.......

conditional statements 

200

In 2018, Mark Zuckerberg testified in front of The American congress regarding this issue. 

Data Misuse

300

In 1948, this city had the first stored-program computer. It was as big as a classroom and weighed a ton (literally). 

Manchester, England

300

\n, \\, \" are called this 

Control Code

300

It is considered the brain of the Computer. 

Central Processing Unit (CPU)

300

It repeats continually until your condition is reached, don't make it infinite. 

loop

300

Excessive use of Technology could negatively impact this part of your life 

Health or Mental Health

400

The most popular Operating System to date

Windows 

400

For this operator, one plus sign is not enough you must have two. 

++ the increment operator 

400

Faster and better than Hard Disk Drive

SSD (Solid State Drive)

400

They have the same name, and type yet could be accessed individually. 

Array elements 

400

A movement which encourages women, girls, People in the least developed countries, and individuals with disabilities to study Technology, Math, Science, and Engineering. 

STEM

500

The year in which the Microchip was invented. 

1959

500

The output of this program

public class IncrementOperator

{

    public static void main(String []args) 

    {

    int num1=10, num2;

    num2=num1++;

    System.out.println("Num 1= " + num1); 

    System.out.println("Num 2= " + num2);

    }   

}

Num 1 = 11

Num 2 = 10

500

The contents of these chips are lost when the computer is switched off. 

RAM chips or DRAM chips

500

It could be public or private. you could also protect it. It may or may not return. 

Method

500

De Quervain syndrome affects the tendons on this part of your hand

Thumb

M
e
n
u