11-07 Output in Java

11-07 Output in Java

9th Grade - University

8 Qs

quiz-placeholder

Similar activities

Compound Operators in Java

Compound Operators in Java

9th - 12th Grade

12 Qs

MS Core Java Quiz-2 2023

MS Core Java Quiz-2 2023

University

12 Qs

for loops & while loops

for loops & while loops

University - Professional Development

10 Qs

Topic 3-2: Numerical Computation & Expression

Topic 3-2: Numerical Computation & Expression

University

12 Qs

For Loops

For Loops

9th - 12th Grade

10 Qs

Code.org APCSA Unit

Code.org APCSA Unit

10th - 12th Grade

10 Qs

Sains Komputer (Java) 2: Struktur Kawalan Pilihan

Sains Komputer (Java) 2: Struktur Kawalan Pilihan

10th Grade - University

10 Qs

exception

exception

University

10 Qs

11-07 Output in Java

11-07 Output in Java

Assessment

Quiz

Computers

9th Grade - University

Hard

Created by

Joshua Willis

Used 71+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

/* What is output? */


System.out.print("Let's get this\tvictory royale!");

Media Image
Media Image
Media Image
Media Image

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

/* What is output? */


System.out.println("This question");

System.out.println("is easy!");

Media Image
Media Image
Media Image
Media Image

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

/* What is output? */


System.out.println("This question\n");

System.out.println("is easy!");

Media Image
Media Image
Media Image
Media Image

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

/* What is output? */


System.out.print("This question");

System.out.println("is easy!");

Media Image
Media Image
Media Image
Media Image

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

/* What is output? */


System.out.print("This question");

System.out.println(" is easy!");

Media Image
Media Image
Media Image
Media Image

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Media Image

System.out.print(“The quick brown fox\njumped over the lazy dog.”);

System.out.print(“The quick brown fox”);

System.out.println(“jumped over the lazy dog.”);

System.out.println(“The quick brown fox”);

System.out.print(“jumped over the lazy dog.”);

System.out.print(“The quick brown fox\rjumped over the lazy dog.”);

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

/* What is output? */


System.out.print("\"\\\\\"\"");

\"\\\\\"\"

"\\""

"\"\\\\\"\""

"\\\""

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

/* What is output? */


System.out.println("//\\//\\//\\//\\");

//\\//\\//\\//\\

/\\/\\/\\/\\

/\/\/\/\

//\//\//\//\