Artificial Intelligence And Machine Learning Quiz

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Catherine Halcomb
Catherine Halcomb
Community Contributor
Quizzes Created: 1443 | Total Attempts: 6,714,021
| Attempts: 2,933 | Questions: 149
Please wait...
Question 1 / 149
0 %
0/100
Score 0/100
1. Does in search algorithms, a heuristic often denotes a function that estimates the quality of a given state?

Explanation

In search algorithms, a heuristic is commonly used to estimate the quality of a given state. Heuristics provide a way to prioritize different states during the search process by assigning a value that represents how close a state is to the goal. This value helps guide the algorithm in selecting the most promising states to explore next. By using heuristics, search algorithms can efficiently navigate large search spaces and find optimal or near-optimal solutions. Therefore, the statement "True" accurately reflects the role of heuristics in search algorithms.

Submit
Please wait...
About This Quiz
Artificial Intelligence And Machine Learning Quiz - Quiz

Do you think you know enough about artificial intelligence and machine learning? If yes, play this quiz and prove it to us. This quiz is specially designed for... see moreexperts who think they can easily answer any machine learning and artificial intelligence question. Some questions are related to the Turing machine also in this quiz. Why don't you give this quiz a try? Your scores will clear all your doubts whether you still need more practice or you're really a pro. All the best, buddy!
see less

2. In search algorithms, a heuristic often denotes a function that estimates the quality of a given state

Explanation

A heuristic is a function used in search algorithms to estimate the quality of a given state. It helps guide the search process by providing an approximate measure of how close a state is to the goal state. By using a heuristic, the algorithm can prioritize states that are more likely to lead to the solution, improving its efficiency. Therefore, the statement that a heuristic often denotes a function that estimates the quality of a given state is true.

Submit
3. Propositional Logic consits of elementary propositions, so to say, expressions that can be either TRUE or FALSE

Explanation

Propositional Logic is a branch of logic that deals with propositions, which are statements that can be either true or false. It focuses on the logical relationships between these propositions and uses logical operators to combine them. Therefore, it is correct to say that Propositional Logic consists of elementary propositions that can only have two possible truth values: true or false.

Submit
4. The key idea behind Word2Vec is that any word - represented as a vector will be mapped to familiar words.

Explanation

Word2Vec is a popular algorithm used for natural language processing tasks. The key idea behind Word2Vec is to represent words as vectors in a high-dimensional space, where similar words are located closer to each other. By training on a large corpus of text data, Word2Vec learns to map words to their surrounding context, thereby capturing the semantic relationships between words. This allows Word2Vec to generate vector representations for words that are similar in meaning, making it a useful tool for tasks like word similarity, text classification, and language generation. Therefore, the statement that any word represented as a vector will be mapped to familiar words is true.

Submit
5. " A robot may not injure a human being or, through inaction, allow a human being to come to harm." is one of Asimov's Three Laws of Robotics.

Explanation

This statement is true because it reflects one of Asimov's Three Laws of Robotics, which state that a robot must not harm a human being or, by not taking any action, allow harm to come to a human being. These laws were created to ensure the safety and well-being of humans in the presence of robots, emphasizing the importance of protecting human life.

Submit
6. Learning in TD-Gammon is preference-based and not utility-based.

Explanation

In TD-Gammon, learning is preference-based rather than utility-based. This means that the system learns by comparing and evaluating different moves based on their desirability or preference, rather than solely on their utility or outcome. This allows TD-Gammon to learn from both winning and losing moves, as it focuses on the relative desirability of different actions rather than just the final outcome. This preference-based learning approach helps TD-Gammon improve its decision-making abilities over time.

Submit
7. Considering the Action A in Inverse Action Application, is the following formula true? New Goal = Old Goal + Precond(A) - Add(A)

Explanation

In the Inverse Action Application, the formula "New Goal = Old Goal + Precond(A) - Add(A)" is true. This formula represents the process of applying the inverse action A to the old goal in order to derive the new goal. The Precond(A) represents the preconditions of action A, which need to be satisfied for the action to be applicable. Subtracting the Add(A) part represents removing the effects of action A from the old goal. Therefore, the formula accurately represents the calculation of the new goal in the Inverse Action Application.

Submit
8. The simple Na¨ıve Bayes classifier for a text uses the probability p(ti/c) with which the word ti = wi occurs in the document class c.

Explanation

The explanation for the given correct answer is that the Naïve Bayes classifier for a text does indeed use the probability p(ti/c) to determine the occurrence of a word ti = wi in the document class c. This probability is calculated based on the training data and is used to classify new documents into different classes based on the occurrence of words in those documents. Therefore, the statement "The simple Naïve Bayes classifier for a text uses the probability p(ti/c) with which the word ti = wi occurs in the document class c" is true.

Submit
9. Does in search algorithms, a heuristic often denotes a function that estimates the quality of a given state?

Explanation

In search algorithms, a heuristic is commonly used to estimate the quality of a given state. Heuristics are used to guide the search process by providing an estimate of how close a particular state is to the goal state. This estimate helps in determining which states should be explored further and which can be ignored. By using a heuristic function, search algorithms can make informed decisions and efficiently navigate through the search space to find the optimal solution. Therefore, the statement "True" is correct.

Submit
10. Tokenization is a big problem in NLP.

Explanation

Tokenization is indeed a big problem in Natural Language Processing (NLP). It refers to the process of breaking down a text into smaller units called tokens, which can be words, phrases, or even individual characters. Proper tokenization is crucial for various NLP tasks such as language modeling, sentiment analysis, and machine translation. However, tokenization can be challenging due to the presence of punctuation, contractions, compound words, and other linguistic complexities. Therefore, it is accurate to say that tokenization poses a significant challenge in NLP.

Submit
11. In planning, Progression- and Regression-Planning are not ordered?

Explanation

Progression- and Regression-Planning are not ordered because they are two different types of planning approaches that serve different purposes. Progression-Planning involves starting from an initial state and applying actions to reach a desired goal state, while Regression-Planning involves starting from the goal state and working backward to determine the actions needed to reach the initial state. These two approaches are independent of each other and can be used interchangeably based on the specific planning problem at hand. Therefore, it is correct to say that Progression- and Regression-Planning are not ordered.

Submit
12. State representation describes the current state of the solving process

Explanation

State representation is a concept used in problem-solving to describe the current state of the solving process. It refers to the way in which the problem is represented or modeled, including the variables, constraints, and relationships between them. By having a clear and accurate state representation, it becomes easier to analyze and manipulate the problem, leading to more effective problem-solving strategies. Therefore, the statement "State representation describes the current state of the solving process" is true.

Submit
13. Is it True that Minimax search can solve any 2-person zero-sum perfect information game in principle?

Explanation

Minimax search is an algorithm used in game theory to determine the optimal move for a player in a two-player zero-sum game. It works by considering all possible moves and their outcomes, assuming that the opponent will also make the best possible move. In theory, this algorithm can be applied to any two-player zero-sum perfect information game, where all the information about the game state is available to both players. Therefore, it is true that minimax search can solve any such game in principle.

Submit
14. Genetic algorithms use the same idea as in the Stochastic Beam Search, but use "sexual" reproduction.

Explanation

Genetic algorithms indeed utilize the same concept as Stochastic Beam Search, but with the inclusion of "sexual" reproduction. This means that in genetic algorithms, solutions are represented as chromosomes, and the algorithm applies crossover and mutation operations to create new offspring solutions. These offspring solutions then compete with the parent solutions, and the process continues iteratively until a satisfactory solution is found. Therefore, the statement "Genetic algorithms use the same idea as in the Stochastic Beam Search, but use 'sexual' reproduction" is accurate and true.

Submit
15. The optimal strategy with cance nodes is to compute the expected value (average)

Explanation

The statement is true because when dealing with chance nodes, it is best to calculate the expected value, which is the average outcome. This allows for a more informed decision-making process as it takes into account the probabilities associated with each possible outcome. By calculating the expected value, one can assess the potential gains or losses and make a decision based on maximizing the overall outcome.

