Grade 10 - Final Exam practice quiz

Grade 10 - Final Exam practice quiz

10th Grade

25 Qs

quiz-placeholder

Similar activities

U2-String-Class-Objects

U2-String-Class-Objects

10th - 12th Grade

20 Qs

XII Computer Datastructures 2023

XII Computer Datastructures 2023

9th - 12th Grade

20 Qs

Java Chapter 7 Exam

Java Chapter 7 Exam

9th - 12th Grade

20 Qs

Debugging

Debugging

10th Grade

20 Qs

JAVA FUNDAMENTALS

JAVA FUNDAMENTALS

9th - 12th Grade

20 Qs

Introduction To Java

Introduction To Java

9th - 10th Grade

21 Qs

Java Review

Java Review

9th Grade - University

25 Qs

Using Data

Using Data

10th - 12th Grade

20 Qs

Grade 10 - Final Exam practice quiz

Grade 10 - Final Exam practice quiz

Assessment

Quiz

Computers

10th Grade

Easy

Created by

Roshni Misar

Used 6+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is used to create a class in Java?

define

struct

class

object

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What prints out "I love Java" successfully?

Systemoutprintln("I love Java);

System.out.println("I love" + " Java");

System.out.println(I love Java);

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a primitive data type in Java?

String

double

boolean

int

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which access specifier allows the most restricted access?

protected

public

private

internal

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function declaration is correct in Java?

public int add() {}

static add() {}

add() public int {}

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of inheritance is supported in Java by using classes?

Single and multilevel inheritance

Hybrid inheritance

Super inheritance

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the size of a double data type in Java?

2 bytes

8 bytes

4 bytes

16 bytes

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?