Computer basics
Tech Design
Low Tech
High Tech
AI
100

what does HTML stand for


Hypertext Markup Language

100

What does Dijkstra's algorithm do?

Finding the shortest paths between nodes in a weighted graph,

100
What number of edges should a cube have?
12 edges
100
What science fiction writer wrote the three laws of robotics?
Isaac Asimov
100

What is the name of Google's new gen AI model ?


Gemini

200

In terms of computing, what does CPU stand for?

Central Processing Unit

200
What does the acronym MVC stand for?
Model view controller
200

What wavelength is infrared light ?

between 780 nm and 1 mm

200

Which year did the Apple iPhone first become available?

2007

200

What is the name of the popular open-source machine learning library developed by Google?

TensorFlow

300

Who invented the first mechanical computer?

Charles Babbage

300

What is the name of this relation, in the context of UML diagrams?

Composition

300

How many bytes are a type long in the programming language C? (C standard library)

32 bits

300
Along with whom did Bill Gates found Microsoft?
Paul Allen
300

Who is considered as the father of AI?

Double points for which year the term AI was coined

John McCarthy

McCarthy coined the term “AI” in 1955

400

What is the name of the first programming language?

FORTRAN (Formula Translation)

400
What number of edges should an octagonal prism have?
24 edges
400

Where and when was the printing press first invented?


Germany, 1440 AD

400

What is the latest macOS called?


Sonoma (macOS 14 Sonoma)

400

What is the philosophical problem being considered when developing self-driving cars known as?

Trolley problem

500

What is the binary for 77?

1001101

500
What is an isometric drawing?
A representation of an object in which all three dimensions are drawn at full scale.
500

do until the pointers low and high meet each other.

mid = (low + high)/2 

if (x == arr[mid]) return mid 

else if (x > arr[mid]) 

low = mid + 1 

else 

high = mid - 1


What kind of bug is this algorithm susceptible to?

Integer Overflow

int mid = low + ((high - low) / 2);

500
The technologically advanced humanoid robot ASIMO is made by which car company?
Honda
500

What is the name of the deep learning algorithm that powers many visual applications?

Convolutional neural network (CNN)

M
e
n
u