Introduction to Java Programming

Introduction to Java Programming

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Loops and Lists and Arrays

Loops and Lists and Arrays

9th - 12th Grade

15 Qs

BigIdea 3- APCSP

BigIdea 3- APCSP

10th Grade

20 Qs

Variables and Structures Coding Quiz

Variables and Structures Coding Quiz

9th Grade

10 Qs

Robotics Programming Basics I

Robotics Programming Basics I

9th - 12th Grade

17 Qs

TLE10

TLE10

10th Grade

10 Qs

NHL

NHL

6th Grade - Professional Development

15 Qs

Basic Network Laws and Theorem

Basic Network Laws and Theorem

KG - University

15 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?