wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CIPHER QUEST ROUND 1 SET 1

Total questions: 25

Worksheet time: 8mins

Name
Class
Date
1.

What has keys but can’t open locks?

a)

A Piano

b)

A Door

c)

A Map

d)

A Book

2.

The more of me you take, the more you leave behind. What am I?

a)

Time

b)

Footsteps

c)

Memories

d)

Life

3.

Guess the Logo

a)

Ferrari

b)

Mclaren

c)

Nike

d)

Reebok

4.

Guess the Logo

a)

Baskin Robbins

b)

Starbucks

c)

Calvin Klein

d)

Zara

5.

what number replaces the question mark

a)

5

b)

9

c)

12

d)

7

6.

what number comes inside the circle

a)

5

b)

3

c)

6

d)

8

7.

Guess the flag

a)

Luxembourg

b)

Netherlands

c)

Germany

d)

United States 

8.

Guess the flag

a)

Australia

b)

New Zealand

c)

Barcelon

d)

Ukraine

9.

Guess the word

a)

Lost in time

b)

Vanish Slowly

c)

Far Away

d)

Fade Away

10.

Guess the word

a)

Caveman

b)

Early Man

c)

Cave Dweller

d)

Cave Person

11.

What Type of Language is JavaScript?

a)

Scripting Language

b)

Markup Language

c)

Network Protocol

d)

Programming Language

12.

Which is the Standard Protocol used for retrieving E-mail from a mail server?

a)

SMTP

b)

POP3

c)

HTTP

d)

FTP

13.

is JVM platform dependent or independent?

a)

Platform Independent

b)

Platform Dependent

c)

None of the Above

d)

Both a & b

14.

HTTPS stands for?

a)

Hyper Text Transfer Protocol Secure

b)

High Transfer Text Processing System

c)

Host Transfer Transmission Protocol Standard

d)

Hyperlink Transmission Technical Servi

15.

In java the keyword this refers to ?

a)

Parent class

b)

Current object

c)

Child class

d)

Static method

16.

What is the file extension of a compiled Java class?

a)

.java

b)

.exe

c)

.class

d)

.jar

17.

Which protocol is connection-oriented?

a)

UDP

b)

TCP

c)

HTTP

d)

FTP

18.

In Python, lists are:

a)

 Mutable

b)

 Immutable

c)

Constant

d)

 Static

19.

AI models that act autonomously:

a)

Static AI

b)

Agentic AI

c)

Generative AI

d)

Predictive AI

20.

Who invented the C programming language?

a)

Ken Thompson

b)

Brian Kernighan

c)

Dennis Ritchie

d)

James Gosling

21.

class Test {

public static void main(String[] args) {

String s1 = "hello";

String s2 = new String("hello");

System.out.println(s1 == s2);

}

}

a)

true

b)

false

c)

hello

d)

Error

22.

python

for i in range(5)

print(i)

a)

Missing colon

b)

1 2 3 4 5

c)

Infinite loop

d)

No error

23.

IPv4 address size:

a)

32 bits

b)

64 bits

c)

128 bits

d)

256 bits

24.

Scheduling algorithm used in OS for time-sharing:

a)

FCFS

b)

Round Robin

c)

Priority

d)

SJF

25.

int main() {

int a;

printf("%d", a);

return 0;

}

a)

Compile-time error

b)

Runtime error

c)

Garbage value output

d)

Zero always