Java Basics

Java Basics

9th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

Progamming - Java Syntax

Progamming - Java Syntax

11th - 12th Grade

15 Qs

Java Basics

Java Basics

12th Grade

17 Qs

OOP - Java Classes

OOP - Java Classes

12th Grade - University

15 Qs

Java Their

Java Their

12th Grade

17 Qs

JAVA Quiz (week 1)

JAVA Quiz (week 1)

10th Grade

10 Qs

Computer

Computer

10th Grade

15 Qs

CSAwesome: 1.2 - Java Basics HW Review

CSAwesome: 1.2 - Java Basics HW Review

11th - 12th Grade

13 Qs

CodeHS Unit 2

CodeHS Unit 2

11th - 12th Grade

13 Qs

Java Basics

Java Basics

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Used 372+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which is the correct Java code to display the phrase "Java!"?

System.Out.Print("Java!");

System.Out.print("Java!");

System.out.Print("Java!");

System.out.print("Java!");

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which primitive type is for integers?

boolean

char

double

long

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which primitive type is for floating point decimals?

boolean

char

double

long

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which accepts the smallest range of values?

byte

int

long

short

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which puts the cursor on the next line after printing a String?

next()

nextLine()

print()

println()

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Which is the conventional way to name a class in Java?

test

Test

Both are equally acceptable

Neither are acceptable

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the 4 basic components of a computer system?
Processor, Main Memory, Secondary Memory and I/O
Processor, RAM, ROM and the bus
Processor, hard drive, VGA port and USB
Processor, RAM, I/O and Windows

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?