What is Motherboard
Part of the computer that holds the Memory and CPU.
Who is the father of computers?
Charles Babbage
Name all the officers :)
Bonus if you get all their positions right!
1. Ziduo
2. Harshini
3. Andy
4. Harini
5. Adam
6. Martina
Print "we love CSHS!!!" in java
System.out.print("we love CSHS!!!");
Who invented Java?
BONUS: What year?
James Gosling
1995
What is Binary?
The language that computers read to carry out instructions.
What is the most common operating system?
The most common operating system is Microsoft Windows.
What’s Mrs. Soares’s full name?
Elaine Anita De Melo Gomes Soares
What is the decimal form of 1010111?
87
What is the main difference between Java and Javascript?
Java is an OOP programming language while Java Script is an OOP scripting language.
What is a bit?
The name given to a basic binary unit.
In a 1997 chess match, Garry Kasparov lost against what colorfully named IBM computer?
Deep Blue
When was Jeopardy made?
1984
What is the output for the code below?
Return ((false && (true || false)) || ((true && false) || true))
true
At what age did Andrew Sutherland write software-programs to create Quizlet?
15
Define Object Orientated Programming.
Is a software design based around objects rather than functions and data rather than logic.
What British woman is considered to have written the first ever piece of computer software, developing an algorithm for Charles Babbage’s theoretical Analytical Engine in the 1840s? She was the only child of George Gordon, Lord Byron, she is best known with an “L” last name.
Ada Lovelace
Bonus pts if you name all of them!
5
1. Austin coding club
2. Web development
3. Game development
4. Girls who code
5. CSHS!!!!!!
Convert this java code into python:
for (int i = 0; i < 10; i++)
{
System.out.println(i);
}
for i in range(10):
print(i)
What is the two-word official name of the feature in the Zoom app in which smaller groups of people meet separately from a main meeting?
Breakout Rooms
What is inheritance in java?
Method to create a hierarchy between classes by inheriting from other classes.
What was the name of the first computer virus?
The first computer virus was called Creeper.
Name all your teammates (choose the one who might remember everyone's name, only their answer will count!).
We will see!
Create a Monster object called Minnie, with 1000 legs, 3 arms, six eyes, and two nose in the main class:
public class Monster {
private int legs;
private int arms;
private int eyes;
private int noses;
public Monster( int legs, int eyes, int arms, int noses) {
this.legs = legs;
this.eyes = eyes;
this.arms = arms;
this.noses = nose;
}
}
Monster Minnie = new Monster(1000, 6, 3, 2);
Since 2013, what technology company focused on payments has owned the popular smartphone cash transfer app Venmo?
Paypal