Coding Club_SNSCE Quiz (28-04-2023)

Quiz
•
Computers
•
University
•
Hard
Kolaa Pravin
Used 1+ times
FREE Resource
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
Similar Resources on Wayground
30 questions
Code Twisters Round One Batch -1

Quiz
•
University
25 questions
Introduction to Java

Quiz
•
University
30 questions
CS 211 - Midterm Review

Quiz
•
University
30 questions
C-Language Q1

Quiz
•
University
30 questions
Final C Quiz

Quiz
•
University
35 questions
Kuis 2

Quiz
•
University
27 questions
Fundamentos de Programación en C

Quiz
•
University
25 questions
MAD Test3 Android Studio

Quiz
•
University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
21 questions
Spanish-Speaking Countries

Quiz
•
6th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
7 questions
Common and Proper Nouns

Interactive video
•
4th Grade - University
12 questions
Los numeros en español.

Lesson
•
6th Grade - University
7 questions
PC: Unit 1 Quiz Review

Quiz
•
11th Grade - University
7 questions
Supporting the Main Idea –Informational

Interactive video
•
4th Grade - University
12 questions
Hurricane or Tornado

Quiz
•
3rd Grade - University
7 questions
Enzymes (Updated)

Interactive video
•
11th Grade - University