Wk12_PASS(11&12)

Wk12_PASS(11&12)

1st - 3rd Grade

40 Qs

quiz-placeholder

Similar activities

Cryptography KS3

Cryptography KS3

3rd Grade

37 Qs

Scratch Coding Assessment

Scratch Coding Assessment

3rd - 6th Grade

40 Qs

JPE quiz 4

JPE quiz 4

1st - 7th Grade

40 Qs

2.3 - Robust Programs

2.3 - Robust Programs

KG - University

39 Qs

JavaScript

JavaScript

1st Grade

40 Qs

CKQT-Scratch - Progarmming

CKQT-Scratch - Progarmming

1st - 5th Grade

35 Qs

Scratch

Scratch

3rd Grade

40 Qs

Python L2 Concepts

Python L2 Concepts

3rd - 12th Grade

40 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?