True or false
Boolean
A method calling itself
Recursion
The method that return the number of elements in an ArrayList.
.size()
The full name of the three main CS courses: 344, 365, 380
344 - Programming languages
365 - Data structures & algorithms
380 - Software engineering
All of our Eboard positions (not the people)
President, vice president, secretary, treasurer, public relation, reservation coordinator
[ 1 2 3 ]
Matrix
A collection in which duplicates don't exist.
Set
The class you'd use when you need to read user's input.
Scanner
Give me the name of one female professor from the department.
Ioana Coman, Isabelle Bichindaritz, Vanessa Maike
Our club advisor (first & last name)
Bastian Tenbergen
101111001010010
Binary
A programming style of creating objects that contains code and data
Object-oriented programming (OOP)
You run this method to execute your program.
main()
Spell Dan's name correctly.
Daniel Schlegel
Five activities we have hosted this semester
Resume workshop, interview experience, alumni Q&A, Hackathon, HTML workshop, Bingo, Jeopardy, etc.
WiC = 01010111 01101001 01000011
ASCII
A class that cannot be instantiated but can be inherited
Abstract class
State three ways to go through a collection.
for loop, while loop, for-each loop, iterator, etc.
Where's Bastian from?
Germany
The alum I invited to our meeting for Q&A (first and last name)
Anne Reynolds
12 -> 123 -> 1234 -> 234 -> 34
(Hint: a data structure)
Queue
A variable that stores a memory address instead of actual data
Pointer
What is the difference between .length and .length()?
.length: variable, for array
.length(): method, for String
The room number of Doug Lea's office
Shineman 437
Our mission
To support, celebrate, and advocate for the full engagement of women in all aspects of the computing field.