Bit by Bit
Top Secret
Hide & Seek
Command & Conquer
Choose Your Path
100

A single on/off or 0/1 in a computer's transistor

What is a bit?

100

The practice of scrambling data so that it is unreadable to anyone except those who know how to decode it

What is Cryptography?

100

In cybersecurity competitions, the acronym CTF stands for this

What is Capture the Flag?

100

This keyboard key is used to autocomplete commands or filenames in Linux

What is Tab?

100

The symbol used to redirect output to a file, overwriting the file if it exists

What is '>'?

200

The name for the base-16 number system

What is Hexadecimal?

200

The technical term for data that has already been encrypted

What is Ciphertext?

200

The practice of hiding secret messages inside an image or another text file

What is Steganography?

200

This specific Linux command is used to wipe the terminal screen clean

What is 'clear'?

200

The symbol used to add data to the end of an existing file without deleting the old data

What is '>>'?

300

Of Megabyte, Terabyte, Kilobyte, and Zilobyte, this is the one that is NOT a real measure of computer storage.

What is a Zilobyte?

300

A historic cipher in which the alphabet is shifted left or right a specific number of spaces

What is the Caesar Cipher?

300

Data about a file that is embedded within the file itself, such as the date taken or GPS location

What is Metadata?

300

The Linux command used to search for a specific word or phrase inside a file

What is 'grep'?

300

The command 'ls > myFiles.txt' performs this action

What is saving the list of files to 'myFiles.txt'?

400

The system which represents alpha-numeric data in a computer, such as A = 65

What is ASCII?

400

A technique used to break substitution ciphers by analyzing how often specific letters appear in the message

What is Frequency Analysis

400

Of Hex Editor, Exif Viewer, and Vigenere Table, this is the tool that is NOT used for Steganography

What is a Vigenere Table?

400

A file containing a list of Linux commands that can be run as a program

What is a script?

400

Of the paths 'Documents/file4.txt' and '/home/admin/Documents/file4.txt', this one is the relative path.

What is 'Documents/file4.txt'?

500

The process of representing a range of characters by a conversion system, like ASCII

What is Encoding?

500

A substitution cipher that uses multiple alphabets and a keyword to switch between them

What is the Vigenere Cipher?

500

This type of steganography tool is used to view the metadata of an image file, displaying information about the picture itself.

What is an Exif Viewer Tool?

500

The command 'sort -r' will sort a list in this specific order

What is reverse alphabetical order?

500

An absolute path in Linux always begins with this directory

What is the root (or '/')?