ACSL Knowledge
USACO Knowledge
NVComputing Trivia
Programming Trivia
AI trivia
100

In ACSL problems, this is the basic building block of any program, which contains a sequence of instructions execute by the computer.

Function

100

Name the four USACO ranks, in order (lowest to highest)

Bronze, silver, gold, platinum 
100

Name all the Captain's names.

Steven, Kundan, April, Atharva

100

Who was the first computer programmer?

Ada Lovelace

100

What does GPT stand for? 

Generative Pre-trained Transformer

200

In ACSL contests, this type of problem often requires you to convert a number from one base to another. 

Base Conversion

200
What is USACO's mascot?

Cow

200

When was NVComputing first founded?

2017

200

Who created the first computer?

Charles Babbage

200

What is the name of the first chatbot ever created?

ELIZA

300

This ACSL concept is used to break down a problem in smaller instances of the same problem, which is effect for problems involving trees and graphs.

Recursion

300

When was USACO founded?

1992
300

Traditionally, NVComputing Team has had four captains each year. Which year did we have five captains instead?

2023

300

What is the most widely used programming language?

JavaScript

300

How much water (in gallons) do AI data centers consume per day?

5 million (okay if answer in range of 4 million - 6 million)

400

This type of data structure is linear collection of element where the insertion and removal of elements occur at opposite ends, following the "First In, First Out" principle.

Queue

400

Where is IOI being held this year? 

Uzbekistan

400

How long has Mr. Koos been teaching at Neuqua for?

28 years; Since Neuqua Valley was founded

400

This high-level programming language was developed by Guido van Rossum in the late 1980.

Python

400

Name the top 5 most widely used generativ AI apps (in order)

1) ChatGPT

2) Gemini

3) Canva AI

4) DeepSeek

5) Grok

500

275x = 3607

8
500

In a problem where you need to find the shortest path in a graph using unweighted edges, which graph traversal method would you use?

Breadth-First Search (BFS)

500

Who is the oldest captain?

Kundan

500

This type of algorithm is often used to find an item in a sorted list by repeatedly dividing the search interval in half.

Binary Search

500

Date of ChatGPT's release

November 30, 2022

M
e
n
u