Coding
Binary/Machine Learning
Circuits
Concepts
Miscellaneous
100

Which brackets do you use to open and close a loop?

{}

100

A 3 bit binary number has three 1's or 0's, how many 3 bit binary numbers are there?

2

100

Difference between analog and digital?

Analog is mechanical while digital are computers and electric signals sending data

100

What are the 3 color bases in Java programming and what's the range they are in?

Red, Green, Blue. (0-225)

100

Are you allowed to go to the vending machines?!?

NO! hahaha :D

200

What is the syntax for "Or" and "And" in Java?

|| and &&

200

What is a neural network?

Neurons sending information around

200

Whats the name of the base that you use to insert wires, LEDs etc for a circuit?

Breadboard

200

What are neurons in a neural network?

A set of inputs

200

What building is pick up/drop of at?

Chemistry Building

300

What class is used to get a user input?

Scanner class

300

What are the four operators in Boolean Logic?

AND, OR, XOR, NOT

300

How many Volts does an Arduino output?

5V

300

Give an example of a low level language and a high level language.

- C, C++

- Python

300

Name of all 4 camps going on this week. Whats the name of the building we are in right now.

- MiniMed

- CSI

- CWK

- RetroScience

400

How would you initialize a new object?

Object s = new Object();

400

0 OR 0 = ?

1 AND 0 = ?

0 XOR 1 = ?

1 XOR 1 = ?

- 0

- 0

- 1

- 0


400

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.

400

On the breadboard used in the activity, what was connected rows or columns?

Columns

400

Whats the name of the building we are in right now and whats the room number? 

Ross Humanities and Social Sciences Building. 

110.

500

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

500

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.

500

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.

500

Whats the name of the two strategies in Machine Learning and what do they mean.

Reinforcement and Discouragement.

500

Name at least 2 volunteers and 4 instructors. 

Volunteers: Abdullah, Serena, Arshdeep etc

Instructors: Joey, Arash, Justin, Dominique, Hira etc