Coding Club_SNSCE Quiz (28-04-2023)

Coding Club_SNSCE Quiz (28-04-2023)

University

30 Qs

quiz-placeholder

Similar activities

IoT Quiz - 1

IoT Quiz - 1

University - Professional Development

25 Qs

Quiz Teori bahasa Otomata

Quiz Teori bahasa Otomata

University

25 Qs

data mining

data mining

University

30 Qs

CCC14 Chapter 4 - Spreadsheet

CCC14 Chapter 4 - Spreadsheet

University

25 Qs

Information assurance and security

Information assurance and security

University

25 Qs

Quiz Sistem Operasi

Quiz Sistem Operasi

10th Grade - University

25 Qs

GDSC FET Jain University Study Jam 106

GDSC FET Jain University Study Jam 106

University

25 Qs

Computer Pretest1(Arduino Grade8_t1)

Computer Pretest1(Arduino Grade8_t1)

3rd Grade - University

25 Qs

Coding Club_SNSCE Quiz (28-04-2023)

Coding Club_SNSCE Quiz (28-04-2023)

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

Kolaa Pravin

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

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

30 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

Which of the following is a valid way to create an empty dictionary in Python?

d={}

d=new dict()

d=empty_dict()

d=dict()

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Output of the following code will be:

int main() {

int x = 5;

int y = x++;

printf("%d %d\n", x, y);

return 0; }

5 5

5 6

6 6

6 5

3.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

Choose the different types of conditional statements.

If..then..else

If..then..elseif..else

if..then

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Is javascript object based or class based?

object based

class based

5.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

what is the value of j displayed ?

#include <stdio.h>


int i=9;

int j=0;


int main()

{

int i=10;

i++;

j=i;

printf("value of j is %d", j);

return 0;

}

9

10

11

0

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Give the output of the following code:

x = [1, 2, 3]

y = x

y.append(4)

print(x)

[1,2,3]

[1,2,3,4]

[1,2,4]

[1,2,3,[4]]

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which coding elements makes it easy to repeat steps over and over?

strings

variables

modules

loops

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?