Submit
16. The first ideas about AI systems where in the 20th century.

Explanation

The statement is stating that the first ideas about AI systems were in the 20th century. This means that the concept of AI systems was developed and discussed during the 20th century. Therefore, the answer "True" is correct as it aligns with the statement provided.

Submit
17. In Quevedo's KRK machine the rook and king have fixed starting positions wheares the opponent's king can be placed anywhere within a specific area

Explanation

In Quevedo's KRK machine, the rook and king always start in fixed positions. However, the opponent's king can be placed anywhere within a specific area. This means that the starting positions of the rook and king are predetermined, while the opponent has flexibility in placing their king. Therefore, the statement is true.

Submit
18. AlphaGo was the first Go-program to defeat a human champion Go-player

Explanation

AlphaGo, developed by DeepMind Technologies, achieved a significant milestone in 2016 by defeating Lee Sedol, a world champion Go player. This victory marked the first time a computer program had successfully defeated a human champion in the complex game of Go.

Submit
19. First Order Logic deals with predicates/relations and quantifiers compared to the Propositional Logic

Explanation

First Order Logic is a more expressive and powerful logic system compared to Propositional Logic. While Propositional Logic deals with simple propositions and their logical connectives, First Order Logic introduces predicates or relations that allow us to make statements about objects and their properties. Additionally, First Order Logic incorporates quantifiers like "for all" and "there exists" to express generalizations and existence claims. Therefore, the statement that First Order Logic deals with predicates/relations and quantifiers compared to Propositional Logic is true.

Submit
20. When was the "Birth" of AI

Explanation

In 1956, the "Birth" of AI occurred. This refers to the Dartmouth Conference, where the term "Artificial Intelligence" was coined and the field of AI was officially established. The conference brought together researchers and experts to discuss the potential of creating machines that could simulate human intelligence. This event marked a significant milestone in the history of AI, paving the way for further advancements and research in the field.

Submit
21. Watson uses a similar principle like search engines like Google

Explanation

Watson utilizes a similar principle to search engines like Google. This suggests that Watson, like Google, likely relies on algorithms and indexing to process and retrieve information. Both systems are designed to search and analyze vast amounts of data to provide relevant and accurate results. Therefore, it can be concluded that the statement is true.

Submit
22. Map the following MCTS expressions to their associated descriptions:
Submit
23. The Chinese Room opposes the idea of strong AI.

Explanation

The Chinese Room is a thought experiment presented by philosopher John Searle to argue against the idea of strong AI, which claims that machines can possess genuine understanding and consciousness. In the Chinese Room scenario, a person who doesn't understand Chinese is given a set of instructions to manipulate Chinese symbols to produce appropriate responses. Although the person can generate correct responses, they don't actually understand the meaning behind the symbols. This experiment challenges the notion that AI systems can truly understand and possess consciousness, thus supporting the opposition to strong AI.

Submit
24. Map the following statements to the correct answer
Submit
25. Bring the general steps of solving a sudoku into the correct order:
Submit
26. Select an example of the types of games:
Submit
27. Which one do you like?How many colors are needed to color a map in different colors, such that neighbouring states have not the same color?

Explanation

The correct answer is that 4 colors are needed for an even number of states, while 3 colors are needed for an odd number of states. This is because in a map with an even number of states, it is always possible to color the map in such a way that no neighboring states have the same color. However, in a map with an odd number of states, it is not always possible to avoid having neighboring states with the same color. Therefore, an extra color is needed to ensure that all states can be colored without any neighboring states having the same color.

Submit
28. The idea of neural networks is based on:

Explanation

The idea of neural networks is based on the (human) brain. Neural networks are designed to mimic the way the human brain processes information. They consist of interconnected artificial neurons that can learn from and adapt to data, just like neurons in the brain. This approach allows neural networks to perform complex tasks such as pattern recognition, decision-making, and problem-solving. By studying the brain's structure and functionality, researchers have developed algorithms and models that form the foundation of neural networks.

Submit
29. Match the definitions to the names based on UTC search
Submit
30. What was the name of the first turing-complete digital computer?

Explanation

ENIAC is the correct answer because it was the first turing-complete digital computer. ENIAC, which stands for Electronic Numerical Integrator and Computer, was developed in the 1940s and was capable of performing a wide range of calculations. It was a significant milestone in the history of computing and laid the foundation for future advancements in the field.

Submit
31. What is NOT true about Heuristics?

Explanation

Heuristics are a set of rules or strategies that are used to solve problems or make decisions, based on past experiences or common sense. They provide helpful knowledge for problem-solving but do not guarantee a result that satisfies our problem. Heuristics can sometimes go wrong or lead to suboptimal solutions. They are mostly a function that estimates the quality of a state, helping us make decisions based on incomplete information.

Submit
32. What is a "hidden layer"?

Explanation

A hidden layer is a layer of perceptrons between the input layer and the output layer. It is called "hidden" because its activations are not directly observable as inputs or outputs. The hidden layer performs complex computations on the input data and transforms it into a format that is more suitable for the output layer to make predictions or classifications. The hidden layer plays a crucial role in deep learning models as it enables the network to learn and capture complex relationships and patterns in the data.

Submit
33. What is NOT primary a task for machine learning applications?

Explanation

Approximating solutions for high polynomial formulas is not primarily a task for machine learning applications. Machine learning is typically used for tasks such as handwritten text recognition, clustering of unlabeled data, and distinguishing between spam and normal mails. However, approximating solutions for high polynomial formulas is more closely related to mathematical and computational methods rather than machine learning techniques.

Submit
34. What is NOT true about neural networks?

Explanation

Neural networks are not limited to having only two layers, which are the input and output layers. They can have multiple hidden layers in between, allowing for more complex behaviors and the ability to model the human brain. Neural networks are composed of interconnected nodes or "building blocks" that process and transmit information, making them based on simple building blocks. Therefore, the statement "have normally two layers (input and output)" is not true about neural networks.

Submit
35. What is NOT a possibility to search through the tree of a game of chance with a pretty high accuracy?

Explanation

Limiting the depth of the search through the tree of a game of chance would actually increase the accuracy. By limiting the depth, we would be able to explore more possibilities within a specific timeframe, allowing for a more thorough analysis of potential outcomes. This would result in a higher accuracy in evaluating the game and making informed decisions. Therefore, limiting the depth is a possibility to search through the tree of a game of chance with a pretty high accuracy.

Submit
36. What is the key problem in First Order Logic Planning?

Explanation

The key problem in First Order Logic Planning is that for every step, one has to declare all remaining states again. This can be time-consuming and inefficient, as it requires reiterating and redefining the states at each step of the planning process. This redundancy can make the planning process more complicated and prone to errors.

Submit
37. Which of the following is NOT a advantage of using a system like Word2Vec?

Explanation

Word2Vec is capable of capturing syntactic and semantic relationships between different words. This means that it can understand the context and meaning of words based on their surrounding words. This is one of the main advantages of using Word2Vec.

Submit
38. Match the following descriptions to their associated term in NLP.
Submit
39. AI is about making computer based humans

Explanation

The statement "AI is about making computer based humans" is incorrect. Artificial Intelligence (AI) is the field of study and development of computer systems that can perform tasks that would typically require human intelligence. While AI aims to mimic human intelligence, it does not involve making computer-based humans. Therefore, the correct answer is False.

Submit
40. The turing test is about to beat humans in chess.

Explanation

The statement is false because the Turing test is not about beating humans in chess. The Turing test is a test of a machine's ability to exhibit intelligent behavior equivalent to, or indistinguishable from, that of a human. It is not specifically focused on chess or any other specific task. Therefore, the statement is incorrect.

Submit
41. What is true for local exhaustive search?

Explanation

Local exhaustive search refers to a search algorithm that examines all possible cases or solutions within a given local region to find the optimal solution. This means that it looks up all possible cases, rather than applying different techniques or using heuristics to select an appropriate search. Therefore, the correct answer is "looks up all possible cases".

Submit
42. Map the following description on their title
Submit
43. Machine Learning, Artificial Intelligence and Deep Learning are the same thing

