Which brackets do you use to open and close a loop?
{}
A 3 bit binary number has three 1's or 0's, how many 3 bit binary numbers are there?
23
Difference between analog and digital?
Analog is mechanical while digital are computers and electric signals sending data
What are the 3 color bases in Java programming and what's the range they are in?
Red, Green, Blue. (0-225)
Are you allowed to go to the vending machines?!?
NO! hahaha :D
What is the syntax for "Or" and "And" in Java?
|| and &&
What is a neural network?
Neurons sending information around
Whats the name of the base that you use to insert wires, LEDs etc for a circuit?
Breadboard
What are neurons in a neural network?
A set of inputs
What building is pick up/drop of at?
Chemistry Building
What class is used to get a user input?
Scanner class
What are the four operators in Boolean Logic?
AND, OR, XOR, NOT
How many Volts does an Arduino output?
5V
Give an example of a low level language and a high level language.
- C, C++
- Python
Name of all 4 camps going on this week. Whats the name of the building we are in right now.
- MiniMed
- CSI
- CWK
- RetroScience
How would you initialize a new object?
Object s = new Object();
0 OR 0 = ?
1 AND 0 = ?
0 XOR 1 = ?
1 XOR 1 = ?
- 0
- 0
- 1
- 0
If you have a 15V battery connected to the ground, what would happen and what is this called?
It would burn out and its called short circuit.
On the breadboard used in the activity, what was connected rows or columns?
Columns
Whats the name of the building we are in right now and whats the room number?
Ross Humanities and Social Sciences Building.
110.
class Main {
public static void main(String[] args) {
int i = 1;
if (i != 1) {
while (true) {
System.out.println("Hello World!");
}
}
while (i <= 5) {
System.out.println(i);
i = i + 3;
}
}
}
What is the output?
1,4
What does a half adder do and how many boolean operators does it have?
The half adder is a digital circuit built from two logic gates. The half adder adds two binary numbers and outputs the sum of the two.
What is a Transistor and whats the purpose of the three pins of a transistor?
Transistor is a semiconductor device used as a switch for the electrical power. Connecting one circuit going through two of the terminals to another circuit coming from the third terminal.
Whats the name of the two strategies in Machine Learning and what do they mean.
Reinforcement and Discouragement.
Name at least 2 volunteers and 4 instructors.
Volunteers: Abdullah, Serena, Arshdeep etc
Instructors: Joey, Arash, Justin, Dominique, Hira etc