Search Header Logo

Quiz Round-2

Authored by Nisha Sakthivel

Other

University

Used 1+ times

Quiz Round-2
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

1) Find the output of the following code.

Public class Solution{

Public static void main(String args[]){

Int i;

for(i = 1; i < 6; i++){

if(i > 3) continue;

}

System.out.println(i);

}

}

a) 3

b) 4

c) 5

d) 6

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

2) Which of the below is valid way to instantiate an array in java?

a) int myArray [] = {1, 3, 5};

b) int myArray [] [] = {1,2,3,4};

c) int [] myArray = (5, 4, 3);

d) int [] myArray = {“1”, “2”, “3”};

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

3) What will be output of below program?

public class Test {

public void main(String[] args) {

int x = 10*20-20;

System.out.println(x);

}

}

a) Runtime Error

b) Prints 180

c) Prints 0

d) Compile-time error

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

4) What is output of the code in Python Language:

>>>strl = 'All the Best'

>>>strl=[-3]

a) ’I’

b) ’e’

c) ’H’

d) ’b’

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

5) What will be the output of the following code :

print type(type(int))

a) type

b) type \ 'type\'

c) 3

d) Error

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

6) time.time() returns ________

a) the current time

b) the current time in milliseconds

c) the current time in milliseconds since midnight, January 1, 1970

d) the current time in milliseconds since midnight, January 1, 1970 GMT (the Unix time)

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

7) What will be the output of the following code snippet?

<script type="text/javascript">

a = 5 + "9";

document.write(a);

</script>

a) Compilation Error

b) 14

c) Runtime Error

d) 59

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?