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

ics 101 final exam review
SMART_READER_LITE
LIVE PREVIEW

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


slide-1
SLIDE 1

ICS 101 Final Exam Review

Fall 2016

slide-2
SLIDE 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
slide-3
SLIDE 3

Week 08: Machine Learning

slide-4
SLIDE 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
slide-5
SLIDE 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
slide-6
SLIDE 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
slide-7
SLIDE 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
slide-8
SLIDE 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

slide-9
SLIDE 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

slide-10
SLIDE 10

Additional areas to study

  • Artificial intelligence
  • Computing machines
  • Alan Turing
  • John von Neumann
  • Norbert Wiener
  • Data analysis
  • Transistors
  • Vacuum tube
  • Artificial neural networks
  • XOR problem
  • Perceptron
  • Quantum computers
  • Renewable energy and

their efficiency

  • Non-renewable energy
  • Fossil fuels
  • Industrial revolution
  • Watts
  • Energy consumption
slide-11
SLIDE 11

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

slide-12
SLIDE 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
slide-13
SLIDE 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
slide-14
SLIDE 14

Which of the following is a valid IF function that outputs IC ICS_101, IC ICS101

  • r 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))
slide-15
SLIDE 15

Which of the following is a valid IF function that outputs IC ICS_101, IC ICS101

  • r 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))
