MCMidterm SIM 2021 MCQ Questions Answers
MCMidterm SIM 2021 MCQ Questions Answers
5. Which of the following is the general algorithm that can be applied on a game tree for deciding win or lose?
A. DFS/BFS Search Algorithms
B. MIN MAX Algorithms
C. Greedy Search Algorithms
D. Heuristic Search
8. Jason is playing a game in which players must maneuver around changing barriers and moving objects inside a maze.
This is an example of which type of game?
A. Role playing
B. Skill
C. Board
D. Chance
9. Which term describes the issues that limit your ability to meet your goals, such as lack of tools or time?
A. Feedback
B. Requirements
C. Constraints
D. Criteria
10. ........... refers to algorithms that turn decisions into some kind of motion.
A. Decision Tree
B. Movement
C. Strategy
D. None of the above
11. ........... is used to coordinate a whole team.
A. Decision Tree
B. Movement
C. Strategy
D. None of the above
12. The more complex the AI in a game, the better the characters will look to the player.
A. True
B. False
20. Each character in has their own algorithms, but overall ng will be influenced by a group strategy.
A. True
B. False
21. Vectors are used in pathfinding when obstacles exist.
A. True
B. False
23. DFS starts the traversal from the root node and explores the search as far as visible from the root node.
A. True
B. False