Explanation

Machine Learning, Artificial Intelligence, and Deep Learning are related concepts but they are not the same thing. Machine Learning is a subset of Artificial Intelligence that focuses on training algorithms to learn patterns and make predictions. Artificial Intelligence is a broader field that encompasses various techniques and approaches to simulate human intelligence. Deep Learning is a subset of Machine Learning that specifically uses neural networks with multiple layers to learn and make complex decisions. Therefore, while they are interconnected, they are distinct concepts within the field of AI.

Submit
44. Which of the following functions is NOT a activation function?

Explanation

The given correct answer is "evaluation activation function". This is because the other three options mentioned, sigmoid activation function, threshold activation function, and g(x):=1/(1+exp(-x)), are all examples of activation functions commonly used in neural networks. However, "evaluation activation function" is not a recognized term or commonly used in the context of activation functions. Therefore, it can be concluded that the evaluation activation function is not a valid or recognized activation function.

Submit
45. What is NOT true for AlphaGo?

Explanation

AlphaGo does not use semi-supervised learning. This means that it does not rely on a combination of labeled and unlabeled data to learn and make predictions. Instead, AlphaGo utilizes other techniques such as Monte Carlo Tree Search (MCTS), Deep Learning, and reinforcement learning to improve its performance in the game of Go.

Submit
46. What is NOT true about PARRY, the chatbot?

Explanation

PARRY, the chatbot, was not the predecessor of ELIZA. ELIZA was developed before PARRY and was a famous early natural language processing computer program. PARRY, on the other hand, was designed to simulate a paranoid schizophrenic and passed a restricted Turing test by convincing some people that it was a real person with mental illness. Additionally, PARRY was known for giving absurd responses as part of its simulation.

Submit
47. Match the words to their definitions in terms of why NLP is difficult:
Submit
48. Match the following years correctly with the associated definitions!
Submit
49. Match the following optimizations for the Hill Climbing Search:
Submit
50. Which ratio (R=number of constraints divided by number of variables) can't be computed that easy concerning performance?

Explanation

The explanation for the given correct answer, R ≈ 1, is that this ratio is difficult to compute concerning performance because it implies a balanced number of constraints and variables. When the ratio is close to 1, it suggests that there is an equal number of constraints and variables, which can lead to more complex calculations and potentially slower performance.

Submit
51. Consider solving a game, what does weak solving mean?

Explanation

Weak solving in game theory refers to providing an algorithm that guarantees a win for one player or a draw for either player, regardless of the opponent's moves, but only from the initial position. This means that the algorithm is designed to find a strategy that ensures the best possible outcome for the player, considering all possible moves by the opponent. It does not consider the entire game tree or future positions, but focuses on the initial position only.

Submit
52. Which of the following phrases is NOT a part of a Genetic Algorithm?

Explanation

Reproduction is not a part of a Genetic Algorithm. In a Genetic Algorithm, reproduction refers to the process of creating new individuals by combining genetic material from existing individuals through crossover and mutation. It is a crucial step in the algorithm as it allows for the generation of new solutions. However, reproduction itself is not a distinct phrase or operation within the algorithm, but rather a concept that is achieved through the combination of crossover and mutation.

Submit
53. What is the Minimax principle?

Explanation

The Minimax principle is a decision-making strategy in game theory where the goal is to minimize the potential loss for the worst-case scenario while maximizing the potential gain for the best-case scenario. In the context of this question, it means minimizing the score of all moves if player 2 is to move and maximizing the score of all moves if it is player 1 to move. This strategy ensures that the player makes the best possible move considering both their own and their opponent's potential moves.

Submit
54. What is NOT true about the null-move pruning?

Explanation

Null-move pruning does not approach a round where both players don't make a move. Null-move pruning is a technique used in computer chess algorithms to reduce the number of positions that need to be evaluated. It involves making a "null move" where one player skips their turn to see if the opponent's response leads to a cutoff. If the null move search results in a cutoff, it assumes that making a move will also result in a cutoff. This helps to quickly prune branches of the search tree that are unlikely to lead to a good move. The statement that null-move pruning approaches a round where both players don't make a move is not true.

Submit
55. How many different output values does an artificial neuron produce?

Explanation

An artificial neuron produces only one output value, regardless of the number of input and output links. The output value is determined by the activation function of the neuron, which takes into account the weighted sum of the inputs. The number of input and output links may affect the complexity and functionality of the neuron, but it does not change the fact that it produces a single output value.

Submit
56. Towers of Hanoi is a Mathematical Puzzle by John R. Koza.

Explanation

The statement is false because Towers of Hanoi is not a mathematical puzzle by John R. Koza. It is actually a classic puzzle that was invented by the French mathematician Édouard Lucas in the 19th century. The puzzle involves moving a stack of disks from one peg to another, following certain rules. John R. Koza is known for his work in genetic programming, not for creating the Towers of Hanoi puzzle.

Submit
57. What is part of the machine learning problem definition?

Explanation

The correct answer is given a task T, a performance measure P and experience with the task E. This answer includes all the necessary components for defining a machine learning problem: the task that needs to be accomplished, the measure of how well the task is being performed, and the experience or knowledge related to the task.

Submit
58. What is true for AlphaZero?

Explanation

AlphaZero learned to play only from self-play, meaning it did not rely on any human-generated data or expert knowledge. Instead, it played against itself and used reinforcement learning techniques to improve its gameplay over time. This approach allowed AlphaZero to develop its own strategies and tactics, leading to impressive performance and surpassing human-level play in various games, including chess, shogi, and Go.

Submit
59. What is the syntax for a logical AND in Prolog?

Explanation

The syntax for a logical AND in Prolog is represented by the comma (,). In Prolog, the comma is used to separate multiple goals or conditions within a rule or query. This means that all conditions separated by commas must be true in order for the overall goal or query to be true.

Submit
60. A weak AI is an universally intelligent agent.

Explanation

A weak AI is not an universally intelligent agent. Weak AI refers to systems or machines that are designed to perform specific tasks or simulate human intelligence in a limited manner, but they do not possess general intelligence or the ability to understand and perform any intellectual task that a human being can do. Therefore, the statement that a weak AI is a universally intelligent agent is false.

Submit
61. Map the following important contributions in the history of Artificial Intelligence to their associated names.
Submit
62. Who said :" all B's are A, All C's are B therfore all C's are A's

Explanation

Aristotle is the correct answer because he was a Greek philosopher who made significant contributions to logic and reasoning. This statement reflects a logical syllogism, which is a form of deductive reasoning. In this case, it follows the pattern of a categorical syllogism, where the first premise states that all B's are A, the second premise states that all C's are B, and the conclusion states that all C's are A. Aristotle's work in logic and reasoning laid the foundation for many principles still used in philosophy and mathematics today.

Submit
63. Which of the following disciplines are main contributers to AI?

Explanation

The main contributors to AI are disciplines that involve understanding the human mind and behavior, as well as logical reasoning. Neuroscience studies the brain and its functions, which is crucial in developing AI systems that mimic human cognition. Logic provides the foundation for AI algorithms and reasoning processes. Psychology contributes to AI by studying human behavior and decision-making, which helps in designing intelligent systems. Therefore, neuroscience, logic, and psychology are the main disciplines that contribute to AI.

Submit
64. Map the following calculation machines based on their capabilities
Submit
65. Which of the following machines are NOT covered in the ancienct history of artificial intelligence?

Explanation

The correct answer is James Watt's steam engine. This machine is not covered in the ancient history of artificial intelligence because it was developed during the Industrial Revolution in the 18th century, while artificial intelligence research and development began much later. Ancient history refers to a period before the Middle Ages, and the development of steam engines falls outside of this timeframe.

Submit
66. What are preferences concerning CSP's?

Explanation

Preferences concerning CSP's should be respected as much as possible. This means that when solving a constraint satisfaction problem, the preferences or desired outcomes should be given priority and considered to the greatest extent possible. This suggests that even though preferences may not always be fully satisfied due to conflicting constraints, efforts should be made to prioritize and respect them as much as possible in the solution.

