NEW
Font size
WorksheetsCIPHER QUEST ROUND 1 SET 1
Total questions: 25
Worksheet time: 8mins
What has keys but can’t open locks?
A Piano
A Door
A Map
A Book
The more of me you take, the more you leave behind. What am I?
Time
Footsteps
Memories
Life
Guess the Logo
Ferrari
Mclaren
Nike
Reebok
Guess the Logo
Baskin Robbins
Starbucks
Calvin Klein
Zara
what number replaces the question mark
5
9
12
7
what number comes inside the circle
5
3
6
8
Guess the flag
Luxembourg
Netherlands
Germany
United States
Guess the flag
Australia
New Zealand
Barcelon
Ukraine
Guess the word
Lost in time
Vanish Slowly
Far Away
Fade Away
Guess the word
Caveman
Early Man
Cave Dweller
Cave Person
What Type of Language is JavaScript?
Scripting Language
Markup Language
Network Protocol
Programming Language
Which is the Standard Protocol used for retrieving E-mail from a mail server?
SMTP
POP3
HTTP
FTP
is JVM platform dependent or independent?
Platform Independent
Platform Dependent
None of the Above
Both a & b
HTTPS stands for?
Hyper Text Transfer Protocol Secure
High Transfer Text Processing System
Host Transfer Transmission Protocol Standard
Hyperlink Transmission Technical Servi
In java the keyword this refers to ?
Parent class
Current object
Child class
Static method
What is the file extension of a compiled Java class?
.java
.exe
.class
.jar
Which protocol is connection-oriented?
UDP
TCP
HTTP
FTP
In Python, lists are:
Mutable
Immutable
Constant
Static
AI models that act autonomously:
Static AI
Agentic AI
Generative AI
Predictive AI
Who invented the C programming language?
Ken Thompson
Brian Kernighan
Dennis Ritchie
James Gosling
class Test {
public static void main(String[] args) {
String s1 = "hello";
String s2 = new String("hello");
System.out.println(s1 == s2);
}
}
true
false
hello
Error
python
for i in range(5)
print(i)
Missing colon
1 2 3 4 5
Infinite loop
No error
IPv4 address size:
32 bits
64 bits
128 bits
256 bits
Scheduling algorithm used in OS for time-sharing:
FCFS
Round Robin
Priority
SJF
int main() {
int a;
printf("%d", a);
return 0;
}
Compile-time error
Runtime error
Garbage value output
Zero always