slide-16
SLIDE 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
slide-17
SLIDE 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
slide-18
SLIDE 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
slide-19
SLIDE 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
slide-20
SLIDE 20

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) (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

slide-21
SLIDE 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
slide-22
SLIDE 22

Week 10: Video games and fun

slide-23
SLIDE 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
slide-24
SLIDE 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
slide-25
SLIDE 25

Which of the following means triumph over adversity in game design?

  • A. Victory
  • B. Jubilation
  • C. Elation
  • D. Fiero
  • E. Conquest
slide-26
SLIDE 26

Which of the following means triumph over adversity in game design?

  • A. Victory
  • B. Jubilation
  • C. Elation
  • D. Fiero
  • E. Conquest
slide-27
SLIDE 27

Exploring new lands is an example

  • f _____ fun.
  • A. Easy
  • B. Hard
  • C. People
  • D. Serious
slide-28
SLIDE 28

Exploring new lands is an example

  • f _____ fun.
  • A. Easy
  • B. Hard
  • C. People
  • D. Serious
slide-29
SLIDE 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
slide-30
SLIDE 30

Week 11: Computer graphics

slide-31
SLIDE 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
slide-32
SLIDE 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?

slide-33
SLIDE 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
slide-34
SLIDE 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
slide-35
SLIDE 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
slide-36
SLIDE 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
slide-37
SLIDE 37

Additional areas to study

  • Basis for computer graphics
  • Resolution and pixel density
  • Relationship between computer

graphics and vision

  • Source image variability
  • Trichromatic theory
  • Digitizing color
  • Calculating RGB from CMY
  • Compressing images
  • Digitizing colors
  • How does manipulating bitmap

graphics work?

  • Bitmap formats
  • Indexed colors
  • Run-length encoding
  • How vector graphics work
  • Storage implications for vector

graphics

  • Vector scalability
  • Vector encoding
  • Typical vector graphics shapes
  • Bezier curve
  • Vector tools and alignment
  • Vector file formats
  • SVG: acronym and details about

the format

slide-38
SLIDE 38

Week 12 (on-line lecture): Social Computing

slide-39
SLIDE 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
slide-40
SLIDE 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
slide-41
SLIDE 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
slide-42
SLIDE 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
slide-43
SLIDE 43

Moderators checking comments before they appear on a Web site allows a community to form and grow naturally.

  • A. True
  • B. False
slide-44
SLIDE 44

Additional areas to study

  • Social capital and its

impact

  • Aspects of social capital
  • Consumers vs creators
  • f information
  • Moderators
  • CMC
  • Trolling/griefing and

reasons behind it

  • Interactions between

users on-line

  • eWOM
  • Reputation
  • Information transfer
  • Methods of preventing

conflict on social sites

  • Growing communities
  • Gabrielle Giffords story
slide-45
SLIDE 45

Week 13: Networking

slide-46
SLIDE 46

Which of the following takes care

  • f packet sequence?
  • A. TCP
  • B. IP
  • C. DNS
  • D. SMB
  • E. SMTP
slide-47
SLIDE 47

Which of the following takes care

  • f packet sequence?
  • A. TCP
  • B. IP
  • C. DNS
  • D. SMB
  • E. SMTP
slide-48
SLIDE 48

The IPv4 specification supports approximately _____ addresses.

  • A. 1 million
  • B. 4 million
  • C. 1 billion
  • D. 4 billion
  • E. 256 trillion
slide-49
SLIDE 49

The IPv4 specification supports approximately _____ addresses.

  • A. 1 million
  • B. 4 million
  • C. 1 billion
  • D. 4 billion
  • E. 256 trillion
slide-50
SLIDE 50

Which of the following includes the sender's address, receiver's address, and packet type?

  • A. Switch
  • B. Router
  • C. TCP header
  • D. DNS
  • E. IP header
slide-51
SLIDE 51

Which of the following includes the sender's address, receiver's address, and packet type?

  • A. Switch
  • B. Router
  • C. TCP header
  • D. DNS
  • E. IP header
slide-52
SLIDE 52

Additional areas to study

  • Protocol
  • IP ranges
  • Domain name system
  • IPv4, IPv6
  • Firewalls
  • TCP/IP
  • ARP
  • HTTP/HTTPS
  • Hawaii involvement
  • IMAP, POP3, SMTP
  • FTP, SFTP, SCP
  • IPSec, SSL/TLS, SSH, Layer

2 tunneling

  • VPN
  • Routers
  • Switches
  • Proxy
  • Ping of death
  • Firewalls
  • Packets
  • Network paths
slide-53
SLIDE 53

Week 14: Human Computer Interaction

slide-54
SLIDE 54

According to Dr. Robertson, HCI interweaves which of the following in the development process?

  • A. Design
  • B. Evaluation
  • C. Systems
  • D. A & B
  • E. A & C
  • F. B & C
slide-55
SLIDE 55

According to Dr. Robertson, HCI interweaves which of the following in the development process?

  • A. Design
  • B. Evaluation
  • C. Systems
  • D. A & B
  • E. A & C
  • F. B & C
slide-56
SLIDE 56

Which company was responsible for the first user interface?

  • A. Apple
  • B. Microsoft
  • C. Xerox
  • D. IBM
  • E. Gateway
slide-57
SLIDE 57

Which company was responsible for the first user interface?

  • A. Apple
  • B. Microsoft
  • C. Xerox
  • D. IBM
  • E. Gateway
slide-58
SLIDE 58

A digital camera that is shaped in a way that makes it easy to grip and hold correctly in two hands is utilizing _____.

  • A. Affordances
  • B. Signifiers
  • C. Mapping
  • D. Feedback
slide-59
SLIDE 59

A digital camera that is shaped in a way that makes it easy to grip and hold correctly in two hands is utilizing _____.

  • A. Affordances
  • B. Signifiers
  • C. Mapping
  • D. Feedback
slide-60
SLIDE 60

Visceral processing refers to reactions that are _____ and _____.

  • A. reflective, conscious
  • B. reflective, unconscious
  • C. affective, conscious
  • D. affective, unconscious
  • E. None of the above
slide-61
SLIDE 61

Visceral processing refers to reactions that are _____ and _____.

  • A. reflective, conscious
  • B. reflective, unconscious
  • C. affective, conscious
  • D. affective, unconscious
  • E. None of the above
slide-62
SLIDE 62

Additional areas to study

  • Terms for HCI
  • Vannevar Bush
  • Grace Hopper
  • J.C.R. Licklider
  • Ivan Sutherland
  • Doug Englebart
  • Alan Kay
  • Importance of human

factors (human errors)

  • Butterfly ballot
  • User-centered interaction

design

  • Types of reactions
  • Usability studies
  • Don Norman’s Stages of

Action model

  • Execution vs Evaluation
  • Affordances, signifiers,

mapping, feedback

  • Constraints and

standards

slide-63
SLIDE 63

Week 15: Semantic Web and Web Design

slide-64
SLIDE 64

Which of the following described the first iteration of the WWW?

  • A. Linked Web
  • B. Personalized Web
  • C. Semantic Web
  • D. Social Web
  • E. Semantic and personalized Web
slide-65
SLIDE 65

Which of the following described the first iteration of the WWW?

  • A. Linked Web
  • B. Personalized Web
  • C. Semantic Web
  • D. Social Web
  • E. Semantic and personalized Web
slide-66
SLIDE 66

Recommendation technology is a paradigm, where _____.

  • A. Relevant items find users
  • B. Users search for relevant items
  • C. Search terms are highlighted in items
  • D. New search terms are proposed
slide-67
SLIDE 67

Recommendation technology is a paradigm, where _____.

  • A. Relevant items find users
  • B. Users search for relevant items
  • C. Search terms are highlighted in items
  • D. New search terms are proposed
slide-68
SLIDE 68

Which type of style sheet is placed within the header of an HTML page?

  • A. Inline
  • B. Internal
  • C. External
  • D. All of the above
  • E. None of the above
slide-69
SLIDE 69

Which type of style sheet is placed within the header of an HTML page?

  • A. Inline
  • B. Internal
  • C. External
  • D. All of the above
  • E. None of the above
slide-70
SLIDE 70

Additional areas to study

  • Different stages of the Web (1.0,

2.0, 3.0)

  • Social Web
  • Semantic and personalized Web
  • Elements for consideration when

designing information systems

  • Elements and attributes
  • Collective intelligence
  • User modeling
  • Ontological modeling (domain vs

personal)

  • Personalization
  • Recommendation
  • HTML history
  • Types of style sheets and how

they impact HTML pages

  • Visual design for the Web (basic

rules)

  • Keeping a person’s attention
  • nline
  • UH storage space
  • User consideration (browser

rendering)

  • Image types
  • Getting your site to appear

higher in search results

slide-71
SLIDE 71

Past

slide-72
SLIDE 72

Present

slide-73
SLIDE 73

Future

slide-74
SLIDE 74

Past

slide-75
SLIDE 75

Present

slide-76
SLIDE 76

Future

slide-77
SLIDE 77

Past EC opportunities

  • Pecha Kucha [10 pts]
  • T-shirt Design contest [10 pts]
  • Pilot study participation [30 pts]

Image from http://www.pptbackgroundstemplates.com/

slide-78
SLIDE 78

Present EC opportunity

  • Group PPT handout [5 pts]
  • iClicker final exam review [10 or 20 pts]
slide-79
SLIDE 79

Future EC opportunity

  • eCAFE: 80% completion from class [10 pts]
  • Final Exam:
  • 5 application questions from lab content
  • 5 questions from Boolean logic (searching)

lecture

  • 5 questions from number systems

(binary/decimal/hexadecimal)

  • Total of 15 pts
  • Grant total of 100 pts
slide-80
SLIDE 80

In ASCII, the hexadecimal number 41 is the code to represent the letter "A", the hexadecimal number 42 is the code to represent the letter "B"... etc. What is the hexadecimal number that represents the letter "P"?

  • A. 23
  • B. 4E
  • C. 50
  • D. 56
slide-81
SLIDE 81

In ASCII, the hexadecimal number 41 is the code to represent the letter "A", the hexadecimal number 42 is the code to represent the letter "B"... etc. What is the hexadecimal number that represents the letter "P"?

  • A. 23
  • B. 4E
  • C. 50
  • D. 56
slide-82
SLIDE 82

Which of the following searches best reflects the following search illustration?

  • A. (cute AND cats) NOT dogs
  • B. (cute OR cats) NOT dogs
  • C. (cute AND cats) AND dogs
  • D. (cute OR cats) AND dogs
  • E. cute NOT dogs
slide-83
SLIDE 83

Which of the following searches best reflects the following search illustration?

  • A. (cute AND cats) NOT dogs
  • B. (cute OR cats) NOT dogs
  • C. (cute AND cats) AND dogs
  • D. (cute OR cats) AND dogs
  • E. cute NOT dogs
slide-84
SLIDE 84

Wis Wishin hing you al g you all Hap l Happy Ho py Holida lidays ys from from the I the ICS 101 T CS 101 Team eam Goo Good luc d luck on the k on the fina final exam! l exam!