Introduction to Java Programming

Introduction to Java Programming

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

A-level Psychology: Memory - WMM MCQ 1

A-level Psychology: Memory - WMM MCQ 1

11th - 12th Grade

10 Qs

Fingerprint Identification

Fingerprint Identification

9th - 12th Grade

10 Qs

Python - Selection (IF statements)

Python - Selection (IF statements)

9th - 12th Grade

17 Qs

Memory - A level Psychology

Memory - A level Psychology

11th - 12th Grade

17 Qs

Programming Fundamentals

Programming Fundamentals

KG - University

20 Qs

attack on titan

attack on titan

KG - University

12 Qs

The Barcode scanner

The Barcode scanner

9th - 11th Grade

20 Qs

Systems Engineer

Systems Engineer

9th Grade

17 Qs

Introduction to Java Programming

Introduction to Java Programming

Assessment

Quiz

Other

9th - 12th Grade

Medium

Created by

Steven Howard

Used 47+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct header line for main in a Java program?
public static void main(args)
public static void main(String args)
public static void main(args [ ])
public static void main(String [ ] args)

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does a comment look like in Java?
//comment
\\comment
==comment
\comment

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Java is an example of a _________ programming language.
compiled
interpreted
compiled/interpreted
low level

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A variable that holds a whole number
String
boolean
int
float

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A variable that holds words
String
boolean
int
float

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A variable that holds true or false
String
boolean
int
float

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A variable that holds a decimal number
String
boolean
int
float

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?