Define
History
Random Trivia
Coding
Real Programs
100

What is Motherboard

Part of the computer that holds the Memory and CPU.

100

Who is the father of computers? 

Charles Babbage

100

Name all the officers :)

Bonus if you get all their positions right!

1. Ziduo

2. Harshini

3. Andy 

4. Harini 

5. Adam 

6. Martina 

100

Print "we love CSHS!!!" in java

System.out.print("we love CSHS!!!"); 

100

Who invented Java?

BONUS: What year? 

James Gosling

1995

200

What is Binary? 

The language that computers read to carry out instructions.

200

What is the most common operating system?

The most common operating system is Microsoft Windows.

200

What’s Mrs. Soares’s full name? 

Elaine Anita De Melo Gomes Soares

200

What is the decimal form of 1010111? 

87

200

What is the main difference between Java and Javascript?

Java is an OOP programming language while Java Script is an OOP scripting language.

300

What is a bit? 

The name given to a basic binary unit.

300

In a 1997 chess match, Garry Kasparov lost against what colorfully named IBM computer?

Deep Blue 

300

When was Jeopardy made? 

1984

300

What is the output for the code below? 

Return ((false && (true || false)) || ((true && false) || true))

true

300

At what age did Andrew Sutherland write software-programs to create Quizlet?

15

400

Define Object Orientated Programming.

Is  a software design based around objects rather than functions and data rather than logic.

400

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

400
How many coding clubs are there in AHS? 

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!!!!!!

400

Convert this  java code into python: 

for (int i = 0; i < 10; i++)

{

    System.out.println(i);

}

for i in range(10):

    print(i)

400

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

500

What is inheritance in java?

Method to create a hierarchy between classes by inheriting from other classes. 

500

What was the name of the first computer virus?

The first computer virus was called Creeper.

500

Name all your teammates (choose the one who might remember everyone's name, only their answer will count!).

We will see!

500

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); 

500

Since 2013, what technology company focused on payments has owned the popular smartphone cash transfer app Venmo?

Paypal