What symbol is used to start a comment in Python?
#
What data structure uses square brackets and is mutable?
list
What type of search goes through each item one by one?
linear search
What does PCB stand for?
Printed circuit board
What’s today’s wordle answer?
What is the output of print(5 + 3)?
8
Which data structure stores key-value pairs?
dictionary or dict
What’s the time complexity of linear search?
O(n)
What's the html tag for a link?
<a>
What is the output of bool(0)?
False
What keyword is used to define a function in Python?
def
What does len([10, 20, 30]) return?
3
What’s the time complexity of binary search?
O(log n)
What shape is this? (What was the funny shape in A Frame called. Hint (weird Donut))
TorusKnot
What is the output of print("a" < "b")?
True
What is the output of print("14" * 2)?
1414
What is the output of set([1, 2, 2, 3])?
{1, 2, 3}
What algorithm finds the shortest path in a weighted tree with different edge weights to calculate the minimum total weight?
Dijkstra’s Algorithm
What Language is Sprig Based on
JavaScript
What bitwise operator is used with bitmasks?
XOR (left shift)
What method removes trailing whitespace?
strip()
What data structures can insert and delete elements from both ends in O(1) time?
deques
What condition in a recursive function stops it from calling itself?
Base case
What was the monkey doing when he discovered Ook!
He was walking down the mountain when he hit his head.
What is today's spangram?
ARCHITECTURE