CS 1301 Midterm: CS 1301 GT Fall09 Exam1

28 views6 pages
15 Feb 2019
Course
Professor

Document Summary

Page 1/6 cs 1301 fall 2009 exam 1. I commit to uphold the ideals of honor and integrity by refusing to betray the trust bestowed upon me as a member of the georgia tech community. Possible points: vocabulary, python expressions, fill in the blank, multiple choice, reading code, combinations, movieview, iseven, blastoff, count j"s. Page 2/6 cs 1301 fall 2009 exam 1. For each of the following words, write a 1-2 sentence definition of the word as used in this class. Your definition should be concise and to the point, while proving you know what the term means: evaluate , iteration , modulus , proprioception , semantic error , type conversion , python expressions (26 points) Act like the python interpreter and evaluate the following expressions. Write what value the expressions evaluate to as well as its type (integer, float, string, boolean, etc). Cs1301 * 2 int( 5. 9) / 3 ( 6. 0 1) ** 2 + 3.