NEW
Font size
WorksheetsCIPHER QUEST ROUND 1 SET 2
Total questions: 25
Worksheet time: 8mins
What has a ring but no finger?
A Telephone
A Key
A Tree
What can travel around the world while staying in a corner?
A Stamp
A Plane
A Compass
Guess the logo
BP
Baskin Robbins
Target
Walmart
Guess the logo
Converse
Nike
Georgiana Armani
Reebok
Which number replaces the question Mark
43
39
38
31
Which letter Replaces the question Mark
9
6
5
4
Guess the flag
Thailand
Laos
Cambodia
Nepal
Guess the Flag
Costa Rica
Paraguay
Netherlands
Thailand
Guess the word
Downtown.
Down
midtown
uptown
Guess the word
Get up
Awaken
ekaw
Wake up
Who is called the “Father of Java”?
Guido van Rossum
Bjarne Stroustrup
James Gosling
John McCarthy
is Java platform dependent or independent?
Platform Independent
Platform Dependent
None of the Above
Both a & b
In Python, tupule are:
Mutable
Immutable
Constant
Static
class Test {
public static void main(String[] args) {
String s1 = "hello";
String s2 = new String("hello");
System.out.println(s1.equals(s2));
}
}
false
true
hello
Error
for i in range(1,10,2)
print(i)
1 2 3 4 5
1 3 5 7 9
2 4 6 8 10
0 2 4 6 8
Who is called the “Father of Artificial Intelligence”?
Elon Musk
John McCarthy
Alan Turing
Geoffrey Hinton
Which protocol is connection-less protocol?
UDP
TCP
HTTP
FTP
What Type of Language is HTML?
Scripting Language
Markup Language
Network Protocol
Programming Language
Which is the Standard Protocol used for transmitting E-mail from a mail server?
SMTP
POP3
HTTP
FTP
IPv6 address size:
32 bits
64 bits
128 bits
256 bits
In java the keyword super refers to ?
The current object of the class
The parent of the current object
A static method of the class
A private member of the class
import java.util.Arrays;
public class TestArray {
public static void main(String[] args) {
int arr[] = new int[6];
for (int i = 0; i < arr.length; i++) {
arr[i] = i;
}
System.out.println(arr);
}
}
Null Value
Garbage value
[I@1a2b3c
Index out of bound Exception
AI used for language understanding:
NLP
CV
RL
ANN
Deadlock necessary condition:
Mutual exclusion
Circular wait
Hold & wait
All
Cloud computing type combining public + private:
Public
Private
Hybrid
Community
