What is the lightest element?
Hydrogen
What is the name of the device used to measure current in a circuit?
Ammeter
True or False
An algorithm must always have a finite number of steps.
Answer: True
Explanation: One of the fundamental properties of an algorithm is that it must terminate after a finite number of steps.
What is the Chemical name for water
Dihydrogen monoxide
"the circulatory system."
True or false;
Pure water can freeze and boil at temperature other than 0 degrees and 100 degrees
True
Name the type of energy stored in a stretched elastic band.
Elastic Potential Energy
True or False
The if-else statement allows you to execute one block of code if the condition is true and another if it is false.
Answer: True Explanation:
The if-else structure ensures that one of the two blocks of code executes based on the condition's truth value.
The area of Biology devoted to the study of Fungi is known as?
Mycology
When a material goes from a gas to solid without becoming a liquid is known as.....
Deposition
What unit is used to measure force?
Newton (N)
True or False
Python uses indentation to define blocks of code for if statements and for loops.
Answer: True
Explanation: Python uses indentation (typically four spaces) to indicate the block of code that belongs to a control structure.
A person who studies Biology is known as a?
A biologist
"glucose" and "oxygen."
What is the only metal that is liquid at room temperature?
Mercury
Name the method of heat transfer that occurs in liquids and gases
Convection
True or False
An algorithm designed with a time complexity of O(n2)O(n^2)O(n2) is more efficient than one with O(n)O(n)O(n).
Answer: False
Explanation: O(n)O(n)O(n) is more efficient because its growth rate is linear, whereas O(n2)O(n^2)O(n2) grows quadratically.
Who invented the first Battery
Count Alessandro Volta
mitochondria produce energy or are the site of aerobic respiration.
What is the symbol for Silver
Ag
Name the Force that keeps planets in orbit around the sun
Gravity
True or False
A for loop can iterate through the keys of a dictionary in Python.
Answer: True Explanation:
By default, iterating over a dictionary with a for loop accesses its keys
Which Famous Scientist introduced the idea of Natural Selection?
Charles Darwin