25 IT102 Quiz 1

25 IT102 Quiz 1

University

21 Qs

quiz-placeholder

Similar activities

Fundamental programming

Fundamental programming

University

20 Qs

Review ETS Coding

Review ETS Coding

University

25 Qs

WEEK1 TUTO 3

WEEK1 TUTO 3

University

17 Qs

Grade4Term3-Shj

Grade4Term3-Shj

4th Grade - University

18 Qs

Searching & Sorting Algorithms

Searching & Sorting Algorithms

10th Grade - University

16 Qs

DAA-Quiz1

DAA-Quiz1

University

20 Qs

PRA PSPM SC025 ( F01 KML )

PRA PSPM SC025 ( F01 KML )

University

24 Qs

IS Student VS Senior High

IS Student VS Senior High

University

16 Qs

25 IT102 Quiz 1

25 IT102 Quiz 1

Assessment

Quiz

Computers

University

Medium

Created by

Infamous Unintelligent

Used 9+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who developed Java?

Jason Gosling

James Gosling

James Googling

Jason Googling

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does "WORA" stand for in Java?

Write Once, Run Anywhere

Write One, Read All

Work Once, Run Always

Write Only, Run Anywhere

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a Java feature?

Platform-Independent

Object-Oriented

Interpreted Only (No Compilation needed)

Write, Once Run Anywhere

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to declare an integer variable in Java?

int x = 10;

integer x = 10;

var x = 10;

x = 10;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type stores a single character?

String

char

boolean

float

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of System.out.println(5 + "5");?

10

55

"55"

Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used for single-line comments in Java?

/* */

//

#

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?