Easy
Light
no weight
simple
basic
100

Store a person's name using a variable of this non-primitive data type.

What is String?

100

You create a comment by typing this.

What is two slashes // or /* */

100

Name at least 3 primitive data types apart from int

int, double, char, long, short, float, boolean, byte

100

++  is used to

increment a variable by 1

100

Java programs can be of two types

Applications and Applets.

200

Can have only one of two possible values, true or false.

What is boolean?

200

One of two methods which send a message to the terminal window.

What is print() or println()?

200

Strings can be combined in expressions with other strings or numbers using the concatenation operator.

True

200

This is the fastest growing programming language in the world.

Java

200

The window that represents this kind of user interface.

CMD or Command prompt

300

This is called when a message is sent to an object such as println() and print.

Method

300

This line of code is required before you can use a scanner object to read inputs from the keyboard.

import java.util.Scanner;

300

Every Java statement ends with a colon.

False Java statements end with a semi-colon(;)

300

This is the concatenation operator.

plus sign(+)?

300

The area of the Java program where the code is placed.

What is the main method?

400

These are all?

abstract

assert

boolean

break

byte

case

catch

char

class

const

continue

default

do

Java Reserved Keywords

400

This binary operator gives the remainder from an integer division.

modulus operator

400

Creates a variable for the first time.

declaration statement

400

This kind of error is the result of writing the wrong code.

What is syntax error?

400

Always contains an equal sign.

What is an assignment statement?

500

Explain all?

\n

\t

\b

\\

//

\n new line

\t tab

\b move left, one position

\\ Causes a backslash to be printed

// comment

500

How many lines will be used in this statement?

System.out.print("These lines will be");

System.out.print("printed on");

System.out.println("three lines.\n);


One line

500

Software engineers perform several tasks in the development of complex software projects, Name four?

–designing,

–writing,

–testing,

–debugging,

–documenting,

–modifying, and

–maintaining.

500

What is the Program Development Process?

Text editor- Source code(.java)

Java compiler-Byte code(.class)

JVM- Program Execution

500

All answers must be, correct or no points.

What is ROM, RAM?

Name four input and output devices?

What are the three process stages of the CPU?

What are the two parts of the CPU?

Name six operation systems?




Too lengthy for the board.