What is the largest planet in the solar system?
Jupiter
name 3 programming languages
C+, C++, HTML, Python, Java, JavaScript, etc.
What type of engineers develop programs such as yahoo or google?
Software
What is the greatest common factor of 96 and 78
6
Draw the Bohr-Rutherford diagram for Mg2+
Check with Evelyn
State what RAM stands for and what it does in a computer
Random access memory: keeps processes and data temporarily stored to be quickly retrieved; consists of bits arranged in 2D grid
What do you do before you can solve a problem?
Define the problem
What is the area of a circle in which a 3 by 4 rectangle is inscribed?
25pi or 78.4
How can you increase the increase the potential energy of a bow and arrow
Pulling the arrow back
Describe in simple terms how clustering algorithms work in machine learning (bonus 100 if you can name a clustering algorithm)
Unsupervised learning (completely unlabeled dataset, no given patterns in data)
Algorithm groups together similar data comparatively in “clusters”
Allow any clustering algorithm
What type of engineer solves problem involving tools, engines and machines?
mechanical
For how many integer values of b+3>0 and 1>2b-9?
7 values (-2,-1,0,1,2,3,4)
Which animal has the highest blood pressure and why? A: Giraffe, B: Blue Whale, C: Elephant, D: Flea
Giraffe because of its long neck
difference between BFS and DFS
BFS uses queue and is slower, DFS uses stack and is faster
What is an engineers job at a most basic level?
problem solving
For the system of equations: x-z=7, x+y=3, z-y=6, what is x?
8