In what year did the first iPhone release?
2007
x = 100
x = x + x / 4 + 2
127
What do you call it when you make variables?
variable initialization
What is the term for storing data online?
cloud storage
Jeansung Shim
Hangyeol Seo
Nobel Suhendra
Chaewon (Gemma) Yang
Sofia (Chenxuan) Song
Keiko Kaliman
In what order were the three commonly known C-based languages released?
C, C++, C#
If you add 4.9 and 5.0 together then turn the result into an integer, what is it?
9
What do you call it when there is a loop within a loop?
nested loop
Where is data(such as variables) stored while a program is running?
What is the Apple Mac an abbreviation of?
macintosh
(NOT A OR B) OR (NOT (A AND B))
When A is True and B is False
True
What are arrays, lists, dictionaries, and LinkedLists examples of?
Data structures
What is the part of a program or a website that the user sees/interacts with?
frontend / user interface
Who is the oldest officer
Nobel Suhendra
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)
Find the result:
x = "5 + 20 is: "
x = x + 5 + 20 + (10*4)
What do you call the values you send to methods/functions?
parameter
What is the full name for HTTP?
Hypertext Transfer Protocol
Who has been at JIS the longest?
Hangyeol (ALEX) Seo
What university developed the ENIAC(first programmable, electronic, general-purpose digital computer) during World War 2?
University of Pennsylvania
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
reusable code, modularity, model complex systems, polymorphism, and others
What is the official term for applications like Visual Studio, Eclipse, IntelliJ IDEA, PyCharm, and NetBeans?
Integrated Development Environment (IDE)
Where did Dr. Boucher get his doctorate from?
Carnegie Mellon University