Syntax
what it do
Are you smarter than a CSP student
Did you pay attention?
Names
100

How do you add libraries

import

100

print("Your mum")

It prints your mum

100

What language did we program in for the past 3 days

Python

100

Where is the power button on the computer

Point to it for the points

100

What are the names of the TAs that are usually in this class

Jack and Reilly

200

What is a colon used for

Ending of if,while,for and functions

200

number = 0

while number<5:
      print("Hi")

      number+=1


It prints Hi five times

200

Is this a safe password:


password

No it isnt

200

What is the username you sign in with for this class

dvc.local\college4kids

200

What is the name of the robot we used

microbit

300

Whats wrong with the following statement and what is the correct way to write it?


if x<:0

if x<0:

300

what it do:

x=0

x=x+1

It adds 1 to x

300

What are the ways you can save your code mentioned in class

Download the code, take a picture of it,  have a friend do the 2 stated earlier

300

What is the password you sign in with for this class

Summer2024!

300

What is your teachers name

Mr. B, Mr. Balaji, Srihari Balaji

400

Why doesnt this work:

x=0

   def hello():

print(x)

def and print are not properly indented

400

How do you create variables?

Ex: variable_name = value

400

What did we do in the first half of this course?

We coded using blocks on makecode

400

What site did we use to program in blocks and whose company name is on the site.

makecode.microbit.org and Microsoft

400

What animal is on the python logo(hint its in the name)

Python

500

why dont it work:


iflort random

choice = random.choice([1,2,3])

import is spelled wrong

500

How do you divide in python

/

500

Whats the room number of this room 

113

500

What site did we use to code in python

500

The creator of python

 Guido van Rossum

M
e
n
u