Round 1 Code2duo

Round 1 Code2duo

University

44 Qs

quiz-placeholder

Similar activities

C Programming

C Programming

University

40 Qs

IOT_SARS

IOT_SARS

University

40 Qs

Java Exception Handling and String Handling

Java Exception Handling and String Handling

University

49 Qs

Coding Skill Test -I

Coding Skill Test -I

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

first quiz ICT

first quiz ICT

University

48 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?