subject

Big project, giving 5 stars, a , 80 points, and branliest to whoever answers them correctly

1. in scratch, what are used to give instructions to make your character perform tasks?
code snippets
code blocks
code notes
code colors

2. what is the default sound scratch provides when you start a new project?
snap
crackle
pop
zip

3. what story-based games involve players becoming the main character in a larger story?
role-playing games
platformer games
shooter games
puzzle games

4. when considering the function of gaming in society, what other activity is most similar?
hunting
accounting
storytelling
voting

5. if you tell a sprite with a pen down block to go to random position and then move 100, what would happen?
the sprite would teleport randomly and create a single line 100 units long.
the sprite would create a 100-unit line between the starting spot and a random location.
the sprite would draw a line to a random position, then create another line 100 units long.
the program would not run because these commands can’t be combined.

6. in the outdoor game four-square, players attempt to bounce a ball in such a way that another player cannot return the ball. when someone fails to return the ball, they move out of their square, and everyone else advances a square, hoping to reach the server square, where they get to dictate what types of bounces everyone can make. the fact that this game is played outdoors in a grid of four squares with a bouncy ball is an example of what element of a game?
objective
operation
obstacles
outcome

7. in order to design a game that people will become attached to, we should minimize negative emotions and only try to make the player feel happy.
true
false

8. in the outdoor game four-square, players attempt to bounce a ball in such a way that another player cannot return the ball. when someone fails to return the ball, they move out of their square, and everyone else advances a square hoping to reach the server square where they get to dictate what types of bounces everyone can make. dictating the tricky bounces that everyone has to make is an example of what element of a game?
objective
operation
obstacles
outcome

9. what is an example of an operation for a game?
jumping over bowser in a mario game
motion-capture devices (e. g., kinect, wiimote)
matching three-of-a-kind to clear obstacles
achieving a high score in pac-man

10. what is the best target for emotions in a story?
only good emotions
only bad emotions
anything except neutral emotions
a balance of good and bad emotions

11. what is an example of an outcome for a game?
trying to save the world from an evil wizard
rescuing princess peach from bowser
playing an ocarina to teleport across the land
pressing up, up, down, down, left, right, left, right, start on a controller as a “cheat code” to gain extra lives

12. who creates the rules and content of a game?
designer
player
publisher
producer

13. what kind of loop repeats a certain number of times?
iterative number loop
condition-controlled loop
count-controlled loop
forever loop

14. people learn through two main ways: stories and first-hand experiences.
true
false

15. what is a special kind of block that can only give two responses?
forever block
conditional block
loop block
boolean value

16. what game is the ancestor to monopoly?
tarot
the landlord’s game
chutes and ladders
trouble!

17. what can you think of as a box or container that holds a value and has a label?
conditional
variable
algorithm
paradigm

18. in scratch, what is in the leftmost section?
code blocks
editor
run/test window
sprite library

19. which type of game requires you to read people’s expressions to anticipate their moves?
chess-type games
dice games
board games
poker-type games

20. what refers to the images of characters you use in a game?
pictograms
illustrations
rasters
sprites

21. what block do you have to include at the end of multiple drawing loops to make sure you don’t get lines drawn between each shape?
erase
go to
stop pen
pen up

22. in what category is the repeat block located in scratch?
control
events
sensing
motion

23. narratives, while an essential part of video games, are absent from board games.
true
false

24. which type of game is most likely to have multiple different outcomes?
shooter game
puzzle game
platform game
role-playing game

25. in scratch, if you click on a category of blocks, all of the available blocks in that category will be shown.
true
false

26. what value makes the most sense to set to a “down” key as a character control in scratch?
change y by -15
change y by 15
change x by 15
change x by -15

27. what programming environment are you using for this course?
unity
unreal
gamemaker studio
scratch

28. what game began as a way for the city-states of ancient greece to call a truce to their wars?
the olympics
the mesoamerican ballgame
football (soccer to many americans)
the pan-atlantic games

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 06:00
Write a program that uses a widgetviewer object to do the following: generate two random integers between 1 and 9 (inclusive). name one of them x, the other y. display them to the user using jlabel objects. create a jlabel object displaying the text "enter an operation number." create a jtextfield for the user's input. create a jbutton displaying the text "press here when you've entered your operation." use addandwait to add it to the widgetviewer object. when the user clicks the jbutton, evaluate operation in the following order to determine the one and only mathematical operation to perform on x and y. use a jlabel to display the result. if operation is between 1 and 10 inclusive, add x and y. if operation is evenly divisible by 4, subtract y from x. if operation is evenly divisible by 5, use integer division to divide y into x. if operation is an even number, use floating point division to divide y into x. if none of the other tests on operation apply, multiply x and y. note: operation can be negative or zero.
Answers: 2
question
Computers and Technology, 22.06.2019 15:00
Which of the following has not been attributed at least in part to social media a. drug addiction b. depression c. kidnapping d. murder
Answers: 2
question
Computers and Technology, 22.06.2019 22:30
Write a full class definition for a class named player , and containing the following members: a data member name of type string .a data member score of type int .a member function called setname that accepts a parameter and assigns it to name . the function returns no value.a member function called setscore that accepts a parameter and assigns it to score . the function returns no value.a member function called getname that accepts no parameters and returns the value of name .a member function called getscore that accepts no parameters and returns the value of score .this is what i have, aparently this is wrong: class player{private: string name; int score; public: void player: : setname (string n){name =n; }void player: : setscore (int s){score = s; }string player: : getname (){return name; }int player: : getscore (){return score; }};
Answers: 2
question
Computers and Technology, 24.06.2019 06:00
Hey i really need some solving this problem: 1. encrypt this binary string into cipher text: 110000. include in your answer the formula the decoder would use to decrypt your cipher text in the format (coded answer) x n mod (m) = y & 2. decrypt this cipher text into a binary string: 106 you.
Answers: 2
You know the right answer?
Big project, giving 5 stars, a , 80 points, and branliest to whoever answers them correctly
Questions
question
Mathematics, 16.12.2019 21:31
Questions on the website: 13722362