Java- Session: 5-10

Java- Session: 5-10

8th - 10th Grade

10 Qs

quiz-placeholder

Similar activities

AP CSA Arrays

AP CSA Arrays

10th - 12th Grade

14 Qs

Computer Quiz(Java)(16-10-2020)

Computer Quiz(Java)(16-10-2020)

9th Grade

10 Qs

REVIEW QUIZ FOR & WHILE LOOP

REVIEW QUIZ FOR & WHILE LOOP

10th Grade

10 Qs

while and do while Loop

while and do while Loop

10th Grade

11 Qs

Class 8 Program coding Java

Class 8 Program coding Java

8th Grade

13 Qs

Skill Building Workshop Quiz

Skill Building Workshop Quiz

9th - 12th Grade

10 Qs

operators in java

operators in java

8th - 9th Grade

13 Qs

Unit 6 Computer Science Arrays

Unit 6 Computer Science Arrays

10th - 12th Grade

14 Qs

Java- Session: 5-10

Java- Session: 5-10

Assessment

Quiz

Computers

8th - 10th Grade

Medium

Created by

Unbound Quiz

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

It is possible to convert hexadecimal to octal directly without any other number system.

True

False

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the output of the following program?

public class IncrementDecrementQuiz

{

public static void main(String[] args)

{

boolean b = true;

b++;

System.out.println(b);

}

}

2

0

Error

1

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

…………….. operators are used to check whether an expression is true or false.

Logical

Arithmetical

Unary

Ternary

4.

OPEN ENDED QUESTION

1 min • 1 pt

How many assignment Operators are available? Name them.

Evaluate responses using AI:

OFF

5.

OPEN ENDED QUESTION

1 min • 1 pt

How many Bitwise Operators are available? Name them.

Evaluate responses using AI:

OFF

6.

OPEN ENDED QUESTION

1 min • 1 pt

How many Relational Operators are available? Name them.

Evaluate responses using AI:

OFF

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The instanceof in java is also known as ………. comparison operator because it compares the instance with type

Variable

Type

Object

Class

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?