Submit
67. What is the key idea of Shannon to make the search tree not unimpossible due to calculation power bottleneck?

Explanation

Shannon's key idea to make the search tree not impossible due to calculation power bottleneck is to cut off the search earlier if a heuristic evaluation function states that a particular branch is not promising. By doing so, the algorithm can avoid wasting computational resources on unpromising branches and focus on exploring more promising paths. This approach helps to optimize the search process and make it more efficient, especially when dealing with limited computational power.

Submit
68. Machine learning methods can be categorized by the type of feedback which is used by the system to improve its performance. Which three learning methods do exist?

Explanation

The question asks for the three learning methods that exist based on the type of feedback used by the system to improve its performance. The correct answer includes Supervised learning, Unsupervised learning, and Reinforcement learning. Supervised learning uses labeled data to train the model and make predictions, Unsupervised learning finds patterns and structures in unlabeled data, and Reinforcement learning uses a reward-based system to train the model through trial and error.

Submit
69. Match the definitions correctly:
Submit
70. What was NOT in the algorithm of MENACE (=program that plays TIC TAC TOE)

Explanation

The algorithm of MENACE does not use a heuristic to evaluate the current state. Instead, it uses a system of matchboxes, where each matchbox represents a possible game position. The program selects a matchbox corresponding to the current position, then randomly draws a bead from the matchbox. The color of the drawn bead determines the move that MENACE will play. This approach does not involve evaluating the current state using a heuristic.

Submit
71. Corss the true statements about the seven layers of the semantic web!

Explanation

The answer is correct because it accurately identifies the true statements about the seven layers of the semantic web. According to the given statements, ontology vocabulary is indeed below logic, trust is the highest layer, and TCP, IP, Data-Link are the lowest layers.

Submit
72. Match the definitions and the description based on the basic architecture of Watson!
Submit
73. What is NOT true about CAPTCHAs?

Explanation

CAPTCHAs are actually designed to prevent bots or automated programs from accessing certain things on the web, not humans. They are a security measure used to differentiate between human users and automated scripts. Weak AI, in most cases, cannot solve CAPTCHAs, which makes them effective in preventing automated attacks. CAPTCHAs are essentially adapted Turing Tests, as they require users to perform tasks that are easy for humans but difficult for machines.

Submit
74. A weak AI can only do "weak" tasks that are not difficult but would annoy humans to do it.

Explanation

A weak AI is not limited to performing only "weak" tasks that are not difficult but would annoy humans to do. Weak AI refers to a system or program that is designed to perform a specific task or set of tasks within a limited scope, lacking general intelligence. It may not possess the ability to handle complex or difficult tasks, but it is not restricted to only performing annoying tasks. Therefore, the statement is false.

Submit
75. Which British mathematician is often credited as being the key founder of AI?

Explanation

Alan Turing is often credited as being the key founder of AI because of his groundbreaking work in the field of theoretical computation and artificial intelligence. Turing's concept of the "Turing machine" laid the foundation for modern computer science and his paper "Computing Machinery and Intelligence" introduced the idea of a machine that could exhibit intelligent behavior. His contributions to AI, including the development of the concept of the Turing Test, have had a lasting impact on the field and cemented his status as a key figure in the early development of AI.

Submit
76. Alan Turing coined the term "Artificial Intelligence" in 1956 at the Dartmouth Conference.

Explanation

Alan Turing did not coin the term "Artificial Intelligence" in 1956 at the Dartmouth Conference. The term was actually coined by John McCarthy, Marvin Minsky, Nathaniel Rochester, and Claude Shannon during the Dartmouth Conference in 1956. Alan Turing is widely recognized for his contributions to the field of computer science and artificial intelligence, but he did not specifically coin the term.

Submit
77. Why brought Deep Learning unexpected breakthroughs in diverse areas?

Explanation

Deep learning brought unexpected breakthroughs in diverse areas because much more training data, bigger models, and computational power were available. With access to a larger amount of data, deep learning models could learn more complex patterns and make more accurate predictions. Additionally, the availability of bigger models allowed for more complex architectures and improved performance. The increase in computational power also enabled faster training and inference, making deep learning more practical and efficient in various applications.

Submit
78. What did Leonardo da Vinci design in 1495?

Explanation

In 1495, Leonardo da Vinci designed the first humanoid mechanical knight. This invention showcased his engineering skills and creativity. The humanoid mechanical knight was a groundbreaking creation that demonstrated da Vinci's ability to design and construct complex mechanical systems. This invention paved the way for future advancements in robotics and automation.

Submit
79. Who wrote logic in the form of analytical equations first?

Explanation

George Boole is considered the first person to write logic in the form of analytical equations. He developed a mathematical system called Boolean algebra, which uses symbols and equations to represent logical operations. Boole's work laid the foundation for modern computer science and digital logic, as his algebraic system became the basis for designing and analyzing electronic circuits. His contributions to logic and mathematics have had a significant impact on various fields, including computer science, philosophy, and engineering.

Submit
80. What is one principle of solving problems like the towers of hanoi?

Explanation

Divide-and-Conquer is a principle of solving problems like the towers of hanoi. This approach involves breaking down a complex problem into smaller, more manageable subproblems, solving each subproblem independently, and then combining the solutions to solve the original problem. In the case of the towers of hanoi, the problem of moving a stack of disks from one peg to another can be divided into smaller subproblems of moving smaller stacks of disks. By recursively applying this principle, the problem can be solved efficiently.

Submit
81. Zero-Sum Games are games where one player's gain is the other player's gain

Explanation

Zero-sum games are actually games where one player's gain is exactly equal to the other player's loss. In other words, the total payoff in a zero-sum game is always zero. Therefore, it is incorrect to say that one player's gain is the other player's gain in zero-sum games.

Submit
82. Which description/question fits which type of game?
Submit
83. Consider solving a game, what does ultra weak solving mean?

Explanation

Ultra weak solving refers to proving whether the first player will win, lose, or draw from the initial position, assuming perfect play from both sides. It involves analyzing all possible moves and counter-moves to determine the outcome of the game. This algorithm provides a comprehensive evaluation of the game's possibilities, allowing players to make informed decisions based on the predicted result.

Submit
84. What is meant by backpropagation?

Explanation

Backpropagation refers to the process of propagating the error term from the output layers back to the hidden layers in a neural network. This allows the network to adjust the weights and biases of the hidden layers based on the error in the output. By iteratively updating the weights and biases using this error information, the network can learn to make more accurate predictions over time.

Submit
85. A Perceptron can only be used for perception, i.e. the input layer of a neural network

Explanation

A Perceptron is a type of artificial neural network that can be used for both perception and classification tasks. It consists of a single layer of artificial neurons that take input values and produce output values. While it can be used for perception tasks, it is not limited to just the input layer of a neural network. It can also be used as a building block for more complex neural network architectures, such as multi-layer perceptrons. Therefore, the statement that a Perceptron can only be used for the input layer of a neural network is false.

Submit
86. Match the definitions and the explainations of the strategies for knowlege base construction!
Submit
87. Feigenbaum said the problem of artificial intelligence is the bottleneck of knowledge acquisition.

Explanation

The given statement is "Feigenbaum said the problem of artificial intelligence is the bottleneck of knowledge acquisition." The correct answer is False. This means that Feigenbaum did not say that the problem of artificial intelligence is the bottleneck of knowledge acquisition.

Submit
88. What is the difference between state-space and plan-space planning?

Explanation

Plan-space planning involves searching through all possible plans to find the optimal solution. This means considering and evaluating all potential plans and selecting the one that is most efficient or effective. On the other hand, state-space planning focuses on searching through all the possible states and actions of a plan to derive new knowledge or actions that can simplify the problem. It involves filtering the useful states needed for a valid plan. Therefore, the correct answer is that in plan-space planning, you search through all possible plans.

Submit
89. Match the words with their definitions:
Submit
90. What is NOT a fundamental NLP task?

Explanation

