
quiz 5

Quiz
•
Professional Development
•
Professional Development
•
Medium
Mina Romany
Used 1+ times
FREE Resource
11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Where cannot we use break?
switch statment
while loop
for loop
if statment
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
what does Continue do?
Go Out of the scope
stop the loop
skip iteration
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
List<int> l1=[1,2,3];
List<String> l2=['a',...l1,'b','c'];
print(l2)
['a',1,2,3,'b','c']
['a',[1,2,3],'b','c']
null
error
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
if(3>8) print('hello');
print('dart');
hello
dart
dart
hello
none of these
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
print('hello');
if(12>8) print('dart');
hello
dart
hello
dart
none of these
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
String name='ahmed';
assert(name == 'Ahmed');
print('the end...');
exception
the end...
ahmed
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int i=8+2; switch(i){ case 1:case 2: print('hello'); break; case 8:case 9: default: print('hi'); break; }
hello
hi
hi
hello
no output
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
New Hire Orientation

Quiz
•
Professional Development
13 questions
Class review 8

Quiz
•
Professional Development
8 questions
Lesson #1

Quiz
•
Professional Development
12 questions
Linux Practice Quiz 2

Quiz
•
Professional Development
14 questions
ABREDES - Devasc Python

Quiz
•
Professional Development
10 questions
Some Common Expressions in Conversations......

Quiz
•
Professional Development
12 questions
Flutter Q1.2

Quiz
•
Professional Development
10 questions
PWC_Python_Day2

Quiz
•
Professional Development
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade