Where are a function’s local variables allocated during a function call?
The stack
What was BGSU's original name when the first classes were held in 1914?
A. Bowling Green State University
B. Bowling Green Normal School
C. Bowling Green State Teachers College
D. Bowling Green College of Education
B. Bowling Green Normal School
What was the first computer "bug"?
A. A mistake in a computer punch card
B. CPU processing error
C. A moth got stuck in a relay
D. A broken vacuum tube
C. A moth got stuck in a relay
Who was the first Computer Programmer, even before computers were a thing?
A. Ada Lovelace
B. Grace Hopper
C. Margaret Hamilton
A. Ada Lovelace
What is Dr. Decker's favorite coffee chain?
Tim Hortons
What keyword is used to declare a variable that cannot be changed after initialization?
Const
What was Hayes Hall Originally called in 1931 when it was built?
A. Practical Arts Building
B. Cartwright Hall
C. Political Science Building
D. Harshmen Hall
A. Practical Arts Building
what was the name of hte first computer virus?
A. SkullByte
B. KLEZ
C. MyDoom
D. Creeper
D. Creeper
What women invented the first programming language to read like a human language, named COBAL.
A. Katherine Johnson
B. Carol Shaw
C. Annie Easley
D. Grace Hopper
D. Grace Hopper
Which two CS Faculty are married to eachother?
Dr. Ruinian Li and Dr. Tianyi Song
What does sum equal after the following for loop?
Sum = 0;
For (int i = 1; i <= 5; i++) {
Sum = Sum + i;
}
Sum = 15
What are the names of BGSU's Official school colors?
A. Ginger Orange and Tawny Brown
B. Fire Orange and walnut Brown
C. Orange and brown
D. Burnt Orange and Seal Brown
D. Burnt Orange and Seal Brown
Which of these Programming Languages was named after a comedy group?
A. Rust
B. JavaScript
C. Scala
D. Python
D. Python
What movie brought attention to the women who worked as "human computers" at NASA during the space race.
Hidden Figures (2016)
How many different computer science courses has Dr. lee taught at BGSU over the years?
A. 26
B. 16
C. 21
D. 14
What would be X and Y to iterate backwards through an array named valueVector?
For (X; Y; i--) {
is i = valueVector.size() - 1;
Y is i >= 0;
Which former US president visited BGSU's Campus in 2012?
Barack Obama
Before “Google” became a verb, what was the company almost named instead?
A. LookupZone
B. BackRub
C. ask Jeeves 2.0
D. Bing
B. BackRub
24. Which woman co-founded the non-profit organization Girls Who Code?
A) Tracy Chou
B) Kimberly Bryant
C) Reshma Saujani
D) Ayah Bdeir
C) Reshma Saujani
In what year did Dr. Green join BGSU CS department as an associate Professor?
A. 2006
B. 2013
C. 2017
D. 2009
B. 2013
What is a constructor?
A function in a class automatically called when an object of the class is created
In what year did Freddie Falcon make his first appearance?\
A. 1935
B. 1966
C. 1950
D. 1960
d. 1950
What is the name of the first computer?
ENIAC
What was the first video game to have a female lead in 1982?
Ms. Pac-man
who said "
"The highest reward for a person's toil is not what he
gets for it, but what he becomes by it."
The quote found in Professor Conway's Email signature?
A. Leo tolstoy
B. Jong Kwan "Jake" Lee, Ph.D.
C. John Ruskin
D. LeBron James
John Ruskin