Round 1 Code2duo

Round 1 Code2duo

University

44 Qs

quiz-placeholder

Similar activities

Data Structures and Algorithms Quiz

Data Structures and Algorithms Quiz

University

40 Qs

Exception in Java

Exception in Java

University

41 Qs

TECHQUEST 2025

TECHQUEST 2025

University

42 Qs

Arrays and ArryList

Arrays and ArryList

University

40 Qs

I/O and Operators in C

I/O and Operators in C

University

43 Qs

Java Programming

Java Programming

University

40 Qs

Quiz on C Operators

Quiz on C Operators

University

49 Qs

Technical MCQ

Technical MCQ

University

45 Qs

Round 1 Code2duo

Round 1 Code2duo

Assessment

Quiz

Computers

University

Hard

Created by

Dept. Assocication Information Technology

Used 2+ times

FREE Resource

44 questions

Show all answers

1.

OPEN ENDED QUESTION

45 sec • Ungraded

Team Name :

Evaluate responses using AI:

OFF

2.

OPEN ENDED QUESTION

1 min • Ungraded

Yugam ID:

Evaluate responses using AI:

OFF

3.

OPEN ENDED QUESTION

45 sec • Ungraded

Phone number

Evaluate responses using AI:

OFF

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Print(2**3**2)

64

512

81

9

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

    a = [1, 2, 3]

b = a

a.append(4)

print(b)

What does it print?

a) [1, 2, 3, 4]

b) [1, 2, 3]

c) [1, 2, 3, [4]]


d) Error

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

console.log(0.1 + 0.2 === 0.3);

true

false

undefined

error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

#include <stdio.h>

int main() {

    int x = 5;

    int y = x << 2;

    printf("%d", y);

    return 0;

}

What does it print?

10

20

50

error

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?