wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

GRADE 10 JAVA INTRODUCTION

Total questions: 22

Worksheet time: 11mins

Name
Class
Date
1.

Who initiated the development of Java programming language?

a)

James Gosling

b)

Bill Gates

c)

Linus Torvalds

d)

Mark Zuckerberg

2.

When was Java programming language released?

a)

1995

b)

2000

c)

1985

d)

2010

3.

What is the slogan used to describe the cross-platform benefits of Java?

a)

Write Once, Run Anywhere

b)

One Language, Multiple Platforms

c)

Universal Compatibility

d)

Platform Independent

4.

Which of the following platforms can Java run on?

a)

Windows

b)

Mac OS

c)

UNIX

d)

All of the above

5.

What is the basic concept that needs to be understood to learn Java easily?

a)

OOPS (Object Oriented Programming)

b)

Functional Programming

c)

Procedural Programming

d)

Assembly Language

6.

Which of the following text editors can be used to write Java programs?

a)

Notepad

b)

NetBeans

c)

Eclipse

d)

All of the above

7.

What is the term used to describe the ability of Java programs to run on any machine without being dependent on the operating system?

a)

Platform independent

b)

Cross-platform

c)

Operating system free

d)

Universal compatibility

8.

Is Java a case-sensitive language?

a)

Yes

b)

No

c)

Depends on the version of Java

d)

Depends on the operating system

9.

Java was originally named:

a)

Coffee

b)

Oak

c)

New C++

d)

Duke

10.

From where did Java get its name?

a)

Coffee

b)

Book

c)

TV Programme

d)

Initials of the developers of Java

11.

Is Android based on Java?

a)

True

b)

False

12.

When was Java released?

a)

1975

b)

1985

c)

1995

d)

2005

e)

2015

13.

Who invented Java?

a)

James Gosling

b)

Sergey Brin

c)

Steve Jobs

d)

Bill Gates

e)

Tim Berners-Lee

14.

What is the name of the Java mascot?

a)

Duke

b)

Ronny

c)

Penguin

d)

James

e)

Jack

15.

What was Java originally designed for?

a)

Interactive TV

b)

Internet

c)

Gaming

d)

Cars

16.

Which company owns Java?

a)

Sun microsystem

b)

Microsoft

c)

Google

d)

Apple

e)

Intel

17.

Java is a

a)

Procedure Oriented Language

b)

Structure Oriented Language

c)

Object_Oriented Language

d)

Machine Language

18.

The name of the following should be the file name in Java

a)

Object Name

b)

Variable Nam

c)

Class Name

d)

Array Name

19.

Java program is

a)

Interpreted

b)

Compiled

20.

Java program does not run without below function

a)

user()

b)

system()

c)

main()

d)

void()

21.

A ___________ file is created after successful compilation of a Java program.

a)

Object file

b)

Array file

c)

Class file

d)

String file

22.

Java is

a)

Machine dependent language

b)

Machine independent language