Arithmetic Types Declare Initialize Relation Logical Ops

Arithmetic Types Declare Initialize Relation Logical Ops

9th Grade - University

16 Qs

quiz-placeholder

Similar activities

CSAwesome Unit 1 Test

CSAwesome Unit 1 Test

12th Grade

18 Qs

Basics in Java

Basics in Java

9th - 12th Grade

15 Qs

Java switch/for/while

Java switch/for/while

9th - 12th Grade

15 Qs

Class X - Java 1

Class X - Java 1

10th Grade

15 Qs

AP CSA Unit 1 Review

AP CSA Unit 1 Review

10th - 12th Grade

20 Qs

Java - arrays and String methods

Java - arrays and String methods

9th - 12th Grade

12 Qs

Java Quiz based on array

Java Quiz based on array

University

15 Qs

Java Conditional Statements

Java Conditional Statements

9th Grade

16 Qs

Arithmetic Types Declare Initialize Relation Logical Ops

Arithmetic Types Declare Initialize Relation Logical Ops

Assessment

Quiz

Computers

9th Grade - University

Medium

Created by

Raymond Chan

Used 622+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

5 mins • 1 pt

Which Java type(s) can hold decimals? (Choose all that apply)

int

float

double

String

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

34 % 35 % 36 % 37 % 38

0.00001919212

38

34

Impossible

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What does the following code print?

System.out.println(1 / 3);

0.3333333333333333

0

an error

0.3

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What will the following code print?

system.out.println(2.0 / 9);

0.222222222222222 (14 - 15 significant digits)

0

error

5.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Consider the following code segment.


System.out.print("Java is");

System.out.println("fun ");

System.out.print("and cool!");


What is printed as a result of executing the code segment?

Java is fun and cool!

Java isfun

and cool!

Java is

fun

and cool!

Java is fun

and cool!

6.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Which of the following correctly assigns a value to the variable x?

x int = 5;

int x;

x = 5;

int x

x = 5

7.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Which of the following correctly declares a variable x of type int?

x int = 5;

int x;

x = 5;

int x

x = 5

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?