Round 4 - Harvest

Quiz
•
Computers
•
University
•
Hard
Aditya Singh
Used 5+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
a = 4.5
b = 2
print(a//b)
2.0
No such operator
Division Error
2
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
a = True
b = False
c = False
if a or b and c:
print("TECH NEW KAL")
else:
print("tech new kal")
TECH NEW KAL
tech new kal
Syntax Error
Compilation Error
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
for i in range(2):
print(i)
for i in range(4, 6):
print(i)
2
4
6
1
2
5
0
1
4
5
1
2
4
6
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
public class Test
{
public static void main(String args[])
{
int i=20+ +9- -12+ +4- -13+ +19;
System.out.println(i);
}
}
37
77
27
66
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
nameList = ["Harsh", "Prateek", "Bob"]
print(nameList[1][-1])
Bob
k
keetarp
Harsh, Prateek
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
class Test {
public static void main(String[] args) {
for(int i = 0; true; i++) {
System.out.println("Hello");
break;
}
}
}
Hello
HelloHelloHelloHelloHelloHelloHello
Hello
Hello
Hello
Hello
Infinite loop
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
for i in [1, 2, 3, 4][::-1]:
print(i)
1
2
3
1
2
3
4
4
3
2
1
4
3
2
Create a free account and access millions of resources
Similar Resources on Wayground
17 questions
Coding Titans

Quiz
•
University
10 questions
Methods

Quiz
•
University
15 questions
Java

Quiz
•
University
10 questions
Chapter 2 Java Basic2

Quiz
•
University
14 questions
Lets explore Java

Quiz
•
University
10 questions
Python Basics

Quiz
•
University
10 questions
exception

Quiz
•
University
10 questions
Week 4: Recap Java Programming

Quiz
•
University
Popular Resources on Wayground
55 questions
CHS Student Handbook 25-26

Quiz
•
9th Grade
10 questions
Afterschool Activities & Sports

Quiz
•
6th - 8th Grade
15 questions
PRIDE

Quiz
•
6th - 8th Grade
15 questions
Cool Tool:Chromebook

Quiz
•
6th - 8th Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
3rd Grade
20 questions
Bullying

Quiz
•
7th Grade
18 questions
7SS - 30a - Budgeting

Quiz
•
6th - 8th Grade
Discover more resources for Computers
36 questions
USCB Policies and Procedures

Quiz
•
University
4 questions
Benefits of Saving

Quiz
•
5th Grade - University
20 questions
Disney Trivia

Quiz
•
University
2 questions
Pronouncing Names Correctly

Quiz
•
University
15 questions
Parts of Speech

Quiz
•
1st Grade - University
1 questions
Savings Questionnaire

Quiz
•
6th Grade - Professio...
26 questions
Parent Functions

Quiz
•
9th Grade - University
18 questions
Parent Functions

Quiz
•
9th Grade - University