Mile Stone 2

Mile Stone 2

University

15 Qs

quiz-placeholder

Similar activities

Server Administration- Quiz 1

Server Administration- Quiz 1

12th Grade - University

10 Qs

Computer Science (1-9) - Identifying & Preventing Threats

Computer Science (1-9) - Identifying & Preventing Threats

University

11 Qs

Computer Science: CPU performance

Computer Science: CPU performance

University

13 Qs

DI (EM24) - Diseño de Contenidos (T8)

DI (EM24) - Diseño de Contenidos (T8)

University - Professional Development

20 Qs

The Internet

The Internet

University

20 Qs

Recording Software Button Identification Quiz

Recording Software Button Identification Quiz

8th Grade - University

10 Qs

Operating System - Chapter 1-1

Operating System - Chapter 1-1

University

10 Qs

Algo Quiz

Algo Quiz

University

16 Qs

Mile Stone 2

Mile Stone 2

Assessment

Quiz

Computers

University

Hard

Created by

Rahul Avulapati

Used 4+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

The class that is being inherited or subclassed is called

Super class

Sub Class

both a&b

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

class Liquid
{
  void pour(){}
}
class Juice extends Liquid
{
  void filter(){}
}

The Liquid is a superclass and Juice is a subclass.

The Liquid is a Subclass and Juice is a Superclass.

There is no superclass or subclass

None

3.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

What is the maximum number of levels possible in a Multilevel Inheritance in Java?

8

16

32

No maximum Level

4.

MULTIPLE CHOICE QUESTION

20 sec • 20 pts

What is the character encoding standard used in Java language?

ASCII

Unicode

Hexacode

Bytecode

Answer explanation

Unicode takes 2 Bytes of memory to represent all characters of all languages.

5.

FILL IN THE BLANK QUESTION

30 sec • 20 pts

What is the ASCII value of "A"___?

6.

MULTIPLE CHOICE QUESTION

20 sec • 20 pts

what is the output of the following command line?

System.out.println(1<<3);

3

1

8

Runtime Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

what is the output of the following code?

int m=1000;

int k=3000;

while(+ + m < - - k);

System.out.println(m);

2000

1000

Error

4000

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?