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 first electronic general-purpose computer. 

ENIAC

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

This is a software application that provides comprehensive facilities to computer programmers for software development

Integrated Development Environment (IDE)

200

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

Data Misuse

300

The first mechanical calculator to be produced in any

quantity and actually used.

THE PASCALINE

300

\n, \\, \" are called this 

Control Code

300

Is considered the brain of the Computer. 

Central Processing Unit (CPU)

300

repeat 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

400

The most popular Operating System to date

Windows 

400

It enables a computer to run Java programs as well as programs written in other languages

Java Virtual Machine (JVM)

400

Is the ability to add and remove devices to a computer system while the computer is running and have the operating system automatically recognize the change.

Hot plugging  

400

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

Array elements 

400

A movement that calls for inclusion of everyone (women and girls, People in the least developed countries, individuals with disabilities) to equally do this.

Access information 

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

Two interfaces used to connect a motherboard to mass storage devices like hard drives and optical drives.

PATA and SATA

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