Trivia/History/People
Arithmetics/Logic
Programming Concepts
General Computer Related Terminology
Code Club Trivia
100

In what year did the first iPhone release?

2007

100
Calculate x:

x = 100

x = x + x / 4 + 2


127

100

What do you call it when you make variables?

variable initialization

100

What is the term for storing data online?

cloud storage

100
List full name of all officers

Jeansung Shim
Hangyeol Seo

Nobel Suhendra

Chaewon (Gemma) Yang

Sofia (Chenxuan) Song
Keiko Kaliman

200

In what order were the three commonly known C-based languages released?

C, C++, C#

200

If you add 4.9 and 5.0 together then turn the result into an integer, what is it?

9

200

What do you call it when there is a loop within a loop?

nested loop

200

Where is data(such as variables) stored while a program is running?

memory
200
This current meeting is which # meeting?
Day 11
300

What is the Apple Mac an abbreviation of?

macintosh

300

(NOT A OR B) OR (NOT (A AND B))

When A is True and B is False

True

300

What are arrays, lists, dictionaries, and LinkedLists examples of?

Data structures

300

What is the part of a program or a website that the user sees/interacts with?

frontend / user interface

300

Who is the oldest officer

Nobel Suhendra

400

In what year was Java first released? (may accept responses such as late 2000's or mid 1960's)

1996 (will count as mid 1990's)

400

Find the result:

x = "5 + 20 is: "

x = x + 5 + 20 + (10*4)


5 + 20 is: 52040
400

What do you call the values you send to methods/functions? 

parameter

400

What is the full name for HTTP?

Hypertext Transfer Protocol

400

Who has been at JIS the longest?

Hangyeol (ALEX) Seo

500

What university developed the ENIAC(first programmable, electronic, general-purpose digital computer) during World War 2?

University of Pennsylvania

500

the function square(value) returns the square of the value sent. What is the result of 

square(square(21%6) + 2) - 5 * square(4)

31

500
Outline a benefit of Object-Oriented Programming

reusable code, modularity, model complex systems, polymorphism, and others

500

What is the official term for applications like Visual Studio, Eclipse, IntelliJ IDEA, PyCharm, and NetBeans?

Integrated Development Environment (IDE)

500

Where did Dr. Boucher get his doctorate from?

Carnegie Mellon University