Engineering
IT
Biology
Cyber Security/Computer Science
Math
100

What is stress measured in?

Pascals (Pa)

100

What's the difference between software & hardware?

Hardware is the physical components of a computer system. Software consists of the programs and operating systems that run on the hardware.

100

What's the largest organ in the human body?

What is the skin.

100

What are 3 main components of a computers system?

CPU (Central Processing Unit), Memory (RAM), Storage, Motherboard, Input Devices, Output Devices, & Power Supply.

100

What's the only even prime number?

What is 2.

200

What's the difference between a scalar & a vector quantity?

Scalar Quantity- Has magnitude only, no direction.

Vector Quantity- Has both magnitude & direction.

200

What's does IP in IP address stand for? *Bonus* and what's its role?

What is Internet Protocol address.

& a unique numerical label assigned to each device connected to a network. It allows the device to send and receive data over the network.

200

What type of blood vessels carry blood away from the heart?

What are arteries.

200

What's the difference between a virus and a worm?

A virus is a type of malware that attaches itself to a legitimate program or file and requires user interaction to spread.

A worm is a type of malware that self-replicates and spreads independently over a network without user interaction. 

200

What's the sum of the angles in any triangle?

What is 180 degrees.

300

What is the principle of conservation of energy?

Energy cannot be created or destroyed, only transferred from one form to another.

300

What's the purpose of a firewall?

It's a security device or software that monitors and controls incoming and outgoing network traffic based on predetermined security rules.

300

The four steps of mitosis are prophase, metaphase, anaphase, & telophase. Put them in order from one to four.

Prophase, Metaphase, Anaphase, & Telophase.
300

Name 4 of the main types of malware.

Virus, Worm, Trojan Horse, Ransomware, Spyware, & Adware.

300

What's the quadratic formula?

What is x=−b±√b2−4ac/2a.

400
What are the main types of heat transfer?

Conduction, Convection, & Radiation.

400

What does LAN & WAN stand for and what are the differences between the two?

Local Area Network- Connects devices within a limited geographic area, such as home or office.

Wide Area Network- Spans a larger geographic area, connecting multiple LANs over long distances.

400

What's the difference between mitosis & meiosis?

Mitosis produces two genetically identical diploid daughter cells from a single diploid parent cell.

Meiosis produces four genetically diverse haploid gametes (sperm or eggs) from a single diploid parent cell.

400

What's the difference between symmetric encryption and asymmetric encryption?

Symmetric encryption uses the same key for both encryption and decryption. It's faster but requires secure key distribution.

Asymmetric encryption uses a pair of keys (public and private) where the public key encrypts data and the private key decrypts it. It's more secure but slower.

400

What's the formula for the area of a circle?

What is A=πr2.

500

What is the difference between stress and strain?

Stress is internal force per unit area.

Strain is the deformation/displacement per unit length resulting from stress.

500

What does Wi-Fi stand for?

What is Wireless Fidelity.

500

What are 3 of the 4 different types of mutations?

Point Mutation, Insertions/Deletions, Duplications, & Inversions.

500

What's the difference between compiled and interpreted languages? *Bonus points for examples.*

Compiled languages are transformed into machine code by a compiler before execution and are usually faster. (Ex. C, C++)

Interpreted languages are executed line by line by an interpreter at runtime. More flexible and easier to debug. (Ex. Python & Java)

500

What's the principle of mathematic induction?

A proof technique used to provide statements about natural numbers.