Swarnandhra Java- Quiz-1

Swarnandhra Java- Quiz-1

University

12 Qs

quiz-placeholder

Similar activities

Android

Android

University

10 Qs

EC8393_FDS_MODEL EXAM_3_PART B

EC8393_FDS_MODEL EXAM_3_PART B

University

15 Qs

Quiz 1

Quiz 1

University

10 Qs

Lógica Programação - For, While, Do While

Lógica Programação - For, While, Do While

10th Grade - University

14 Qs

Computational Thinking in Python[Quiz 3]

Computational Thinking in Python[Quiz 3]

University

15 Qs

JRB2 Quiz 4

JRB2 Quiz 4

University

10 Qs

Dr. S. Uma's Object Oriented Programming Quiz Event 1

Dr. S. Uma's Object Oriented Programming Quiz Event 1

University

10 Qs

Processing Quiz

Processing Quiz

University

13 Qs

Swarnandhra Java- Quiz-1

Swarnandhra Java- Quiz-1

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

Pravin fernando

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which statement is true about Java?

Java is a sequence-dependent programming language

Java is a code dependent programming language

Java is a platform-dependent programming language

Java is a platform-independent programming language

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the output of the following Java code?

class increment {

public static void main(String args[]) {

int g = 3;

System.out.print(++g * 8)}}

32

33

24

25

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Modulus operator, %, can be applied to which of these?

Integers

Floating – point numbers

Both Integers and floating – point numbers

None of the mentioned

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of these statements are incorrect?

Assignment operators are more efficiently implemented by Java run-time system than their equivalent long forms

Assignment operators run faster than their equivalent long forms

Assignment operators can be used only with numeric and character data type

None of the mentioned

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the output of the following Java program?

class increment{

public static void main(String args[]){

double var1 = 1 + 5;

double var2 = var1 / 4;

int var3 = 1 + 5;

int var4 = var3 / 4;

System.out.print(var2 + " " + var4);}}

1 1

0 1

1.5 1

1.5 1.0

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of these selection statements test only for equality?

if

switch

if and switch

None of the mentioned

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following loops will execute the body of loop even when condition controlling the loop is initially false?

do..while

while

for

all the mentioned

Access all questions and much more by creating a free account

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

Already have an account?