Round 4 - Harvest

Round 4 - Harvest

University

15 Qs

quiz-placeholder

Similar activities

Evaluación de Kotlin

Evaluación de Kotlin

University

20 Qs

dfc50193-6B-chapter1,2

dfc50193-6B-chapter1,2

University

15 Qs

Session 1

Session 1

University

10 Qs

Methods

Methods

University

11 Qs

Python MCQ

Python MCQ

University

20 Qs

FDS quiz 2

FDS quiz 2

University

20 Qs

Arquitectura de computadoras I

Arquitectura de computadoras I

University

20 Qs

PHP nulmeting

PHP nulmeting

8th Grade - Professional Development

14 Qs

Round 4 - Harvest

Round 4 - Harvest

Assessment

Quiz

Computers

University

Hard

Created by

Aditya Singh

Used 5+ times

FREE Resource

AI

Enhance your content

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

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

a = 4.5

b = 2

print(a//b)

2.0

No such operator

Division Error

2

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

a = True

b = False

c = False

if a or b and c:

print("TECH NEW KAL")

else:

print("tech new kal")

TECH NEW KAL

tech new kal

Syntax Error

Compilation Error

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

for i in range(2):

print(i)

for i in range(4, 6):

print(i)

2

4

6

1

2

5

0

1

4

5

1

2

4

6

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

public class Test  

{  

public static void main(String args[])  

{  

int i=20+ +9- -12+ +4- -13+ +19;  

System.out.println(i);  

}  

}  

37

77

27

66

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

nameList = ["Harsh", "Prateek", "Bob"]

print(nameList[1][-1])

Bob

k

keetarp

Harsh, Prateek

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

class Test {

    public static void main(String[] args) {

        for(int i = 0; true; i++) {

            System.out.println("Hello");

            break;

        }

    }

}

Hello

HelloHelloHelloHelloHelloHelloHello

Hello

Hello

Hello

Hello

Infinite loop

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

for i in [1, 2, 3, 4][::-1]:

print(i)

1

2

3

1

2

3

4

4

3

2

1

4

3

2

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?