CSC148 Trees Exam Study Guide Questions with Complete solutions (A Graded)
Expression Tree - ANSWER A structured way of modeling ("simple") Python code Expression - ANSWER A unit of code that, when evaluated, produces a single value Statement - ANSWER - evaluating a statement can produce a value, and/or has some other effect Variable environment - ANSWER A map from variable names to values {"x":1, "y": True} - Name("x").evaluate({"x": 10}) ** create a environment like this
Geschreven voor
- Instelling
- CSC148
- Vak
- CSC148
Documentinformatie
- Geüpload op
- 28 mei 2024
- Aantal pagina's
- 10
- Geschreven in
- 2023/2024
- Type
- Tentamen (uitwerkingen)
- Bevat
- Vragen en antwoorden
Onderwerpen
-
csc148 trees exam study guid