Computer Parts
Debug
Programming Language
What is written
Variable types
100

__ gives power to the computer

What is a power supply/PSU?

100

___ is what you search while debugging

What is a bug?

100

The most basic way regular computer register data

What is binary?

100

A=7  B=4

Write(A == B)

What is false?

100

the least amount of  byte required to store numbers

What is 1?

200

The interface stored inside the motherboard

What is a BIOS?

200

The action of rewriting your whole code to make it uniform

What is refactoring.

200

The smallest leveled programming language

What is assembly?

200

A=6  B=12

Write(A > B/2)

What is false?

200

__ can host TRUE or FALSE

What is boolean?

300

__ calculate main mathematics operation

What is a CPU?

300

Code with a lot of complexity layers

What is nested code?

300

The language mostly use by google to compete with c

What is go?

300

A=4 B=4

Write(2/(A%B))

What is an error?

300

__ can host the largest number in c#

What is a double?

400

The most important part in a server rack

What is hard drive?

400

__ is read before debugging

What is a documentation?

400

__ is mostly use for AI

What is Python?

400

A="lucky" B="you"

A += B  Write(A)

What is lucky you?

400

The most efficient way to store a sentence

What is a string?

500

The biggest authorization you can get on an Operating System 

What is Kernel Permission?

500

__ is talking to an unexperienced person about your project

What is rubber duck debuging?

500

___ is the assembly code that keep the result of an arithmetic

What is an accumulator/EDX

500

A = "Hi"

For (i=0; i>4; i++;)

Write(A)

What is nothing/blank?

500

The name of this variable: Char[]

What is a char/character collection?

M
e
n
u