Computer Science: Chapter 2 Test Review

Computer Science: Chapter 2 Test Review

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Code.org: AP CSA U3, Lessons 1-6 Review

Code.org: AP CSA U3, Lessons 1-6 Review

11th - 12th Grade

20 Qs

Chapter 2 Review

Chapter 2 Review

10th - 12th Grade

25 Qs

The Last Programming Test

The Last Programming Test

9th Grade

15 Qs

X - Progdas - Array dan Fungsi

X - Progdas - Array dan Fungsi

10th Grade

20 Qs

Progamming - Java Syntax

Progamming - Java Syntax

11th - 12th Grade

15 Qs

AP Computer Science A Quiz

AP Computer Science A Quiz

12th Grade

15 Qs

JavaScript Variables Quiz

JavaScript Variables Quiz

10th Grade

19 Qs

TLE G9 Q3-1

TLE G9 Q3-1

9th Grade

15 Qs

Computer Science: Chapter 2 Test Review

Computer Science: Chapter 2 Test Review

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Incredible

Used 98+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

When data cannot be changed after a class is compiled, the data is __________.

Constant

Variable

Volatile

Mutable

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is not a primitive data type in Java?

Boolean

Byte

Int

Sector

3.

MULTIPLE CHOICE QUESTION

20 sec • 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

20 sec • 1 pt

The assignment operator in Java is __________.

=

==

:=

::

5.

MULTIPLE CHOICE QUESTION

20 sec • 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 = '9';

shoeSize = "nine";

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following data types can store a value in the least amount of memory?

Short

Long

Int

Byte

7.

MULTIPLE CHOICE QUESTION

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