Unit 1 Terms

Unit 1 Terms

12th Grade

22 Qs

quiz-placeholder

Similar activities

Diagnostic Test (HTML, CSS, Javascript)

Diagnostic Test (HTML, CSS, Javascript)

12th Grade

20 Qs

PRACTICAL RESEARCH 2

PRACTICAL RESEARCH 2

12th Grade

20 Qs

Devil fruit quiz

Devil fruit quiz

6th Grade - Professional Development

17 Qs

Quiz by Ortusolis Technology Solutions Level 1

Quiz by Ortusolis Technology Solutions Level 1

KG - University

20 Qs

Java Primitive Practice

Java Primitive Practice

12th Grade

20 Qs

Java Primitive Unit 1-A

Java Primitive Unit 1-A

12th Grade

22 Qs

JavaScript and Graphics

JavaScript and Graphics

12th Grade

17 Qs

QB 64 TEST 2

QB 64 TEST 2

9th - 12th Grade

24 Qs

Unit 1 Terms

Unit 1 Terms

Assessment

Quiz

Other

12th Grade

Easy

Created by

Angel Ligon

Used 2+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a String in Java?

A data type that stores sequences of characters
A method in Java
A class in Java
A variable in Java

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a String Literal in Java?

A String Literal is a sequence of characters used by programmers to populate string objects or display text to a user
A String Literal is a type of variable in Java
A String Literal is a method in Java
A String Literal is a class in Java

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Java Main Skeleton?

public static void main(String[] args) { }
public void main(String[] args) { }
static public void main(String[] args) { }
public static main(String[] args) { }

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does System.out.print do in Java?

It prints a message to the console and moves to the next line
It deletes the previous output on the console
It creates a new file and writes the output to it
It prints a message to the console without moving to the next line

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does System.out.println do in Java?

It prints a message to the console and moves to the next line
It deletes the previous output on the console
It creates a new file and writes the output to it
It prints a message to the console without moving to the next line

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable in Java?

A variable is a container that holds values that are used in a Java program
A variable is a type of Java class
A variable is a method in Java
A variable is a Java software

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of date is int in Java?

Floating point type
Character type
Boolean type
Integer type

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?