Wk12_PASS(11&12)

Wk12_PASS(11&12)

1st - 3rd Grade

40 Qs

quiz-placeholder

Similar activities

Python

Python

KG - Professional Development

35 Qs

Fun Year 2 Computing

Fun Year 2 Computing

1st Grade

40 Qs

Code Block Basics

Code Block Basics

3rd Grade

40 Qs

java

java

3rd - 10th Grade

38 Qs

GCSE Python Legends

GCSE Python Legends

1st - 12th Grade

45 Qs

java-ExceptionHandling-vlits

java-ExceptionHandling-vlits

1st Grade

37 Qs

Computer Science: Topic 1 - Retrieval

Computer Science: Topic 1 - Retrieval

2nd Grade

38 Qs

Python SO MUCH PYTHON!

Python SO MUCH PYTHON!

3rd - 6th Grade

36 Qs

Wk12_PASS(11&12)

Wk12_PASS(11&12)

Assessment

Quiz

Computers

1st - 3rd Grade

Medium

Created by

Shu Li

Used 1+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What is the output of the code snippet if input = ForLOOP?

fORloop

forloop

ForLoop

Forloop

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What is the output of the code snippet?

10 9 8 7 6 5 4 3 2

10 9 8 7 6 5 4 3 2 1

9 8 7 6 5 4 3 2 1 0

9 8 7 6 5 4 3 2 1

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What is the output of the code snippet?

Car show() called

Toyota show() called

Compiler Error

Runtime Error

Answer explanation

c is a reference of Car type and refers to an object of Toyota class. Runtime polymorphism happens and Toyota method is called

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What is the output of the code snippet?

Car show() called

Toyota show() called

Compiler Error

Runtime Error

Answer explanation

When a function is static, runtime polymorphism doesn't happen.

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Based on the provided code screenshot, what will be the output if you run: System.out.println(CarPark.displayNoOfCar()); ?

2

1

Error occurs

None of the above

Answer explanation

non-static method can access only through object called.

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

How many times will the menu print?

1

0

2

Error happens

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

What is the output of the code snippet if mark = 10?

25, 52

25, 51

15, 51

25, 53

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?