ics 101 final exam review
play

ICS 101 Final Exam Review Fall 2016 Final Exam information In - PowerPoint PPT Presentation

ICS 101 Final Exam Review Fall 2016 Final Exam information In lab: check final exam schedule 85 Questions Multiple choice and True/False Weeks 8-15 Week 08: Machine Learning Week 09: Excel logic, compound logic, and truth


  1. ICS 101 Final Exam Review Fall 2016

  2. Final Exam information • In lab: check final exam schedule • 85 Questions • Multiple choice and True/False • Weeks 8-15 • Week 08: Machine Learning • Week 09: Excel logic, compound logic, and truth tables • Week 10: Video games and fun • Week 11: Computer graphics • Week 12: Social computing • Week 13: Networking • Week 14: Human computer interaction • Week 15: Semantic Web and Web design

  3. Week 08: Machine Learning

  4. Which of the following occurred thousands (millennia) of years ago? A. Use of devices to help with simple calculations B. The invention of general purpose computers C. Invention of machines to perform simple calculations D. All of the above E. None of the above

  5. Which of the following occurred thousands (millennia) of years ago? A. Use of devices to help with simple calculations B. The invention of general purpose computers C. Invention of machines to perform simple calculations D. All of the above E. None of the above

  6. Which of the following “system(s)” do NOT exhibit the ability to learn? A. Living systems B. Waves C. Biological entities D. Frogs E. All of the above exhibit the ability to learn

  7. Which of the following “system(s)” do NOT exhibit the ability to learn? A. Living systems B. Waves C. Biological entities D. Frogs E. All of the above exhibit the ability to learn

  8. Why is quantitative reasoning important? A. Makes you sound smart B. Allows you to make fact-based decisions C. Provides you with more data D. Gives others a greater appreciation for your insights

  9. Why is quantitative reasoning important? A. Makes you sound smart B. Allows you to make fact-based decisions C. Provides you with more data D. Gives others a greater appreciation for your insights

  10. Additional areas to study • Artificial intelligence • Perceptron • Computing machines • Quantum computers • Alan Turing • Renewable energy and their efficiency • John von Neumann • Non-renewable energy • Norbert Wiener • Fossil fuels • Data analysis • Industrial revolution • Transistors • Watts • Vacuum tube • Energy consumption • Artificial neural networks • XOR problem

  11. Week 09: Excel logic, compound logic, and truth tables

  12. Which of the following identifies a single condition as being true? A. IF B. AND C. OR D. NOT E. All of the above

  13. Which of the following identifies a single condition as being true? A. IF B. AND C. OR D. NOT E. All of the above

  14. Which of the following is a valid IF function that outputs IC ICS_101 , IC ICS101 or 101 101 ? A. =IF(A1>=B26,ICS_101,IF(A8>=B27,ICS101,101)) B. =IF(A1>=B26."ICS_101“.IF(A8>=B27."ICS101".101)) C. =IF(A1>=B26;"ICS_101“;IF(A8>=B27;"ICS101";101)) D. =IF(A1>=B26,"ICS_101",IF(A8>=B27,"ICS101",101)) E. =IF(A1>=B26,"ICS_101",IF(A8>~B27,"ICS101",101))

  15. Which of the following is a valid IF function that outputs IC ICS_101 , IC ICS101 or 101 101 ? A. =IF(A1>=B26,ICS_101,IF(A8>=B27,ICS101,101)) B. =IF(A1>=B26."ICS_101“.IF(A8>=B27."ICS101".101)) C. =IF(A1>=B26;"ICS_101“;IF(A8>=B27;"ICS101";101)) D. =IF(A1>=B26,"ICS_101",IF(A8>=B27, "ICS101",101)) E. =IF(A1>=B26,"ICS_101",IF(A8>~B27,"ICS101",101))

  16. If I burn more calories than I eat, I can relax. If not, I will work out more. What formula should you enter into B4? A. =IF(B2>=B3, “I will work out more”, “I can relax”) B. =IF(B2>B3, “I will work out more”, “I can relax”) C. =IF(B3>B2, “I can relax”, “I will work out more”) D. A and B E. A and C

  17. If I burn more calories than I eat, I can relax. If not, I will work out more. What formula should you enter into B4? A. =IF(B2>=B3, “I will work out more”, “I can relax”) B. =IF(B2>B3, “I will work out more”, “I can relax”) C. =IF(B3>B2, “I can relax”, “I will work out more”) D. A and B E. A and C

  18. Are the following expressions equivalent? Hint: Use a truth table to determine its equivalency. (x ∨ y) ∧ ¬ ( x ∧ y) (x ∨ y) ∧ (¬ x ∨ ¬ y) A. True B. False C. Unable to determine

  19. Are the following expressions equivalent? Hint: Use a truth table to determine its equivalency. (x ∨ y) ∧ ¬ ( x ∧ y) (x ∨ y) ∧ (¬ x ∨ ¬ y) A. True B. False C. Unable to determine

  20. (x ∨ y) ∧ ¬ (x ∧ y) (x ∨ y) ( x ∧ y) ¬ ( x ∧ y) (x ∨ y) ∧ ¬ ( x ∧ y) x y FALSE FALSE FALSE FALSE TRUE FALSE FALSE TRUE TRUE FALSE TRUE TRUE TRUE FALSE TRUE FALSE TRUE TRUE TRUE TRUE TRUE TRUE FALSE FALSE (x ∨ y) ∧ (¬ x ∨ ¬ y) (x ∨ y) (¬ x ∨ ¬ y) (x ∨ y) ∧ (¬ x ∨ ¬ y) ¬ x ¬ y x y FALSE FALSE FALSE FALSE TRUE TRUE FALSE FALSE TRUE TRUE FALSE FALSE TRUE TRUE TRUE FALSE TRUE FALSE TRUE TRUE TRUE TRUE TRUE TRUE TRUE FALSE FALSE FALSE

  21. Additional areas to study • How do logic functions work? • IF, COUNTIF, SUMIF, AVERAGEIF, AND, NOT, OR • Embedded IF • Excel syntax • Logic symbols: ¬, ∧ , ∨ • Compound logic • XOR (e.g. (Cats OR Dogs) AND (NOT Cats OR NOT Dogs) • Truth tables

  22. Week 10: Video games and fun

  23. Which of the following is/are game element(s)? A. Rendering engine B. Physics engine C. Sound D. All of the above E. None of the above

  24. Which of the following is/are game element(s)? A. Rendering engine B. Physics engine C. Sound D. All of the above E. None of the above

  25. Which of the following means triumph over adversity in game design? A. Victory B. Jubilation C. Elation D. Fiero E. Conquest

  26. Which of the following means triumph over adversity in game design? A. Victory B. Jubilation C. Elation D. Fiero E. Conquest

  27. Exploring new lands is an example of _____ fun. A. Easy B. Hard C. People D. Serious

  28. Exploring new lands is an example of _____ fun. A. Easy B. Hard C. People D. Serious

  29. Additional areas to study • Genres and sub genres: Action, adventure, etc. • Who develops games? How are they developed? • Early video games • Graphics (e.g. sprites) • Types of fun • BrainHex classes • What makes games engaging? • WTF [for games] • Fiero

  30. Week 11: Computer graphics

  31. Computer monitors use a _____ color space with _____ as colors. A. subtractive, cyan/magenta/yellow B. subtractive, red/green/blue C. additive, cyan/magenta/yellow D. additive, red/green/blue

  32. Computer monitors use a _____ color space with _____ as colors. A. subtractive, cyan/magenta/yellow B. subtractive, red/green/blue C. additive, cyan/magenta/yellow D. additive, red/green/blue Quick question: What color is created when adding red, green, and blue lights?

  33. Having a higher resolution for an image will _____. A. improve its detail B. create sharper lines C. increase storage space D. All of the above

  34. Having a higher resolution for an image will _____. A. improve its detail B. create sharper lines C. increase storage space D. All of the above

  35. When considering true color [24 bit], how many possible colors exist? A. ~4 million B. ~8 million C. ~16 million D. ~24 million E. ~48 million

  36. When considering true color [24 bit], how many possible colors exist? A. ~4 million B. ~8 million C. ~16 million D. ~24 million E. ~48 million

  37. Additional areas to study • Basis for computer graphics • Indexed colors • Resolution and pixel density • Run-length encoding • Relationship between computer • How vector graphics work graphics and vision • Storage implications for vector • Source image variability graphics • Trichromatic theory • Vector scalability • Digitizing color • Vector encoding • Calculating RGB from CMY • Typical vector graphics shapes • Compressing images • Bezier curve • Digitizing colors • Vector tools and alignment • How does manipulating bitmap • Vector file formats graphics work? • SVG: acronym and details about • Bitmap formats the format

  38. Week 12 (on-line lecture): Social Computing

  39. Which of the following helps to resolve trolling by allowing the community to impact social capital? A. Moderators B. Information transfer C. Reputation D. eWOM E. Comment voting

  40. Which of the following helps to resolve trolling by allowing the community to impact social capital? A. Moderators B. Information transfer C. Reputation D. eWOM E. Comment voting

  41. Which of the following best describes the value of a person’s word on -line? A. Social capital B. Trolling C. On-line value D. Social norms E. Reputation

  42. Which of the following best describes the value of a person’s word on -line? A. Social capital B. Trolling C. On-line value D. Social norms E. Reputation

  43. Moderators checking comments before they appear on a Web site allows a community to form and grow naturally. A. True B. False

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend