Python
Coding
Internet
UCI
Misc.
100

What does print do?

Print stuff on the board. lol

100

What is programming?

It is the act of modifying the actions a computer can make.

100

What is the internet made of?

Connections/Networks

100

How many buildings does ICS have?

2

100

When was UCI built?

1965

200
How does python know if a code is inside a function or not?
Check by indentations!
200

What data methods does computer read?

Binary

200
What medium are internet connected?

Wires/Eletromagnetic waves

200

What is the circular road that students can walk on canpus? Not the one in the aldrich park.

Ring Road

200

What is 1+1 in boolean algebra.

1

300
what does if __name__ == "__main__" do?

it runs if and only if the code is being directly executed

300
Which language came first? C++ or python?

C++

300

What are some types of internet connections?

HTTP/TCP/UDP/Websockets/FTP/SMTP/....

300

Where is our last review session hosted?

ALP 1100

300

What is 1 xor 1 in boolean algebra?

0

400

what does from pathlib import Path do?

it imports the Path module!

400
Does python directly get executed by the computer or does it have to be translated into machine code in order for the computer to understand what's going on?

It has to be translated into machine code.

400
What is the difference between Internet and Wifi?

Internet is the broad term of network connections. Wifi is a branch of internet that uses wireless signal waves to transmit data over air.

400

Where is LARC after dark hosted?

ALP 3700

400
Let's say I didn't not not not eat nor drink. Did I eat? Did I drink?

I did eat. I did not drink

500

How is the function "print" being declared?

for example, the input function is being declared like this:


def input(s:str) -> str:

   ...some code...


def print(*args:str,sep=' ', end='\n', file=sys.stdout, flush=False):

    ...code...

500

Name an attribute that most computer programming languages have?

Object Oriented Programming

500

When was the internet invented.

January 1, 1983

500

What is your LARC tutor's name

Hitoki


If you get this wrong I will be sad :(

500

What is the probability that all ICS 32 LARC students will continue becoming a ICS 33 LARC Student? :)

hopefully 100%!!!
M
e
n
u