Unit 1 Terms

Unit 1 Terms

12th Grade

22 Qs

quiz-placeholder

Similar activities

JavaScript

JavaScript

12th Grade

20 Qs

KRYPTIC IMPLEXIS ELIMINATION ROUND (ROUND-1)

KRYPTIC IMPLEXIS ELIMINATION ROUND (ROUND-1)

6th - 12th Grade

20 Qs

Graphs (Independent/Dependent Variables)

Graphs (Independent/Dependent Variables)

10th - 12th Grade

19 Qs

Examen de JavaScript

Examen de JavaScript

12th Grade

20 Qs

Asas JavaScript

Asas JavaScript

1st Grade - University

18 Qs

Unit #4

Unit #4

12th Grade

20 Qs

Java Programming Quiz

Java Programming Quiz

12th Grade

20 Qs

Elemen Asas Pengaturcaraan

Elemen Asas Pengaturcaraan

9th Grade - University

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