Java Programming Quiz

Java Programming Quiz

12th Grade

20 Qs

quiz-placeholder

Similar activities

GLOBAL INSIGHT QUIZ

GLOBAL INSIGHT QUIZ

10th - 12th Grade

16 Qs

Google Features And Apps

Google Features And Apps

KG - Professional Development

20 Qs

HTML test

HTML test

9th - 12th Grade

15 Qs

Exploring Nested Loops in Programming

Exploring Nested Loops in Programming

12th Grade

20 Qs

Media Review

Media Review

9th - 12th Grade

17 Qs

STM20483 - Topic 1 & 2

STM20483 - Topic 1 & 2

12th Grade

15 Qs

FTC Simulator JAVA Block Programming Movement & Sensors

FTC Simulator JAVA Block Programming Movement & Sensors

9th - 12th Grade

20 Qs

SOAL ANBK HOTS

SOAL ANBK HOTS

5th Grade - University

15 Qs

Java Programming Quiz

Java Programming Quiz

Assessment

Quiz

Other

12th Grade

Easy

Created by

Ingrid Merwe

Used 14+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is System.out.println used for in Java?

To create a new variable

To display text with a newline at the end

To stop the program

To read user input

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What’s the difference between print and println in Java?

print adds a newline; println does not

println prints text without a newline; print adds a newline

println adds a newline; print does not

They both do the same thing

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following declares an integer variable in Java?

double x = 10;

int x = 10;

String x = 10;

boolean x = true;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the double data type?

To store true or false values

To store whole numbers

To store large, floating-point numbers

To store text

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you declare a string variable named name in Java?

String name = "John";

int name = "John";

double name = "John";

boolean name = "John";

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type would be best for storing a true or false value?

int

boolean

double

String

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does JOptionPane.showMessageDialog do in Java?

Displays a dialog box with a message

Reads user input from the keyboard

Initializes a new variable

Opens a new file

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?