Lexical analysis is the process of breaking down text into individual words or tokens. It involves tasks like tokenization, stemming, and removing stopwords. This is a fundamental task in NLP as it lays the foundation for further analysis. Syntactic analysis deals with the grammatical structure of sentences, semantic analysis focuses on understanding the meaning of words and sentences, and word segmentation involves dividing text into individual words in languages without spaces. Therefore, the correct answer is lexical analysis, as it is indeed a fundamental NLP task.

Submit
91. When can a machine be considered as intelligent?

Explanation

Passing the Turing test is considered a benchmark for determining whether a machine can be considered intelligent. The Turing test involves a human evaluator engaging in a conversation with a machine and a human, without knowing which is which. If the machine is able to convince the evaluator that it is the human, it is considered to have exhibited intelligent behavior. This test evaluates the machine's ability to understand and respond to natural language, exhibit human-like behavior, and demonstrate a level of intelligence that is comparable to a human.

Submit
92. Who showed how to write logic in the form of analytical equations?

Explanation

George Boole showed how to write logic in the form of analytical equations. He developed Boolean algebra, which is a mathematical system that represents logic using symbols and equations. Boole's work laid the foundation for modern computer science and digital logic circuits. His ideas revolutionized the way logic is expressed and analyzed, and his work is still widely used in fields such as computer programming and electrical engineering today.

Submit
93. Which of the following were present at the Dartmouth conference and then dominated the field for the next 20 years?

Explanation

Herbert Simon, Allan Newell, and John McCarthy were present at the Dartmouth conference and then dominated the field for the next 20 years. These individuals were pioneers in the field of artificial intelligence (AI) and made significant contributions to its development. Herbert Simon was known for his work on problem-solving and decision-making, Allan Newell for his research on computer science and cognitive psychology, and John McCarthy for his role in the development of the programming language LISP and the concept of AI. Together, they played a crucial role in shaping the field of AI and their work had a lasting impact for the next two decades.

Submit
94. The idea of Artificial Intelligence is relatively young and only emerged in the 20th century.

Explanation

The idea of Artificial Intelligence is not relatively young and did not only emerge in the 20th century. The concept of artificial beings or intelligent machines can be traced back to ancient civilizations, such as Greek mythology and ancient Egyptian and Chinese texts. However, the term "Artificial Intelligence" was coined in the 1950s, which is why it is often associated with the 20th century.

Submit
95. Why is "local search" not the optimal strategy for sudoku solving?

Explanation

Local search is not the optimal strategy for sudoku solving because it does not provide a guarantee for completeness. This means that there is no assurance that the local search algorithm will be able to find a solution for every sudoku puzzle. While local search may be able to find solutions for some puzzles, it is not a reliable method for solving sudoku puzzles in general.

Submit
96. What is the main problem with Hill-Climbing search?

Explanation

Hill-Climbing search can reach a local optima, meaning it may find a solution that is the best among its neighboring states but not necessarily the globally best solution. This is a problem because it can get stuck in a suboptimal solution and fail to explore other potentially better solutions in the search space.

Submit
97. Simple Exhaustive Search uses either heuristics or constraints.

Explanation

Simple Exhaustive Search does not use heuristics or constraints. It is a basic search algorithm that systematically explores all possible solutions to a problem, without any additional guidance or restrictions. It exhaustively checks every possible combination until it finds a solution or determines that none exist. Therefore, the correct answer is False.

Submit
98. What is one negative characteristic of depth-first search?

Explanation

Depth-first search (DFS) can be exponential in certain scenarios, meaning that the time complexity of the algorithm can grow exponentially with the size of the input. This occurs when the search encounters a deep branch or a cycle in the graph being traversed. In such cases, DFS may continue to explore these branches or cycles indefinitely, leading to a significant increase in the time required to find a solution. However, it is important to note that DFS is not always exponential and can be efficient in many cases, especially when applied to graphs with limited depth or when combined with other optimization techniques.

Submit
99. What is NOT a real world CSP?

Explanation

The question asks for a real-world CSP (Constraint Satisfaction Problem), and the answer "solving problems in physics" does not fit this category. CSPs involve finding solutions that satisfy a set of constraints, such as scheduling or assignment problems. Solving problems in physics may involve mathematical modeling and problem-solving techniques, but it does not necessarily involve the constraints and variables typically associated with CSPs.

Submit
100. A binary constraint concerning graph coloring is for example: "Upper Austria not equal red"

Explanation

The statement is false because a binary constraint concerning graph coloring would typically involve two variables or nodes in the graph, rather than a region or area like "Upper Austria." Additionally, the constraint would specify a relationship between the colors of the two nodes, rather than stating that a specific color cannot be used for a specific region.

Submit
101. Why does AlphaGo Zero have "Zero" in it's name?

Explanation

AlphaGo Zero has "Zero" in its name because it was trained on 0 human data. This means that unlike previous versions of AlphaGo, which relied on human expert knowledge and data, AlphaGo Zero learned solely through self-play and reinforcement learning. By training on 0 human data, AlphaGo Zero was able to develop its own strategies and techniques, making it a significant advancement in artificial intelligence.

Submit
102. What is NOT true for games of chance?

Explanation

Games of chance do not contain only random elements, so it is possible to train a machine to play them, as seen in games like rock paper scissors.

Submit
103. What is a modern day version of the Turing Test?

Explanation

The Loebner Competition is a modern-day version of the Turing Test. It is an annual competition where chatbot programs compete to convince judges that they are human. The goal is for the chatbot to simulate human-like conversation and behavior to the point where the judges cannot distinguish it from a real human. This competition tests the advancement of artificial intelligence in terms of natural language processing and understanding, making it a suitable modern-day version of the Turing Test.

Submit
104. What is true for an algorithm?

Explanation

A good algorithm solves the task in less time because efficiency is one of the key characteristics of a good algorithm. Different algorithms can lead to the same result because there can be multiple approaches to solving a problem. An algorithm is a step by step procedure as it consists of a sequence of well-defined instructions to solve a problem.

Submit
105. Who defined the first chess program in Plankalkul?

Explanation

Konrad Zuse is the correct answer because he was a German engineer and computer pioneer who is credited with creating the first chess program in Plankalkul. Plankalkul was a programming language that Zuse developed in the 1940s, and he used it to create a chess program called "Chess-Plankalkul." This program was able to play a complete game of chess against a human opponent, making it the first of its kind. Zuse's work in developing this chess program was a significant milestone in the history of computer science and artificial intelligence.

Submit
106. What was the first mythical automaton with artificial intelligence?

Explanation

Talos was the first mythical automaton with artificial intelligence. In Greek mythology, Talos was a giant bronze automaton created by Hephaistos, the god of blacksmiths and craftsmen. Talos was given the ability to move and think on his own, making him the first automaton with artificial intelligence. He was tasked with protecting the island of Crete and preventing any invaders from entering. Talos would patrol the shores, throwing rocks at approaching ships and heating himself up to burn any enemies. His advanced capabilities and independent thinking set him apart as the first mythical automaton with artificial intelligence.

Submit
107. What is NOT a general-purpose heuristic?

Explanation

The maximum remaining value heuristic is not a general-purpose heuristic because it does not prioritize the minimum remaining values or degrees of freedom. Instead, it focuses on selecting the variable with the maximum remaining values in its domain. This heuristic is commonly used in constraint satisfaction problems where the goal is to assign values to variables while satisfying a set of constraints. However, it is not applicable in all problem-solving scenarios and does not provide a general approach for solving different types of problems.

Submit
108. Match the definitions together:
Submit
109. Which logic operators can neural networks reproduce

Explanation

Neural networks can reproduce the logic operators OR, NOT, and AND. The OR operator returns true if at least one of the inputs is true, the NOT operator returns the opposite of the input, and the AND operator returns true only if both inputs are true. Neural networks can be trained to mimic these logical operations by adjusting the weights and biases of the network's neurons to produce the desired outputs based on the given inputs.

Submit
110. Imagine a neuron with the input signals (-1,1,1) and the weights (-1,0.5,-1). Would the neuron fire and what value do you get before the activation function? (consider a bias of 0)

Explanation

The correct answer is "Fire. value before activation: 0.5". This is because the neuron fires when the sum of the input signals multiplied by their corresponding weights, plus the bias, is greater than or equal to zero. In this case, the sum is (-1 * -1) + (1 * 0.5) + (1 * -1) + 0 = 0.5, which is greater than zero. Therefore, the neuron fires. The value before the activation function is applied is 0.5.

Submit
111. The Beam Search keeps track of one state rather than many.

Explanation

The correct answer is False. The Beam Search algorithm keeps track of multiple states rather than just one. This is done by maintaining a beam width, which is the number of states that are considered at each step of the search. By keeping track of multiple states, Beam Search is able to explore multiple possible solutions simultaneously and increase the chances of finding the optimal solution.

Submit
112. Which of the statements concerning the improvements in Reinforcement Learning in TD-Gammon over MENACE is false?

Explanation

The statement that is false is "Self-training was replaced with training by playing against various partners." In fact, in TD-Gammon, self-training was used where the program played against itself to improve its performance. This self-play allowed the program to learn from its own mistakes and continuously improve its gameplay.

Submit
113. What is NOT true for the Monte-Carlo search?

Explanation

The Monte-Carlo search does not play completely random with equal chances to lose and win. Instead, it plays a large number of games where all moves are randomly selected. It then averages the scores of these games and makes the move with the highest average score. This approach allows the Monte-Carlo search to make informed decisions based on the outcome of multiple simulated games.

Submit
114. What is NOT a key problem of planning?

Explanation

The statement "planning problems can be seen as a sat. problem where some are unsatisfiable" is not a key problem of planning. This statement suggests that planning problems can be formulated as satisfiability (SAT) problems, where the goal is to find a satisfying assignment of variables. However, the fact that some of these SAT problems are unsatisfiable does not directly relate to the key problems of planning, such as the domain specificity of states, the exponential growth of solutions/plans, and the existence of multiple solutions/plans to reach the goal state.

Submit
115. What is FALSE for Natural Language Processing?

Explanation

Natural Language Processing (NLP) is a field of study that focuses on enabling computers to understand and process human language. It involves techniques and algorithms that allow computers to analyze, interpret, and generate natural language. NLP aims to improve human-computer communication by enabling machines to understand and respond to human language input. It also helps in improving human-human communication by facilitating language translation and interpretation. However, NLP does not primarily focus on improving computer-computer communication. Instead, it focuses on enabling computers to understand and extract knowledge from texts, which is essential for various applications like information retrieval and sentiment analysis.

Submit
116. What is true about the person in the thought experiment "Searle's Chinese Room"?

Explanation

In Searle's Chinese Room thought experiment, the man does not speak Chinese. The experiment illustrates the limitations of artificial intelligence systems that can process information and provide appropriate responses in a language they do not understand. The man in the room follows instructions to manipulate Chinese symbols without comprehending their meaning, highlighting the difference between mere symbol manipulation and true understanding.

Submit
117. In which year did Alan Turing present his famous Turing Test?

Explanation

Alan Turing presented his famous Turing Test in the year 1950. This test was designed to determine a machine's ability to exhibit intelligent behavior that is indistinguishable from that of a human. Turing proposed that if a machine can successfully convince a human evaluator that it is human during a conversation, then it can be considered as having passed the test. The year 1950 marks the presentation of this groundbreaking test by Turing.

Submit
118. Consider the overall "picture" of AI which will be represented as sets. In total we have a set for DL, ML and AI. Which of the following 6 statements are true?

Explanation

Machine Learning is the direct superset of Deep Learning because Deep Learning is a specialized form of Machine Learning that focuses on neural networks. Machine Learning is the direct subset of AI because Machine Learning is a subfield of AI that focuses on algorithms and models that enable computers to learn from and make predictions or decisions based on data. Deep Learning is the direct subset of Machine Learning because Deep Learning is a specific technique within the broader field of Machine Learning that uses neural networks with multiple layers to learn and extract complex patterns from data.

Submit
119. Which of the following artificial entities did Hephaistos build?

Explanation

Hephaistos, the Greek god of blacksmiths and craftsmen, is known for creating various artificial entities. Bellows are devices used to produce a strong blast of air to fuel fires, making them essential tools for blacksmiths. Waiters, although not specifically mentioned in Greek mythology, could be considered artificial entities as they are created to serve and assist in various tasks. Tripods, on the other hand, are three-legged structures or vessels that were often created by Hephaistos. Therefore, the correct answer includes Bellows, Waiters, and Tripods as artificial entities built by Hephaistos.

Submit
120. How can CSP's be solved?

Explanation

CSPs (Constraint Satisfaction Problems) can be solved through constraint propagation, search and backtracking, or using a combination of search or constraint propagation with heuristics. Constraint propagation involves applying constraints to reduce the search space and eliminate inconsistent values. Search and backtracking involve systematically exploring the search space and backtracking when a dead end is reached. Heuristics can be used to guide the search process and make it more efficient. Genetic algorithms, which involve mutation and crossover, are not specifically mentioned as methods for solving CSPs in the given options.

Submit
121. What is true about the horizon effect?

Explanation

The horizon effect refers to a limitation in a fixed depth search. In this type of search, the algorithm only explores a certain number of moves ahead before making a decision. The horizon effect occurs when the search depth is not sufficient to accurately evaluate the consequences of certain moves. This can lead to suboptimal decisions being made because the algorithm is unable to see the potential long-term consequences of a move beyond the fixed depth. Therefore, the horizon effect is a problem specifically associated with fixed depth searches, rather than breadth searches or the size of the game.

Submit
122. What are the minimum and maximum values an artificial neuron can output?

Explanation

The correct answer is "It depends on the activation function." The output of an artificial neuron is determined by the activation function applied to the weighted sum of inputs. Different activation functions have different ranges of output values. For example, the sigmoid function outputs values between 0 and 1, while the hyperbolic tangent function outputs values between -1 and 1. Therefore, the minimum and maximum values an artificial neuron can output depend on the specific activation function being used.

Submit
123. What is the key concept of oponent modeling?

Explanation

The key concept of opponent modeling is to try to predict the opponent's next move. By analyzing their previous moves, strategies, and patterns, one can make informed decisions and anticipate their actions. This allows for better planning and decision-making during the game or competition, increasing the chances of success.

Submit
124. What block is NOT part of knowledge and reasoning in Watson?

Explanation

The block that is not part of knowledge and reasoning in Watson is Independent Knowledge. This block refers to knowing things that are always true, like the fact that 1+1 equals 2. While Watson is capable of processing and understanding linguistic knowledge, geographical knowledge, and temporal knowledge, it does not rely on or require independent knowledge as it is already programmed with this type of information.

Submit
125. Planning is the task of coming up with a sequence of actions that will achieve a goal starting from a initial step

Explanation

The statement is incorrect because planning is not limited to just coming up with a sequence of actions. Planning also involves determining the resources needed, setting timelines, and evaluating potential risks. It is a comprehensive process that goes beyond just identifying a sequence of actions. Therefore, the correct answer is False.

Submit
126. What is wrong about actions in STRIPS language?

Explanation

In STRIPS language, the correct answer states that after a step, the current initial true states have to remain the same. This means that the actions in STRIPS language should not change the initial true states.

Submit
127. Cross three properties which are true about ELIZA!

Explanation

ELIZA is a chatbot that scans the input sentence for keywords, allowing it to understand the context and generate appropriate responses. It also uses stock answers sometimes, which are pre-determined responses for common questions or statements. Additionally, ELIZA can be sensitive to specific subjects, such as the subject of family, and tailor its responses accordingly. However, ELIZA cannot return to previous content, meaning it does not have the ability to recall or reference past conversations. ELIZA does not use artificial neurons or a neuronal net, so this property is not true.

Submit
128. Modern NLP systems use knowledge based MT systems instead of Deep Learning.

Explanation

