Computer Science
Political Science
Science Fiction
IT
Avista
100

This loop repeats a block of code a specific number of times.

for i in range(5):

2

    print(i)

What is a for loop?

100

This document, signed in 1787, established the framework of the United States government and remains the supreme law of the land.

What is the U.S. Constitution?

100

This farm boy from Tatooine became a Jedi Knight and helped destroy the first Death Star.

Who is Luke Skywalker?

100

This internet service translates human-friendly names like www.microsoft.com into IP addresses that computers use to communicate.

What is DNS (Domain Name System)?

100

Name 6 or more generating facilities

Noxon, Cabinet, Post Falls, Upper Falls, Monroe Street, Nine Mile, Long Lake, Little Falls, Kettle Falls, Boulder Park, Rathdrum, Northeast

200

This loop continues running as long as a condition remains true

count = 1

while count <= 3:

    print(count)

    count += 1

What is a while loop?

200

In this form of government, citizens elect representatives to make laws and policy decisions on their behalf.

What is a representative democracy?

200

 This famous phrase, often associated with Mr. Spock, encourages the pursuit of logic and prosperity.

What is "Live long and prosper"?

200

This digital file is issued by a Certificate Authority and is used to verify the identity of a website or user.

What is a digital certificate?

200

Name our President and Chief Executive Officer 

Heather Rosentrater

300

What is printed?

word = "CYBERSECURITY"

for letter in word[5:13]:

    print(letter, end="")

Answer: SECURITY

300

In the United States, this group of individuals formally elects the President and Vice President, even though citizens cast votes in the general election.

What is the Electoral College?

300

This former member of the Red Dragon crime syndicate travels aboard the Bebop while being hunted by his rival, Vicious.

Who is Spike Spiegel?

300

This device operates primarily at Layer 3 of the OSI model and forwards traffic between different networks.

 What is a router?

300

Name our Senior Vice President, Operations and Technology 

Wayne Manuel

400

This keyword immediately exits a loop before it finishes all iterations.

for i in range(10):

    if i == 5:

        break

    print(i)

What is break?

400

This amendment protects citizens from unreasonable searches and seizures, and its principles are often debated when discussing government access to emails, cloud storage, smartphones, and other digital data.

What is the Fourth Amendment?

The right of the people to be secure in their persons, houses, papers, and effects, against unreasonable searches and seizures, shall not be violated, and no warrants shall issue, but upon probable cause, supported by oath or affirmation, and particularly describing the place to be searched, and the persons or things to be seized.

400

According to the Guide, this number is the Answer to the Ultimate Question of Life, the Universe, and Everything.

What is 42?

400

This command displays the current working directory in a Linux terminal.

What is pwd?

400

Name our Vice President, Chief Information and Security Officer 

Alexis Alexander

500

This data structure stores information as key-value pairs, and this loop finds the student with the highest score.

scores = {

    "Alex": 87,

    "Jordan": 95,

    "Taylor": 91,

    "Morgan": 78

}

highest = ""

for student in scores:

    if highest == "" or scores[student] > scoreshighest = student

print(highest)

What is a dictionary?

500

Originally written to prevent the government from forcing people to house soldiers in their homes, this amendment is rarely used today but is often cited as an early recognition of a citizen's right to privacy, a concept that influences modern cybersecurity and digital privacy discussions.

What is the Third Amendment?

No Soldier shall, in time of peace be quartered in any house, without the consent of the Owner, nor in time of war, but in a manner to be prescribed by law

500

In the Cyberpunk genre, this term refers to replacing parts of the human body with advanced technological implants, often at the risk of losing one's humanity.

What is cybernetic augmentation (or cyberware)?

500

This IPsec protocol provides encryption, integrity checking, and authentication for IP packets, protecting data as it travels across untrusted networks.

What is ESP (Encapsulating Security Payload)?

500

Who is Josh DiLuciano 

Vice President of Energy Delivery