Science and Technology Fundamentals
A mixed quiz covering basics of mathematics (graph theory), computer programming languages, and human anatomy
Questions
LOGO is best known for its
- Tiger Graphics
- Turtle Graphics
- Mouse Graphics
- Hi-Res Graphics
What was JAVA originally called ?
- PINE
- OAK
- LATTE
- SUN
Who developed C ?
- John Travolta
- Dennis Ritchie
- Bjarne Stroustrup
- Benjamin Button
Who developed C++ ?
- John Travolta
- Dennis Ritchie
- Bjarne Stroustrup
- Benjamin Button
Which programming language , based on C, has been created by google in 2009?
- Goog
- Get
- Go
- GoC
Your brain can weigh between two and three pounds by the time you are an adult.
- True
- False
The left hemisphere of your brain is in charge of your artistic/creative side.
- True
- False
The heart is the size of an average adult foot.
- True
- False
If stretched out, the small intestine is 20 feet long.
- True
- False
The lungs take oxygen out of the blood.
- True
- False
The kidneys hold the liquid waste until they become full.
- True
- False
Your skelton has over 600 bones.
- True
- False
The liver is the largest SINGLE organ in the body.
- True
- False
The beating sound of the heart is created by valves opening and closing.
- True
- False
You have more than 600 muscles in your body.
- True
- False
How many edges are there in an n-cube?
- n*2^n
- n^3
- n*2^(n-1)
- n*(n-1)
How many edges are there in a completely connected simple graph(a simple graph is one with no loops or cycles)
- n*(n-1)/2
- n*(n-3)/2
- n*n
- n*(n-2)/3
According to Kuratowski's Theorem a graph G is planar if and only if G does not contain a subgraph homeomorphic to
- K5
- K5 or K4,4
- K3,3
- K5 or K3,3
If G is a connected planar graph with e edges,v vertices,and f faces then which is true?
- f=v-e+2
- f=e-v+2
- f=e+v-2
- f=e-v-2
If G is a connected planar graph with e edges,v vertices,and f faces then which is true?
- f=v-e+2
- f=e-v+2
- f=e+v-2
- f=e-v-2