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

System of Equations- Point of Intersection

System of Equations- Point of Intersection

8th - 9th Grade

30 Qs

Math 8 Systems of Equations

Math 8 Systems of Equations

8th - 10th Grade

33 Qs

Solving Systems of Equations by Graphing

Solving Systems of Equations by Graphing

9th Grade

30 Qs

Graphing System of Inequalities

Graphing System of Inequalities

11th Grade

30 Qs

Systems of Equations and Inequalities

Systems of Equations and Inequalities

10th - 12th Grade

32 Qs

Solving Linear Systems of Equations

Solving Linear Systems of Equations

9th - 12th Grade

30 Qs

quadratic/linear systems of equations

quadratic/linear systems of equations

10th - 12th Grade

30 Qs

Unit 10 Review: Data

Unit 10 Review: Data

9th - 12th Grade

37 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, 7.NS.A.3, 6.EE.B.6

+8

Standards-aligned

Created by

Cargil John Sab

Used 2+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Tags

CCSS.6.EE.B.6

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.7.NS.A.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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?