Java Basics

Java Basics

Assessment

Flashcard

Computers

12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

17 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is the keyword "final" used for in Java?

Back

identify a constant

2.

FLASHCARD QUESTION

Front

What is the capital of France?

Back

Paris

3.

FLASHCARD QUESTION

Front

Java was originally named: Coffee, Oak, New C++, Duke

Back

Oak

4.

FLASHCARD QUESTION

Front

Which of the following is NOT a numeric data type: int, double, float, decimal?

Back

decimal

5.

FLASHCARD QUESTION

Front

Which of the following is incorrect? Options: int count = 50.0;, int salary = 50_000;, int salary = 50_00;, all of these are incorrect

Back

int count = 50.0;

6.

FLASHCARD QUESTION

Front

The numeric type int uses how many bits?

Back

32

7.

FLASHCARD QUESTION

Front

Which of the following is an example of a reference variable declaration? Options: int count;, String name;, float gpa;, char firstInitial;

Back

String name;

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?