This statement is false. Modern NLP systems actually use deep learning techniques, such as neural networks, to achieve better machine translation results. Deep learning has proven to be effective in various NLP tasks, including machine translation, due to its ability to learn complex patterns and representations from large amounts of data. Knowledge-based MT systems, on the other hand, rely on predefined rules and dictionaries, which are not as flexible and adaptable as deep learning models.

Submit
129. What is the Turing Test based on?

Explanation

The Turing Test is based on the imitation game, which was proposed by Alan Turing in 1950. The test involves a human judge engaging in a conversation with a machine and another human, without knowing which is which. If the judge cannot consistently distinguish the machine from the human based on their responses, the machine is said to have passed the Turing Test and exhibited intelligent behavior. The imitation game serves as a benchmark to determine whether a machine can exhibit human-like intelligence and behavior.

Submit
130. An AI is called strong, when it outperforms humans in intelligent tasks, e.g. chess.

Explanation

The statement suggests that an AI is called strong when it outperforms humans in intelligent tasks like chess. However, this is not true. An AI is considered strong or superintelligent when it surpasses human capabilities in a wide range of cognitive tasks, not just limited to chess. Therefore, the correct answer is false.

Submit
131. What were early successes?

Explanation

The early successes mentioned in the answer include the chess playing machine beating a former grandmaster, pioneering many ideas in game playing and machine learning, and the checker game playing machine beating a regional master. These achievements demonstrate advancements in artificial intelligence and machine learning in the field of game playing.

Submit
132. Consider solving a game, what does strong solving mean?

Explanation

not-available-via-ai

Submit
133. Explain Cross-Over!

Explanation

The correct answer explains that cross-over is modelled after a cross-over of DNA. In this process, two parent strings are taken and they are cut at the cross-over point. Then, the pieces are recombined. This explanation accurately describes the concept of cross-over in the context of DNA and how it is applied to the parent strings.

Submit
134. What is NOT an ontology?

Explanation

A binary tree is a data structure used to organize and store data in a hierarchical manner, where each node has at most two children. It is not an ontology because an ontology refers to a formalized description of a domain, which includes concepts, relationships, and properties. Ontologies are used to create a shared vocabulary and a logical structure to represent knowledge in a specific domain. A binary tree does not fulfill these requirements and is therefore not an ontology.

Submit
135. What was NOT a early success of domain-specific knowledge Base Construction Expert Systems?

Explanation

The early success of domain-specific knowledge base construction expert systems did not include weather forecasting to predict the weather of the next few days. This means that while expert systems were able to diagnose blood infection and suggest the right antibiotic, configure computers, and infer molecular structure from the formula of the molecule and the mass spectrum, they were not successful in accurately predicting the weather in the early stages of their development.

Submit
136. Cross the right main parts of WATSON, the machine which played "jeopardy!"!

Explanation

The correct answer is Natural Language Processing, Information Retrieval, and Knowledge And Reasoning. These three main parts of WATSON, the machine that played "Jeopardy!", are essential for its success in the game. Natural Language Processing allows WATSON to understand and interpret human language, enabling it to comprehend the questions asked in the game. Information Retrieval helps WATSON to search and retrieve relevant information from its vast database. Knowledge And Reasoning allows WATSON to analyze and evaluate the retrieved information to generate accurate answers.

Submit
137. What does A → p → B in Planning NOT mean? *weiß ned*

Explanation

This answer suggests that the statement "A → p → B" in planning does not mean that p is a method. In planning, a method is a high-level action that decomposes into a sequence of lower-level actions. Therefore, this answer implies that p is not a method, but rather something else in the planning process.

Submit
138. What is the Turing test about?

Explanation

The Turing test is a test in which a judge interacts with a human and a computer through a series of questions and conversations. The judge does not know which is the human and which is the computer. If the judge is unable to determine which is which and mistakenly identifies the computer as the human, then the computer is said to have passed the test and can be considered intelligent. In this scenario, there is a woman and a computer who both pretend to be the woman, and the judge's task is to identify the real woman. The desired outcome is for the computer to be considered intelligent.

Submit
139. What is NOT true for the "Bag of Words" model?

Explanation

The "Bag of Words" model assumes that a document is created using words from a subset of the vocabulary, which is not true. In reality, documents can contain words from various subsets of the vocabulary.

Submit
140. What are the three origional Laws of Robotic of Isaac Asimov.

Explanation

The three original Laws of Robotics by Isaac Asimov are as follows:
1. A robot may not injure a human being or, through inaction, allow a human being to come to harm. This law emphasizes the importance of preserving human safety and preventing harm.
2. A robot must obey the orders given it by human beings except where such orders would conflict with the First Law. This law highlights the necessity for robots to follow human commands, unless doing so would cause harm to a human.
3. A robot must protect its own existence as long as such protection does not conflict with the First or Second Law. This law emphasizes the self-preservation aspect of robots, ensuring that they can continue to function and carry out their duties, as long as it doesn't contradict the first two laws.

Submit
141. Which three statements about examples for different types of games are true?

Explanation

The statement "Games of chance with imperfect information include bridge, poker and scrabble" is true because in these games, players do not have complete information about the cards or letters held by their opponents, and luck plays a significant role in determining the outcome.

The statement "Deterministic games with perfect information include chess, checkers and Go" is true because in these games, players have complete information about the state of the game and there is no element of chance involved. The outcome is solely determined by the players' strategies and decisions.

The statement "Games of chance with perfect information include backgammon and monopoly" is true because in these games, players have complete information about the state of the game and luck also plays a significant role in determining the outcome. However, players have full knowledge of the game state and can make strategic decisions based on that information.

Submit
142. What is true about Quevdeo's KRK machine?

Explanation

The correct answer is that the Quevdeo's KRK machine can automatically play and win the KRK chess endgame. This means that the machine has the capability to play the specific endgame scenario in chess known as KRK and has been programmed to make the best moves to win the game.

Submit
143. The "error of a network" is a binary statement about the performance of a neural network. E.g. 1 means it works properly and 0 means it needs more training.

Explanation

The given answer is False because the statement about the "error of a network" is incorrect. The error of a network is not a binary statement, but rather a quantitative measure that represents the difference between the predicted output of a neural network and the actual output. It is not simply a matter of whether the network works properly or needs more training, but rather a measure of the network's accuracy and how much it deviates from the desired output.

Submit
144. Tick the true statements for progression algorithms

Explanation

The given answer is correct because in progression algorithms, the initial state is the starting point from which actions are taken. These actions are only considered if their preconditions are satisfied, meaning that the necessary conditions for the action to be executed are met. Steps are then made until the current state satisfies the goal, which is the desired end state. Therefore, the statements "start is the initial state," "make actions where the preconditions are satisfied," and "make steps until the current state satisfies the goal" are all true for progression algorithms.

Submit
145. What is Machine Learning?

Explanation

Machine Learning is a subsector of Artificial Intelligence that involves computer programs automatically improving with experience. It makes use of algorithms and statistics to analyze and draw inferences from patterns in data. This explanation accurately describes the concept of Machine Learning, highlighting its relationship with Artificial Intelligence and its reliance on algorithms and statistical analysis to learn from data.

Submit
146. Who are founding fathers of AI?

Explanation

The founding fathers of AI are Allan Newell, John McCarthy, and Marvin Minsky. These individuals made significant contributions to the field of artificial intelligence. Allan Newell was a computer scientist who developed the General Problem Solver, a program that could solve a wide range of problems. John McCarthy coined the term "artificial intelligence" and organized the Dartmouth Conference, which is considered the birth of AI as a field of study. Marvin Minsky was a cognitive scientist and co-founder of the MIT AI Lab, where he made pioneering contributions to the development of AI technologies.

Submit
147. What is the main advantage of regression compared to progression?

Explanation

The main advantage of regression compared to progression is that only relevant actions are considered. Regression focuses on identifying the relationship between variables and predicting outcomes based on that relationship. It eliminates unnecessary actions or variables that do not contribute significantly to the prediction. This helps in simplifying the analysis and making it more focused and accurate.

Submit
148. What is NOT true about Quiescence search?

Explanation

