In Python, what symbol is used for comments?
#
Who is the co-founder of Microsoft and a major philanthropist?
Bill Gates
What is the name of the main library on campus?
R. Barbara Gitenstein Library
What company makes the Windows operating system?
Microsoft
Syntax for a single line comment in Java?
//
This data structure stores multiple values in a single variable, indexed starting at 0
array
This person co-founded Apple Inc. and helped revolutionize personal computing, music, and smartphones with products like the iPhone.
Steve Jobs
What was TCNJ previously called?
Trenton State College
What does HTML stand for?
HyperText Markup Language
In Java, which keyword is used to declare a variable that cannot be reassigned?
final
What programming language is known for its simplicity and uses indentation instead of curly brackets?
Python
Who is known as the "mother of computing" for her early work on algorithms
Ada Lovelace
What is the name of TCNJ’s ACM-affiliated hackathon?
HackTCNJ
What does CPU stand for?
Central Processing Unit
In Java, what keyword is used to exit a loop immediately?
break
What is the most widely used programming language?
Javascript
Known as the "father of the modern computer," this British mathematician and logician designed the first general-purpose computing machine, the Analytical Engine.
Charles Babbage
What is the name of the TCNJ's professional technology tech frat?
Kappa Theta Pi
What does RAM stand for in computer hardware?
Random Access Memory
In Java, what is the syntax/function to check for String equality?
.equals()
This principle of Object-Oriented Programming allows a subclass to provide a specific implementation of a method that is already defined in its superclass.
polymorphism
Who developed the first compiler and coined the term "bug" in computing?
Grace Hopper
What year did TCNJ change its name from Trenton State College?
1996
What is the name of the first widely used programming language, created in the 1950s?
FORTRAN
In SQL, what keyword is used to retrieve data from a database table?
SELECT