CodeRush_Round1

Flashcard
•
Computers
•
University
•
Hard
Wayground Content
FREE Resource
Student preview

30 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What is the output of:
a = 5
b = 3
result = a & b
print(result)
Back
1
2.
FLASHCARD QUESTION
Front
What is the output of:
num = 4;
result = num << 2;
print(result)
Back
16
3.
FLASHCARD QUESTION
Front
What is the output of:
s = "HelloWorld";
result = s[1:5] + s[-5:];
print(result)
Back
elloWorld
4.
FLASHCARD QUESTION
Front
What is the list after: lst = [10,20,30,40]; lst.append(50); lst.insert(1,15); print(lst)
Back
[10,15,20,30,40,50]
5.
FLASHCARD QUESTION
Front
What is the output of the C++ switch case with x=2?
switch (x)
{
case 1:
cout << ''One'';
break;
case 2:
cout << ''Two'';
case 3:
cout << ''Three'';
break;
default:
cout << ''Default''; }
Back
TwoThree
6.
FLASHCARD QUESTION
Front
What happens with: while True: print("Hello")
Back
Infinite loop
7.
FLASHCARD QUESTION
Front
What is the output of:
num=12;
if(!(num&1))
printf("1+1");
else
printf("1-1");
Back
"1+1"
Create a free account and access millions of resources
Similar Resources on Wayground
25 questions
Computer Science Basics

Flashcard
•
KG - University
20 questions
c++ programming

Flashcard
•
University
24 questions
C++ Basics

Flashcard
•
University
19 questions
Intro to CS Midterm Exam

Flashcard
•
12th Grade
36 questions
Structures and union

Flashcard
•
University
25 questions
Coding Relay MCQ

Flashcard
•
University
20 questions
Flashcard on C++_1

Flashcard
•
Professional Development
15 questions
Flashcard on Object Oriented Programming and Java

Flashcard
•
University
Popular Resources on Wayground
10 questions
SR&R 2025-2026 Practice Quiz

Quiz
•
6th - 8th Grade
30 questions
Review of Grade Level Rules WJH

Quiz
•
6th - 8th Grade
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
3rd Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
15 questions
Subtracting Integers

Quiz
•
7th Grade
Discover more resources for Computers
15 questions
Let's Take a Poll...

Quiz
•
9th Grade - University
2 questions
Pronouncing Names Correctly

Quiz
•
University
34 questions
WH - Unit 2 Exam Review -B

Quiz
•
10th Grade - University
21 questions
Mapa países hispanohablantes

Quiz
•
1st Grade - University
10 questions
Transition Words

Quiz
•
University
5 questions
Theme

Interactive video
•
4th Grade - University
25 questions
Identifying Parts of Speech

Quiz
•
8th Grade - University
10 questions
Spanish Greetings and Goodbyes!

Lesson
•
6th Grade - University