The statement "consideres only steps which changes the state by a lot, because other steps won't bring you ahead in solving" is not true about Quiescence search. Quiescence search does not only consider steps that change the state by a lot, but rather it focuses on evaluating positions where there are no major changes in the near future. This is because positions with wild swings in value can lead to unstable evaluations and can cause problems in the search algorithm. Therefore, Quiescence search aims to identify stable positions and evaluate them accordingly.

Submit
149. Which statements are true about Searle's Chinese Room:

Explanation

The correct answer is "Intentionality is Searle's word for the difference between 'true' and 'simulated' intelligence", "Nothing in the room knows Chinese", and "One of its purposes is to show that the Turing test is inadequate." Searle's Chinese Room argument is a thought experiment that aims to challenge the idea that a computer can truly understand and have consciousness. According to Searle, even though the room may pass the Turing Test by producing intelligent responses in Chinese, there is no genuine understanding happening within the room. This argument suggests that the Turing Test is inadequate in determining true intelligence because it only focuses on the ability to simulate human-like behavior, rather than actual understanding.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 22, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 22, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Jan 27, 2022
    Quiz Created by
    Catherine Halcomb
Cancel
  • All
    All (149)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Does in search algorithms, a heuristic often denotes a function that...
In search algorithms, a heuristic often denotes a function that...
Propositional Logic consits of elementary propositions, so to say,...
The key idea behind Word2Vec is that any word - represented as a...
" A robot may not injure a human being or, through inaction, allow a...
Learning in TD-Gammon is preference-based and not utility-based.
Considering the Action A in Inverse Action Application, is the...
The simple Na¨ıve Bayes classifier for a text uses the...
Does in search algorithms, a heuristic often denotes a function that...
Tokenization is a big problem in NLP.
In planning, Progression- and Regression-Planning are not ordered?
State representation describes the current state of the solving...
Is it True that Minimax search can solve any 2-person zero-sum perfect...
Genetic algorithms use the same idea as in the Stochastic Beam Search,...
The optimal strategy with cance nodes is to compute the expected value...
The first ideas about AI systems where in the 20th century.
In Quevedo's KRK machine the rook and king have fixed starting...
AlphaGo was the first Go-program to defeat a human champion Go-player
First Order Logic deals with predicates/relations and quantifiers...
When was the "Birth" of AI
Watson uses a similar principle like search engines like Google
Map the following MCTS expressions to their associated descriptions:
The Chinese Room opposes the idea of strong AI.
Map the following statements to the correct answer
Bring the general steps of solving a sudoku into the correct order:
Select an example of the types of games:
Which one do you like?How many colors are needed to color a map in...
The idea of neural networks is based on:
Match the definitions to the names based on UTC search
What was the name of the first turing-complete digital computer?
What is NOT true about Heuristics?
What is NOT primary a task for machine learning applications?
What is NOT true about neural networks?
What is NOT a possibility to search through the tree of a game of...
What is the key problem in First Order Logic Planning?
Which of the following is NOT a advantage of using a system like...
Match the following descriptions to their associated term in NLP.
AI is about making computer based humans
The turing test is about to beat humans in chess.
What is true for local exhaustive search?
Map the following description on their title
Machine Learning, Artificial Intelligence and Deep Learning are the...
Which of the following functions is NOT a activation function?
What is NOT true for AlphaGo?
What is NOT true about PARRY, the chatbot?
Match the words to their definitions in terms of why NLP is difficult:
Match the following years correctly with the associated definitions!
Match the following optimizations for the Hill Climbing Search:
Which ratio (R=number of constraints divided by number of variables)...
Consider solving a game, what does weak solving mean?
Which of the following phrases is NOT a part of a Genetic Algorithm?
What is the Minimax principle?
What is NOT true about the null-move pruning?
How many different output values does an artificial neuron produce?
Towers of Hanoi is a Mathematical Puzzle by John R. Koza.
What is part of the machine learning problem definition?
What is true for AlphaZero?
What is the syntax for a logical AND in Prolog?
A weak AI is an universally intelligent agent.
Map the following important contributions in the history of Artificial...
Who said :" all B's are A, All C's are B therfore all C's are A's
Which of the following disciplines are main contributers to AI?
Map the following calculation machines based on their capabilities
Which of the following machines are NOT covered in the ancienct...
What are preferences concerning CSP's?
What is the key idea of Shannon to make the search tree not...
Machine learning methods can be categorized by the type of feedback...
Match the definitions correctly:
What was NOT in the algorithm of MENACE (=program that plays TIC TAC...
Corss the true statements about the seven layers of the semantic web!
Match the definitions and the description based on the basic...
What is NOT true about CAPTCHAs?
A weak AI can only do "weak" tasks that are not difficult but would...
Which British mathematician is often credited as being the key founder...
Alan Turing coined the term "Artificial Intelligence" in 1956 at the...
Why brought Deep Learning unexpected breakthroughs in diverse areas?
What did Leonardo da Vinci design in 1495?
Who wrote logic in the form of analytical equations first?
What is one principle of solving problems like the towers of hanoi?
Zero-Sum Games are games where one player's gain is the other player's...
Which description/question fits which type of game?
Consider solving a game, what does ultra weak solving mean?
What is meant by backpropagation?
A Perceptron can only be used for perception, i.e. the input layer of...
Match the definitions and the explainations of the strategies for...
Feigenbaum said the problem of artificial intelligence is the...
What is the difference between state-space and plan-space planning?
Match the words with their definitions:
What is NOT a fundamental NLP task?
When can a machine be considered as intelligent?
Who showed how to write logic in the form of analytical equations?
Which of the following were present at the Dartmouth conference and...
The idea of Artificial Intelligence is relatively young and only...
Why is "local search" not the optimal strategy for sudoku solving?
What is the main problem with Hill-Climbing search?
Simple Exhaustive Search uses either heuristics or constraints.
What is one negative characteristic of depth-first search?
What is NOT a real world CSP?
A binary constraint concerning graph coloring is for example: "Upper...
Why does AlphaGo Zero have "Zero" in it's name?
What is NOT true for games of chance?
What is a modern day version of the Turing Test?
What is true for an algorithm?
Who defined the first chess program in Plankalkul?
What was the first mythical automaton with artificial intelligence?
What is NOT a general-purpose heuristic?
Match the definitions together:
Which logic operators can neural networks reproduce
Imagine a neuron with the input signals (-1,1,1) and the weights...
The Beam Search keeps track of one state rather than many.
Which of the statements concerning the improvements in Reinforcement...
What is NOT true for the Monte-Carlo search?
What is NOT a key problem of planning?
What is FALSE for Natural Language Processing?
What is true about the person in the thought experiment "Searle's...
In which year did Alan Turing present his famous Turing Test?
Consider the overall "picture" of AI which will be represented as...
Which of the following artificial entities did Hephaistos build?
How can CSP's be solved?
What is true about the horizon effect?
What are the minimum and maximum values an artificial neuron can...
What is the key concept of oponent modeling?
What block is NOT part of knowledge and reasoning in Watson?
Planning is the task of coming up with a sequence of actions that will...
What is wrong about actions in STRIPS language?
Cross three properties which are true about ELIZA!
Modern NLP systems use knowledge based MT systems instead of Deep...
What is the Turing Test based on?
An AI is called strong, when it outperforms humans in intelligent...
What were early successes?
Consider solving a game, what does strong solving mean?
Explain Cross-Over!
What is NOT an ontology?
What was NOT a early success of domain-specific knowledge Base...
Cross the right main parts of WATSON, the machine which played...
What does A → p → B in Planning NOT mean? *weiß ned*
What is the Turing test about?
What is NOT true for the "Bag of Words" model?
What are the three origional Laws of Robotic of Isaac Asimov.
Which three statements about examples for different types of games are...
What is true about Quevdeo's KRK machine?
The "error of a network" is a binary statement about the performance...
Tick the true statements for progression algorithms
What is Machine Learning?
Who are founding fathers of AI?
What is the main advantage of regression compared to progression?
What is NOT true about Quiescence search?
Which statements are true about Searle's Chinese Room:
Alert!

Advertisement