subject

9. The monumental failure of Atari's E. T Extra-terrestrial was, among other things, due to the fact that a) it was too easy to play
b) it was too long to finish
c) the rules of the game were not clear enough
d) it put too much emphasis on the artistic side of the game

10. Created by Tomohiro Nishikado in 1978, which game is considered the first shooter on the market?
a) Pong
b) Space Invaders
c) Dark Shooters
d) Space Monsters

11. First featured in Donkey Kong, the jump button let to the creation of a new game category known as
a) the jumper
b) the performer
c) the platformer
d) the actioner

12. is considered to be the first video game mascot.
a) Pink
b) Bowser
c) E. T. Extra-Terrestrial
d) Pac-Man

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 23:30
4.11 painting a wall (1) prompt the user to input integers for a wall's height and width. calculate and output the wall's area (integer). note that in this case there is a new line after each prompt. (submit for 1 point). enter wall height (feet): 11 enter wall width (feet): 15 wall area: 165 square feet (2) extend to also calculate and output the amount of paint in gallons needed to paint the wall (floating point). assume a gallon of paint covers 350 square feet. store this value in a variable. output the amount of paint needed using the %f conversion specifier. (submit for 2 points, so 3 points total). enter wall height (feet): 11 enter wall width (feet): 15 wall area: 165 square feet paint needed: 0.471429 gallons (3) extend to also calculate and output the number of 1 gallon cans needed to paint the wall. hint: use a math function to round up to the nearest gallon. (submit for 2 points, so 5 points total). enter wall height (feet): 11 enter wall width (feet): 15 wall area: 165 square feet paint needed: 0.471429 gallons
Answers: 3
question
Computers and Technology, 22.06.2019 05:20
Write a program called assignment3 (saved in a file assignment3.java) that computes the greatest common divisor of two given integers. one of the oldest numerical algorithms was described by the greek mathematician, euclid, in 300 b.c. it is a simple but very e↵ective algorithm that computes the greatest common divisor of two given integers. for instance, given integers 24 and 18, the greatest common divisor is 6, because 6 is the largest integer that divides evenly into both 24 and 18. we will denote the greatest common divisor of x and y as gcd(x, y). the algorithm is based on the clever idea that the gcd(x, y) = gcd(x ! y, y) if x > = y and gcd(x, y) = gcd(x, y ! x) if x < y. the algorithm consists of a series of steps (loop iterations) where the “larger” integer is replaced by the di↵erence of the larger and smaller integer. this continues until the two values are equal. that is then the gcd.
Answers: 3
question
Computers and Technology, 23.06.2019 03:00
What are the different parts of computer
Answers: 2
question
Computers and Technology, 23.06.2019 12:00
What type of slide show is a dynamic and eye-catching way to familiarize potential customers with what your company has to offer? a. ole b. photo album c. brochure d. office clipboard
Answers: 2
You know the right answer?
9. The monumental failure of Atari's E. T Extra-terrestrial was, among other things, due to the fact...
Questions
question
Mathematics, 13.12.2019 07:31
question
Mathematics, 13.12.2019 07:31
question
Mathematics, 13.12.2019 07:31
Questions on the website: 13722367