Did you turn memes on?
SLG IPC Week 4

Quiz
•
Computers
•
University
•
Medium
Novell Rasam
Used 5+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Yes, of course. Who could forget the memes?
What memes? I don't remember seeing that option.
I saw the option, but didn't turn them on.
They're already on by default.
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What does default do in a switch statement?
Executes code regardless if a case matches or not.
Executes code in the event no case is matched.
Exits from the switch construct.
What's a switch statement?
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
if (minutes > 1)
s = 's';
else
s = ' ';
Can be rewritten as?
s =
minutes > 1 ? 's' : ' ';
s =
if (minutes > 1)
's' : ' ';
s =
minutes > 1 ? ' ' : 's';
s = 's' : ' ';
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Pick the odd one out.
While
Do while
For
Switch
5.
OPEN ENDED QUESTION
1 min • 1 pt
What is the difference between a do while and a regular while loop?
Evaluate responses using AI:
OFF
6.
OPEN ENDED QUESTION
2 mins • 1 pt
Write an example of a for loop.
Evaluate responses using AI:
OFF
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which for loop uses a flag properly?
for (int i = 0; i < 10 && done == 0; i++)
for (int flag = 0; flag < 10; flag++)
for (i = 0; flag == 0; i++)
for (int i = 0; i < 10 && i == 0; i++)
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
Quiz Ke 8 alprog if-09

Quiz
•
University
16 questions
1°DS _AV2_R2 1TEC_IP_Introd. e Conceitos Básicos de JavaScript

Quiz
•
11th Grade - University
15 questions
Control Statements - Java

Quiz
•
University
14 questions
Scratch Basics Term 3 Final

Quiz
•
KG - University
17 questions
Flow of Control in C++ ( Conditional statements)

Quiz
•
9th Grade - University
10 questions
reFRESHIEr ICS2602 Quiz

Quiz
•
University
15 questions
PROGRAMMING IN PYTHON - UNIT II - TEST 1 MCQS

Quiz
•
University
16 questions
A "C" Event-the backbone of modern coding.

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade