Using Data

Using Data

10th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

T4 1.6 STRUKTUR DATA DAN MODULAR

T4 1.6 STRUKTUR DATA DAN MODULAR

10th - 12th Grade

18 Qs

Java Review

Java Review

9th Grade - University

25 Qs

Программирование кобинированный тест

Программирование кобинированный тест

10th Grade

20 Qs

Array

Array

12th Grade

20 Qs

OPC MCQ's

OPC MCQ's

12th Grade - University

20 Qs

Informatika

Informatika

10th Grade

15 Qs

CSA Lessons 1 - 4

CSA Lessons 1 - 4

10th - 12th Grade

15 Qs

Tipe Data C++

Tipe Data C++

10th Grade

20 Qs

Using Data

Using Data

Assessment

Quiz

Computers

10th - 12th Grade

Medium

Created by

Annie Bradley

Used 14+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

When data cannot be changed after a class is compiled, the data is ____________.
variable
constant
volatile
mutable

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is not a primitive data type in Java?
boolean
byte
sector
int

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following elements is not required in a variable declaration?
a type
an identifier
an assigned value
a semicolon

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The assignment operator in Java is ____________.
=
==
:=
::

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Assuming you have declared shoeSize to be a variable of type int, which of the following is a valid assignment statement in Java?
shoeSize = 9;
shoeSize = 9.5;
shoeSize = ”nine”;
Two of the above are valid.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following data types can store the value 0 using the least amount of memory?
short
long
int
byte

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A boolean variable can hold ____________.
any character
any whole number
any decimal number
the value true or false

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?