Unit 2.1-10 : Java Programming Quiz Review

Unit 2.1-10 : Java Programming Quiz Review

9th - 12th Grade

35 Qs

quiz-placeholder

Similar activities

NC Math 1 EOC Review

NC Math 1 EOC Review

9th - 11th Grade

34 Qs

Systems of Equations Review

Systems of Equations Review

8th - 9th Grade

30 Qs

Unit 5 and 6 Test Quiz - Computer programming - java

Unit 5 and 6 Test Quiz - Computer programming - java

9th - 12th Grade

30 Qs

Module 2 Review Linear equations, inequalities and systems

Module 2 Review Linear equations, inequalities and systems

9th - 12th Grade

30 Qs

Unit 2 Review Algebra

Unit 2 Review Algebra

11th Grade

34 Qs

Graphing Linear Equations Review

Graphing Linear Equations Review

9th Grade

35 Qs

Algebra 1 STAAR Review (#2)

Algebra 1 STAAR Review (#2)

9th Grade

30 Qs

Unit 1&2 Algebra Review Unit

Unit 1&2 Algebra Review Unit

8th - 12th Grade

40 Qs

Unit 2.1-10 : Java Programming Quiz Review

Unit 2.1-10 : Java Programming Quiz Review

Assessment

Quiz

Mathematics

9th - 12th Grade

Medium

CCSS
HSF.IF.A.2, 6.NS.B.3, 3.OA.D.9

+8

Standards-aligned

Created by

Cargil John Sab

Used 2+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name of the method to print out text in Java?

System.out.println()

System.out.printline()

System.output()

System.out.PRINTLN()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following lines? int x = 24; System.out.println("The total is " + x + x);

The total is 24

The total is 2424

The total is 48

The total is x + x

Tags

CCSS.HSA.SSE.A.1

CCSS.HSF.IF.A.1

CCSS.HSF.IF.A.2

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a primitive type?

int

double

String

boolean

char

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of x after this code? int x = 5; x = 10; x = 4;

5

10

4

true

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the proper syntax to initialize a double called temperature to have the value 70.4?

int temperature = 70.4;

double temperature = 70.4;

temperature = 70.4;

float temperature = 70.4;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of this expression? 5 + 2 / 3 + 1

5

6

6.67

0

Tags

CCSS.6.NS.B.2

CCSS.6.NS.B.3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which expression returns the 1's place of an integer x?

x % 10

x / 10

x % 100

x + 1

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?