Junk Genius

Quiz
•
Other
•
University
•
Hard
Technical Event
Used 6+ times
FREE Resource
11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Let me tell me a something "Are You Capable of Keep it as a Secret?"
Answer explanation
Let's have a warmup shall we
2.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
WHAT IS THE OUTPUT OF THE FOLLOWING C CODE?
#include <stdio.h>
int main() {
int a=2,b=3,c=4;
printf("%d",a + ++b + ++c);
return 0;
}
9
10
11
Compiler error
3.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
WHAT IS THE OUTPUT OF THE FOLLOWING JAVA CODE?
public class Main {
public static void main(String[]args)
{
int x =10;
int y = x++ + ++x - --x ;
System.out.println(y);
}
}
10
11
9
0
4.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
WHAT IS THE OUTPUT OF THE FOLLOWING CODE?
class A:
def __init__ (self,x):
self.x = x
class B(A):
def __init__ (self,y):
super().__init__(y)
self.y = y
a = A(1)
b = B(2)
print(a.x, b.x, b.y)
1 1 2
1 2 2
2 2 2
Error
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
LET'S SOLVE THE TIME OLD MYSTERY
# Which came first "Hen" or "Egg"
mystery = ['🥚','🐔']
s = '🐔'
y = '🥚'
print(s.encode('unicode-escape').decode('ASCII'))
#ASCII value: \U0001f414
print(y.encode('unicode-escape').decode('ASCII'))
#ASCII value: \U0001f95a
mystery.sort()
print(mystery[0])
🥚
🐔
Answer explanation
NOT ALL PROGRAMMERS ARE HACKERS BUT ALL HACKERS ARE PROGRAMMERS
Let's Move to Cryptography
6.
FILL IN THE BLANK QUESTION
15 mins • 5 pts
This file has a flag in plain sight (aka "in-the-clear"). Download flag.
Hint : Click the flag and just put the sequence inside the braces
7.
FILL IN THE BLANK QUESTION
15 mins • 10 pts
Cryptography can be easy, do you know what ROT13 is?
Create a free account and access millions of resources
Similar Resources on Wayground
11 questions
Slovakia

Quiz
•
KG - Professional Dev...
11 questions
Flags of Africa (easy version)

Quiz
•
9th Grade - University
15 questions
ICT Exam Questions

Quiz
•
University
15 questions
Shipping and Maritime Law - Revision quiz

Quiz
•
University
15 questions
MPMC CA2 quiz

Quiz
•
University
15 questions
video editing

Quiz
•
KG - Professional Dev...
12 questions
Are you like me?

Quiz
•
KG - University
10 questions
Poland for Cultural Evening

Quiz
•
University
Popular Resources on Wayground
10 questions
Video Games

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

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

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Other
10 questions
Would you rather...

Quiz
•
KG - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
10 questions
The Constitution, the Articles, and Federalism Crash Course US History

Interactive video
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
16 questions
Water Modeling Activity

Lesson
•
11th Grade - University
10 questions
ACT English prep

Quiz
•
9th Grade - University