Round 1 Code2duo

Round 1 Code2duo

University

44 Qs

quiz-placeholder

Similar activities

ASSESSMENT 2: OVERVIEW OF ICT & REVIEW ON COMPUTER FUNDAMENTALS

ASSESSMENT 2: OVERVIEW OF ICT & REVIEW ON COMPUTER FUNDAMENTALS

University

40 Qs

Test Algoritma

Test Algoritma

University

40 Qs

TIK kelas 7, Penilaian Tengah semester

TIK kelas 7, Penilaian Tengah semester

7th Grade - University

40 Qs

Quiz sobre Diseño Gráfico y Tipos de Archivos de Imagen

Quiz sobre Diseño Gráfico y Tipos de Archivos de Imagen

10th Grade - University

45 Qs

C++ Internal Assessment

C++ Internal Assessment

University

40 Qs

Data Structures Quiz

Data Structures Quiz

University

44 Qs

Eng-103 Vocab1

Eng-103 Vocab1

University

40 Qs

Introduction to Computer

Introduction to Computer

University

40 Qs

Round 1 Code2duo

Round 1 Code2duo

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

Dept. Assocication Information Technology

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...

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

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?