Name: ________________________________________________________
Umail Address: __________________________________@ umail.ucsb.edu
Please write your name only on this page. That allows me to grade your exams without knowing whose exam I am grading.
This exam is closed book, closed notes, closed mouth, cell phone off,
except for:
There are 100 points worth of questions on the exam, and you have 50 minutes to complete the exam.
A hint for allocating your time:
math.pi as the value of pi, and assume that the statement import math has already been included in the Python source file.
check_expect("slope test 1",slope((0,0),(4,3),0.75)
check_expect("slope test 2",slope((1,1),(3,3),1.0)
check_expect_within_tolerance("slope test 3",slope((0,0),(3,4),0.333333,0.0001)| Description | Expression |
Value |
Variables (if any) |
|---|---|---|---|
An expression involving the addition operator, one variable, and one int value
|
x + 1 |
3 |
x=2 |
An expression involving the ** operator
|
|||
An expression involving an operator that has a value of type string
|
|||
An expression of type bool (Boolean)
|
|||
An expression involving the multiplication operator, one variable,
|
|||
An expression involving one addition operator and one multiplication operator
|
>>> x = 3 >>> y = 7 >>> x * 5 _______ >>> y / 5 _______ >>> y / 7 _______ >>> y / 8 _______ >>> x + 2 * y _______ >>> x + y _______ >>> x = x + 2 >>> x _______ >>> x + y _______ >>> y _______ >>> x _______ >>> "x" _______ >>> "y" + "x" _______ >>> "y" * 3 _______ >>> x * 2 ________ >>> x ** 2 ________ >>>
(10 pts) Suppose your friend is taking CS5NM, and says:
I'm still not 100% clear on the difference between a function call and a function definition. I understand how they look different on the page—I mean, the function defintion has the word def in it, duh—and the function call doesn't. But I'm not sure I understand what they mean. Can you explain it?
How do you explain the difference to your friend in plain english?
lunch_break |
Circle: yes no |
onceAnd4All |
Circle: yes no |
twice bitten |
Circle: yes no |
3timesALady |
Circle: yes no |
def |
Circle: yes no |
my-friend |
Circle: yes no |
Total points: ?