wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Cipher Quest Round 1&2 Combined Set 1

Total questions: 20

Worksheet time: 7mins

Name
Class
Date
1.

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

a)

Time

b)

Footsteps

c)

Memories

d)

Life

2.

Guess the logo

a)

Ferrari

b)

Mclaren

c)

   Nike

d)

Reebok

3.

what number replaces the question mark

a)

5

b)

12

c)

9

d)

7

4.

Guess the flag

a)

Luxembourg

b)

Netherlands

c)

Germany

d)

United States 

5.

Guess the Word

a)

Caveman

b)

Early Man

c)

   Cave Dweller

d)

Cave Person

6.

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

a)

SMTP

b)

POP3

c)

 HTTP

d)

FTP

7.

 is JVM platform dependent or independent?

a)

Platform Independent

b)

Platform Dependent

c)

None of the Above

d)

Both a & b

8.

In java the keyword this refers to ?

a)

Parent class

b)

Current object

c)

Child class

d)

Static method

9.

Which protocol is connection-oriented?

a)

 UDP

b)

TCP

c)

HTTP

d)

FTP

10.

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

11.

2. Which protocol is commonly used to securely transfer files over the Internet?

a)

FTP

b)

HTTP

c)

SFTP

d)

SMTP

12.

In cybersecurity, a “zero-day vulnerability” refers to:

a)

A virus that activates after 30 days

b)

A vulnerability unknown to the vendor

c)

A password reset attempt

d)

A malware detected by antivirus

13.

Which tool is widely used for network packet analysis?

a)

Wireshark

b)

MS Word

c)

Jenkins

d)

 Git

14.

Which type of attack involves overwhelming a server with traffic?

a)

SQL Injection

b)

Man-in-the-Middle

c)

DDoS

d)

Phishing

15.

Which of these is NOT a two-factor authentication method?

a)

Password + OTP

b)

Password + Security Token

c)

Password + Biometric

d)

Password + Username

16.

Which programming language is most commonly used for malware development?

a)

 Python

b)

C/C++

c)

Java

d)

SQL

17.

Which type of malware records keystrokes to steal sensitive data?

a)

Spyware

b)

Keylogger

c)

Rootkit

d)

Worm

18.

Which encryption algorithm is commonly used in Bitcoin transactions?

a)

SHA-256 + ECDSA

b)

AES

c)

RSA

d)

MD5

19.

Which vulnerability allows attackers to execute arbitrary commands on a host?

a)

Command Injection

b)

SQL Injection

c)

Clickjacking

d)

Buffer Overflow

20.

Which framework is widely used for penetration testing automation?

a)

Kali Linux

b)

Metasploit

c)

Snort

d)

 Nessus