Unit 1 Terms

Unit 1 Terms

12th Grade

22 Qs

quiz-placeholder

Similar activities

Java Primitive Practice

Java Primitive Practice

12th Grade

20 Qs

AP CSP Unit 5 Review 2021

AP CSP Unit 5 Review 2021

12th Grade

21 Qs

Python Quiz For Starters

Python Quiz For Starters

3rd Grade - Professional Development

17 Qs

C Programming

C Programming

12th Grade - University

25 Qs

Diagnostic Test (HTML, CSS, Javascript)

Diagnostic Test (HTML, CSS, Javascript)

12th Grade

20 Qs

Data Variables

Data Variables

KG - University

20 Qs

Java Review

Java Review

12th Grade

25 Qs

Demon Slayer

Demon Slayer

12th Grade

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