Officers
Silly Snake
C++++++++
Universal
We Out
100

This officer is the treasurer.

Who is Ananya?

100

x = 5 / 2

print(x)

2.5

100

x = 5 / 2

cout << x;

2

100

This logical operator has the lowest precedence.

What is or? (||)

100

The set of GE courses to complete prior to transferring.

What is IGETC?

200

This officer is an econ major.

Who is Anika?
200

True or False:


"CAT" < "cat"

True

200

Library is needed to handle files.


What is <fstream>?

200

Type of loop is used when the number of repetitions is known.

What is a for loop?

200

This website provides all transfer agreements from Community colleges to UCs and CSUs.

What is assist?

300

This officer's favorite song is beautiful scars.

Who is Trista?

300

These brackets create a set instead of a list or tuple.

What are curly brackets?

300
Computes random numbers 1 - 100.

What is rand() % 100 + 1?

300

semi-pseudocode

x = 0

if x = 0

     print x

Nothing Prints
300

This set of courses is required for most engineering majors and contains mechanics, electricity & magnetism, and thermodynamics & optics

What is physics?

400

This officer is a CIS teaching assistant.

Who is Kate?

400

str = "WiCS"

print(str[2:])

CS

400

A shortcut for dereferencing a pointer and accessing a member:

ex. *ptr.print()

What is an arow ->

ex. ptr->print

400

Naming style when variables are separated by underscores.


ex. user_num

Snake Case

400

This counselor specializes in students majoring in CIS

Who is Trisha Tran?

500

This officer's favorite food is Gedha.

Who is Jannah?

500

myList = (0, 1, 2, 3)

myList.append(4)

print(myList)

Syntax Error

500

When a derived class declares a function with the same name and parameters

What is overriding?

500

The bigO of a binary search tree (search function).

What is a Olog(N)?

500

This course can be taken in any language and is a major requirement for most CS and data science majors.

What is 22C: Data structures?

M
e
n
u