Chapter 1

Chapter 1

1st - 5th Grade

25 Qs

quiz-placeholder

Similar activities

Atividade Avaliativa - Matemática II - 3º TRIM

Atividade Avaliativa - Matemática II - 3º TRIM

2nd Grade

20 Qs

Scratch-test wiedzy kl.5

Scratch-test wiedzy kl.5

5th Grade

22 Qs

ARDUINO

ARDUINO

2nd Grade

20 Qs

TIN HỌC 6. ÔN TẬP CHỦ ĐỀ A

TIN HỌC 6. ÔN TẬP CHỦ ĐỀ A

KG - 1st Grade

25 Qs

WORD PLANTILLAS

WORD PLANTILLAS

5th Grade

20 Qs

Contabilidad

Contabilidad

1st Grade

20 Qs

Proyectos Tecnológicos Grado 9-2024

Proyectos Tecnológicos Grado 9-2024

1st - 5th Grade

20 Qs

ANIMACIÓN

ANIMACIÓN

1st - 5th Grade

20 Qs

Chapter 1

Chapter 1

Assessment

Quiz

Instructional Technology

1st - 5th Grade

Hard

Created by

Akshita Santra

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 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!

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the following code segment.

System.out.println("Roses are red, ") // Line 1;

System.out.println("Violets are blue, ") // Line 2;

System.out.print("Unexpected '}' ") // Line 3;

System.out.print("on line 32. ") // Line 4;

The code segment is intended to produce the following output but may not work as intended.

Roses are red,

Violets are blue,

Unexpected '}' on line 32.

Which change, if any, can be made so that the code segment produces the intended output?

Replacing print with println on lines 3 and 4.

Replacing println with print on lines 1 and 2.

Removing the single quotes in line 3.

Putting the semicolon after the ) on each line.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type should you use to represent the average grade for a course?

int

double

boolean

String

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type should you use to represent the number of people in a household?

int

double

boolean

String

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type should you use to hold the first name of a person?

int

double

boolean

String

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type should you use to record if it is raining or not?

int

double

boolean

String

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type should you use to represent the amount of money you have?

int

double

boolean

String

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?