Due: Friday 1/17 10:00am
Submission name: final1.nlogo
Final Exam Information:
- The final exam will be 9:45am Friday, January 24th.
- You will have 1 hour to complete the exam.
- The exam will have 40-50 multiple choice questions.
- The exam will cover the following skills (full grid below):
- 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 18, 20, 21, 22, 23
- When applicable, skills will be assessed in both NetLogo and Racket.
Write sample NetLogo Questions:
Write 4 different multiple choice questions covering the skills on the final exam using NetLogo. Use the following format for each question:
;##########
;MC Question:
;Skill:
;Options:
;
;Answer
;
;##########
;##########
;MC Question:
;Skill:
;Options:
;
;Answer
;
;##########
Here is a filled in Example:
;##########
;MC Question:
;Skill: 9001
;What is the air speed of an unladen swallow?
;Options:
;A) 2 mph
;B) 20 mph
;C) 200 mph
;D) African or European?
;
;Answer: D
;##########
;##########
;MC Question:
;Skill: 9002
;Who you gonna call?
;Options:
;A) Transformers
;B) Ghostbusters
;C) Thundercats
;D) Teenage Mutant Ninja Turtles
;
;Answer: B
;##########