VI I 2014 Sredjen

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 Ascl
A
Ascl
Community Contributor
Quizzes Created: 2 | Total Attempts: 563
| Attempts: 304 | Pitanja: 71
Please wait...

Question 1 / 71
0 %
0/100
Score 0/100
1. Veštačka inteligencija se može smatrati univerzalnom naučnom disciplinom.

Explanation

Artificial intelligence can be considered a universal scientific discipline because it encompasses various fields such as computer science, mathematics, cognitive science, and engineering. It involves the study and development of intelligent machines that can perform tasks that typically require human intelligence. AI has applications in almost every industry and can be used to solve complex problems, make predictions, and automate tasks. Its interdisciplinary nature and wide-ranging applications make it a universal scientific discipline.

Submit
Please wait...
About This Quiz
VI I 2014 Sredjen - Quiz

Tell us your name to personalize your report, certificate & get on the leaderboard!
2. Stablo je graf kod koga vazi sledece pravilo

Explanation

The given answer states that each child in the tree has only one parent. This is in accordance with the given rule that each child has only one parent and each parent has only one child. It also mentions that one parent can have one child, and one child can have only one parent, which aligns with the given rule as well. Therefore, the answer accurately describes the rule of the tree structure.

Submit
3.    Kod produkcionih sistema, tipovi kod kojih pojedini koraci u rešavanju se mogu u potpunosti ignorisati (dokazivanje teorema) zovu se:

Explanation

In the context of production systems, the term "ignorantni" refers to the types of code where certain steps in the solution can be completely ignored, specifically in the case of proving theorems. This means that these steps do not have any impact on the final outcome or result. Therefore, "ignorantni" is the correct answer as it accurately describes this type of code in production systems.

Submit
4. U grafu tipa stablo, koren je cvor koji

Explanation

In a tree graph, the root node is the node that does not have a parent. It is the starting point of the tree and does not have any other nodes above it. Therefore, it does not have any parents.

Submit
5. Efikasne strategije upravljanja zahtevaju dovoljno informacija o prirodi resavanog problema, nazivaju se

Explanation

Efikasne strategije upravljanja zahtevaju dovoljno informacija o prirodi resavanog problema. Heuristicki pristup se odnosi na korišćenje iskustva, intuicije i pretpostavki kako bi se došlo do rešenja. Ova strategija se često koristi kada nema dovoljno vremena ili resursa za detaljno istraživanje i analizu problema. Heuristike su brzi, ali ponekad ne garantuju optimalna rešenja. Stoga, odgovor je "Heuristickim".

Submit
6. Kod produkcionih sistema, tipovi kod kojih se koraci rešavanja mogu opovrgnuti (igra 8 kockica) zovu se:

Explanation

The correct answer is "Povratni". In production systems, "povratni" code types are those where the solution steps can be negated or reversed. This means that if a certain step is taken in the code, it can be undone or reversed later on. This allows for flexibility and the ability to backtrack in the code if needed.

Submit
7. Graf se sastoji od

Explanation

The correct answer is "Grana, Cvorova" because a graph consists of nodes (cvorova) and edges (grana). The nodes represent the entities or objects in the graph, while the edges represent the relationships or connections between these entities. Therefore, both nodes and edges are essential components of a graph.

Submit
8. Kod produkcionih sistema tipovi kod kojih se koraci resavanja ne mogu opovrgnuti zovu se

Explanation

The correct answer is "Nepovratni." In production systems, there are certain types of codes where the steps of resolution cannot be negated or reversed. These codes are referred to as "Nepovratni" or "Irreversible" in English.

Submit
9. cvor u grafu moze istovremeno biti i roditelj i dete

Explanation

In a graph, a node can be both a parent and a child at the same time. This is possible in cases where there are multiple edges connecting two nodes, creating a cyclic relationship. In such situations, a node can have incoming edges from its parents and outgoing edges to its children, making it both a parent and a child simultaneously.

Submit
10. Da li je algoritam pretrage u sirinu A* algoritam

Explanation

The given question is asking whether the breadth-first search algorithm is the A* algorithm. The correct answer is "Da" which means "Yes" in English. This implies that the breadth-first search algorithm is indeed the A* algorithm. However, without any additional context or information, it is difficult to provide a detailed explanation for this answer.

Submit
11. Produkcioni sistemi kod kojih se GB i terminalni uslovi mogu razložiti na komponente koje dozvoljavaju nezavisnu primenu pravila, zovu se:

Explanation

The correct answer is "Razlozivi produkcioni sistemi" because it refers to production systems in which the GB (goal behavior) and terminal conditions can be decomposed into components that allow for the independent application of rules. This means that the system can be broken down into smaller parts that can be manipulated separately, allowing for more flexibility and modularity in the application of rules.

Submit
12. U grafu tipa stablo dubina cvora tipa koren je 

Explanation

In a tree graph, the depth of the root node is always 0. This is because the depth of a node is defined as the number of edges in the longest path from the root node to that node. Since the root node is at the topmost level and has no edges leading to it, its depth is 0.

Submit
13. Produkcioni sistemi koji koriste П i О pravila produkcije zovu se:

Explanation

Dvostrani sistemi su produkcioni sistemi koji koriste i П i О pravila produkcije. Ova kombinacija omogućava sistemima da razmenjuju informacije i donose odluke na osnovu više faktora.

Submit
14. U grafovima, dohvatiljivim se smatraju cvorovi do kojih

Explanation

In graph theory, reachable nodes are considered to be the nodes that can be reached from a given node. The correct answer states that reachable nodes can be reached by one or more paths. This means that there can be multiple paths leading to the reachable nodes, indicating that there are multiple ways to reach them from the given node.

Submit
15. grane u grafu mogu biti

Explanation

The correct answer is "usmerene" because in a graph, the edges can be directed, meaning they have a specific direction or orientation. This means that there is a clear distinction between the starting point and the ending point of each edge. In contrast, inverzne and reverzne are not commonly used terms in graph theory, and "Option 4" is not a valid answer choice.

Submit
16. Tjuringov test je do danas prosao veci broj sistema vestacke inteligencije

Explanation

The given statement states that "The Turing test has been passed by a greater number of artificial intelligence systems to this day." The correct answer is "Netacno" which means "False" in English. Therefore, the explanation would be that the statement is not true and the Turing test has not been passed by a greater number of AI systems.

Submit
17. „Problem predstavljanja" je:

Explanation

The correct answer is "transformacija izvorne formulacije problema na jezik produkcionih sistema" which translates to "transformation of the original formulation of the problem into the language of production systems." This suggests that the problem of representation refers to the challenge of expressing or converting the original problem formulation into a language that can be understood and processed by production systems. It implies that there may be difficulties in accurately translating complex or abstract ideas into a format that can be effectively utilized by automated systems or algorithms.

Submit
18. Za prolazak totalnog Tjuringovog testa računar mora da poseduje sledeće karakteristike

Explanation

To pass the total Turing test, a computer must have the capabilities of robotics (movement and manipulation of objects in the physical world) and computer vision (observation of objects). These characteristics are necessary for the computer to interact with the physical environment and perceive objects visually, which are important aspects of human-like intelligence.

Submit
19. „Kognitivna revolucija" podrazumeva

Explanation

The correct answer is "Teorijsko modelovanje internih aktivnosti ljudskog mozga" because the term "Kognitivna revolucija" refers to the theoretical modeling of internal activities of the human brain. This revolution in cognitive science focuses on understanding how the brain processes information, perceives the world, and generates thoughts and behaviors. It involves studying cognitive processes such as attention, memory, language, and problem-solving, and aims to develop models and theories that explain these internal activities.

Submit
20. Jaka hipoteza vestacke inteligencije je 

Explanation

The correct answer is "Moguce su masine koje zaista misle" (It is possible for machines to truly think). This answer suggests that machines have the capability to possess genuine thinking abilities, implying that artificial intelligence can achieve true intelligence.

Submit
21.
  1. „Kognitivna revolucija" odnosi se na:

Explanation

The term "Kognitivna revolucija" refers to the psychology based on information processing. This suggests that there was a shift in understanding and studying human cognition, focusing on how information is processed and how it influences behavior and mental processes. This revolution involved a departure from emotional, instinctive, and motor approaches, and instead emphasized the intellectual aspects of human psychology.

Submit
22. Strategiju pretrage definisu:

Explanation

The correct answer is "Redosled otvaranja cvorova pretrage" (The order of opening search nodes). This is because the strategy of search determines the order in which the nodes are expanded and explored during the search process. The order of opening nodes can greatly affect the efficiency and effectiveness of the search algorithm, as it determines which paths are explored first and which are delayed or ignored. Therefore, the strategy of search defines the order in which nodes are opened during the search process.

Submit
23. Ko je prvi definisao pojam sistema fizičkih simbola

Explanation

Newel and Simon were the first to define the concept of physical symbol systems. They proposed that a physical symbol system consists of physical entities that can manipulate symbols according to a set of rules. This concept laid the foundation for the development of artificial intelligence and cognitive science, as it emphasized the importance of symbol manipulation in intelligent systems.

Submit
24. Produkcioni sistemi koji koriste O pravila produkcije zovu se:

Explanation

Reverzni sistemi su produkcioni sistemi koji koriste O pravila produkcije. Ova vrsta sistema se odlikuje time da se kreću unazad, od željenog rezultata ka početnom stanju sistema. U ovim sistemima, pravila produkcije su usmerena na postizanje ciljnog stanja sistema, tako da se koriste za rešavanje problema unazad. Ova vrsta sistema se često koristi u oblastima kao što su planiranje, dijagnostika i rešavanje problema.

Submit
25. Nominalne definicije ostavljaju otvorenim pitanje da li 

Explanation

Nominal definitions leave open the question of whether the named thing can be renamed. This means that the definition only provides a name for the thing, without specifying any characteristics or attributes that make it unique or distinguishable from other things. It does not imply anything about the existence or acceptance of the defined thing. Therefore, option 4, "Stvar koja je definisana moze da egzistira" (The thing that is defined can exist), is the correct answer.

Submit
26. Nalazenje optimalnih strategija pretrage u grafovima podrazumeva

Explanation

The correct answer is "Pronalazenje puta najmanje tezine" which translates to "Finding the path of minimum weight". This means that when searching for optimal strategies in graphs, the goal is to find the path with the lowest total weight or cost. This could be applied in various scenarios such as finding the shortest distance between two points, minimizing the cost of traveling between nodes in a network, or minimizing the time needed to complete a task.

Submit
27. Kategorije o mogucim pogledima na VI su 

Explanation

The correct answer includes categories that describe different possible perspectives on artificial intelligence (AI). These categories include systems that think and act rationally, systems that think and act like humans, and systems that think and act like machines.

Submit
28. Pristupi u oblasti VI mogu se svrstati u dve glavne kategorije

Explanation

The given answer states that the approaches in the field of VI can be classified into two main categories: symbolic and subsymbolic. This means that the approaches can either involve the use of symbols and symbolic representations, or they can involve the use of subsymbolic methods that do not rely heavily on symbolic representations.

Submit
29. Algoritam A* je dopustiv

Explanation

The given correct answer is "Tacno" which means "True" in English. This suggests that the statement "Algoritam A* je dopustiv" is true. In the context of algorithms, "dopustiv" translates to "admissible" which means that the A* algorithm is valid or acceptable. Therefore, the given answer confirms that the A* algorithm is indeed admissible.

Submit
30. U grafu tipa stablo list je cvor koji

Explanation

In a tree graph, a leaf node is a node that does not have any children.

Submit
31. U sistemu produkcije, na pravila izdavanja i pamcenja vec oprobanih nizova pravila i gb idukovanih njihovom primenom, odnose se:

Explanation

In the production system, strategies for searching and exploring the rule base are important. These strategies help in efficiently finding and applying the already tested and proven rule sequences. While mathematical arguments and completed knowledge are also relevant in the production system, they do not specifically relate to the search and retrieval of rule sequences, making them incorrect options.

Submit
32.   U razlike između produkcionih sistema i klasičnih programskih sistema sa hijerarhijskom strukturom spadaju:

Explanation

The correct answer is that in production systems, the connection between rules is established only through the global database, the global database is accessible to all production rules, and the system is highly modular, allowing changes in the global database to be made almost independently. This suggests that in production systems, rules are connected through a central database, allowing for efficient performance and modular changes to the global database.

Submit
33. Sistemi koji poseduju svojstvo invarijantnosti u odnosu na permutovanje sekvence pravila zovu se

Explanation

Parcijalno komutativni produkcioni sistemi se odnose na sisteme koji zadržavaju svojstvo invarijantnosti u odnosu na permutovanje sekvence pravila, ali samo delimično. To znači da se neka pravila mogu permutovati, dok se druga ne mogu. Ovo je važno u kontekstu proizvodnog sistema, gde se pravila primenjuju u određenom redosledu, ali se neka pravila mogu izvršiti u bilo kom redosledu.

Submit
34. Svako inteligentno ponašanje mora biti određeno logičkim mišljenjem.

Explanation

The statement "Svako inteligentno ponašanje mora biti određeno logičkim mišljenjem" translates to "Every intelligent behavior must be determined by logical thinking." The correct answer "netacno" means "false." Therefore, the correct explanation is that not all intelligent behavior is necessarily determined by logical thinking.

Submit
35. Cena primene pravila u grafovima se može izraziti:

Explanation

The correct answer is "tezinom grana" because the term "tezina" refers to the weight or cost associated with each edge in a graph. This weight can represent various factors such as distance, time, or cost of traversal between two vertices. Therefore, the application of rules in graphs can be expressed by considering the weight or cost associated with each edge.

Submit
36. Kom uredjaju najvise odgovara koncept sistema fizickih simbola

Explanation

The concept of a physical symbol system is best represented by a digital computer. A digital computer uses physical symbols, such as binary digits (0s and 1s), to represent and manipulate information. It follows a set of rules or algorithms to process these symbols and perform various tasks. This aligns with the idea of a physical symbol system, which is a system that can manipulate symbols based on their physical properties. In contrast, a reactor, computer network, and regulator may not necessarily involve the manipulation of symbols in the same way a digital computer does.

Submit
37. Sa čisto inženjerskog stanovišta, pitanje inteligentnih mašina je zapravo optimizacioni problem izbora:

Explanation

The correct answer is the best software agent for a given architecture. This is because the question is asking about the best choice among different options for a specific task, which is selecting the best software agent for a given architecture. The other options mentioned in the question, such as the best programming language for modeling intelligence and the best tool for translating AIML language into binary form, are not directly related to the task of selecting a software agent for a specific architecture.

Submit
38. Kod neinformativne pretrage sa iterativnim produbljivanjem, u stablu sa najvećom dubinom N, ukoliko je inicijalno ograničenje dubine 1, i u svakoj iteraciji se ograničenje poveća za 1, ovakva pretraga se može poistovetiti sa:

Explanation

In the given scenario, the search algorithm starts with a depth limit of 1 and increases it by 1 in each iteration. This means that the search will explore nodes at each level before moving on to the next level. This is the characteristic of breadth-first search, where all nodes at a particular level are visited before moving to the next level. Therefore, the correct answer is "Pretragom u sirinu" (Breadth-first search).

Submit
39. Po Lajbnicovoj teoriji stupnjevi znanja, bitno ili dovresno znanje je ono koje je:

Explanation

According to Leibniz's theory of degrees of knowledge, knowledge that is reducible to elementary concepts is considered essential or complete knowledge. This means that it can be broken down or reduced to basic or fundamental ideas. It does not necessarily imply that it is finite or that it does not need to be revisited, but rather that it can be understood and explained in terms of simpler concepts. The answer choice "Svodivo na elementarne pojmove" aligns with this explanation.

Submit
40. Sta je sistem fizickih simbola

Explanation

A system of physical symbols refers to a machine that generates a variable set of structured symbols. This implies that the machine is capable of producing different combinations or arrangements of symbols. The other options, such as a set of symbols, a special physical system for data collection, or a set of physical objects, do not accurately describe a system of physical symbols as they do not involve the generation of a variable set of structured symbols.

Submit
41.    Kod produkcionih sistema, strategija upravljanja određuje:

Explanation

The correct answer is "Koje od primenjivih pravila ce se aktivirati u odredjenom koraku rada." This answer suggests that the strategy of management in production systems determines which applicable rules will be activated at a specific step of the process. This implies that the management strategy plays a crucial role in determining the rules and guidelines that need to be followed at each stage of the production process to achieve optimal results.

Submit
42. Ako je usmerenost pretrage P=1, tada vazi:  

Explanation

If the search direction P=1, it means that the algorithm is directed towards finding a direct solution to the goal. This suggests that the algorithm is able to find the solution without exploring unnecessary nodes, resulting in a small number of unnecessary nodes being opened. Therefore, the correct answer is "algoritam nalazi direktno resenje do cilja."

Submit
43. Produkcioni sistemi koji koriste П pravila produkcije zovu se:

Explanation

Direktni sistemi se odnose na produkcione sisteme koji koriste П pravila produkcije.

Submit
44. Po Lajbnicovoj teoriji stupnjeva znanja, upotreba bitnog ili dovršenog znanja mora omogućiti:

Explanation

In Leibniz's theory of degrees of knowledge, the use of essential or complete knowledge must enable the creation of an artificial system with intelligent properties in the most complete form. This means that the correct answer is option 2, which states that it allows the creation of an artificial system with intelligent properties in the most complete form.

Submit
45. Slaba hipoteza veštačke inteligencije je:

Explanation

The correct answer is "Moguce su masine koje deluju kao da su inteligentne." This answer suggests that artificial intelligence machines are capable of behaving in a way that appears intelligent, even though they may not actually possess true intelligence. It implies that machines can simulate intelligent behavior, but it does not confirm that they are capable of genuine thought or consciousness.

Submit
46. Računarski agenti se od običnih računarskih programa razlikuju po tome što poseduju:

Explanation

The correct answer is "Opazanje i razumevanje okruzenja, Autunomno upravljanje, Mogucnost adaptacije na promene." Computer agents differ from ordinary computer programs in that they possess the ability to observe and understand their environment, autonomously manage themselves, and adapt to changes. This means that they can perceive and interpret information from their surroundings, make decisions and take actions without human intervention, and adjust their behavior in response to new situations.

Submit
47.  Kod A* algoritma pretrage, u funkciji „f(n) = g(n) + h(n)", f(n) je:

Explanation

In the A* search algorithm, the function "f(n) = g(n) + h(n)" is used to estimate the cost of a path from the start node to the goal node, passing through node n. The function takes into account the accumulated cost of the partial path from the start node to node n (g(n)), as well as the heuristic estimate of the remaining cost from node n to the goal node (h(n)). Therefore, the correct answer is "Procena cene putanje do cilja pod uslovom da prolazi kroz cvor n" which translates to "Estimate of the cost of the path to the goal node, passing through node n".

Submit
48. Osnovni pristupi kod proveravanja modela internih aktivnosti ljudskog mozga su:

Explanation

The basic approaches to testing models of internal human brain activities are predicting and testing the behavior of human subjects (top-down) and directly identifying based on neurological memories (bottom-up). These approaches involve different methods of understanding and studying the functioning of the human brain. The top-down approach focuses on observing and predicting human behavior and then testing these predictions through experiments and observations. On the other hand, the bottom-up approach involves directly identifying and studying neurological memories to gain insights into the internal activities of the brain. Both approaches provide valuable information for understanding the complexities of the human brain.

Submit
49. Kod produkcionih sistema, uslov primene je

Explanation

The correct answer is "stanje koje zadovoljava globalna baza podataka da bi pravilo bilo primenjeno" which translates to "the state that satisfies the global database in order for the rule to be applied." This suggests that in production systems, the condition for application is to have a state that meets the requirements of the global database for the rule to be executed.

Submit
50. Ako su dve moguće heurističke funkcija u A* algoritmu u odnosu h1(n) > h2(n), koji od iskaza je tačan. 

Explanation

The correct answer is "h2 otvara vise cvorova od h1". This means that h2 opens more nodes than h1. This suggests that h2 is a less informed heuristic function compared to h1, as it explores a larger search space. In contrast, h1 is more informed and explores a smaller search space.

Submit
51. Specifične informacije vezane za datu problemsku oblast koje olakšavaju procenu perspektivnosti mogućih alternativnih akcija u toku rešavanja datog problema, zovu se:

Explanation

Heurističke informacije su specifične informacije koje olakšavaju procenu perspektivnosti mogućih alternativnih akcija u toku rešavanja datog problema. Heuristike su pravila ili strategije koje se koriste za brže donošenje odluka ili rešavanje problema. One pružaju smernice ili "pravila palca" za usmeravanje razmišljanja i pomažu u smanjenju kompleksnosti problema. Heurističke informacije mogu biti zasnovane na prethodnom iskustvu, intuiciji ili znanju o sličnim situacijama. Ove informacije pomažu u fokusiranju na najvažnije aspekte problema i usmeravaju ka efikasnijem rešavanju.

Submit
52.    Na kom naučnom skupu je prvi put skovan naziv "Veštačka inteligencija":

Explanation

The correct answer is "Dartmouth Workshop 1956". This workshop, held at Dartmouth College in New Hampshire, USA, is widely recognized as the birthplace of the term "Artificial Intelligence". It was during this workshop that John McCarthy, Marvin Minsky, Nathaniel Rochester, and Claude Shannon coined the term to describe the field of study focused on creating machines that can simulate human intelligence. The Dartmouth Workshop 1956 is a significant event in the history of AI and marks the beginning of formal research and development in this field.

Submit
53. Kognitivna nauka i kognitivna neuronauka danas su izvan domena V.I.

Explanation

The given statement is in Croatian and it translates to "Cognitive science and cognitive neuroscience are outside the domain of V.I. (artificial intelligence) today." The correct answer "Tacno" means "True" in English. Therefore, the explanation for the correct answer is that the statement is true, indicating that cognitive science and cognitive neuroscience are currently considered to be separate from the field of artificial intelligence.

Submit
54. Kod A* algoritma pretrage, u funkciji „f(n) = g(n) + h(n)", h(n) je:

Explanation

In the A* search algorithm, the function "f(n) = g(n) + h(n)" is used to estimate the cost of a path from the start node to the goal node. Here, h(n) represents the heuristic estimation of the remaining cost to reach the goal node from node n. Therefore, the correct answer is "Heuristicki procena cene preostale putanje od cvora n do ciljnog cvora" (Heuristic estimation of the cost of the remaining path from node n to the goal node).

Submit
55. U odnosu na smer pretrage, produkcioni sistemi se mogu kategorisati kao:

Explanation

The correct answer includes three categories of production systems: Dvostrani sistemi (bilateral systems), Direktni sistemi (direct systems), and Reverzni sistemi (reverse systems). These categories are based on the direction of the search in the production system. Bilateral systems allow searching in both directions, direct systems allow searching only in the forward direction, and reverse systems allow searching only in the backward direction.

Submit
56. Sistemi koji poseduju i svojstvo monotonosti i parcijalne komutativnosti zovu se:

Explanation

Komutativni produkcioni sistemi su sistemi koji ispunjavaju svojstvo komutativnosti, što znači da redosled primene operacija ne utiče na krajnji rezultat. Ovi sistemi takođe ispunjavaju svojstvo monotonosti, što znači da primena većeg broja operacija ne može dovesti do manje rezultata. Dakle, kombinacija ova dva svojstva čini sisteme komutativnim i monotonim, zbog čega se nazivaju komutativni produkcioni sistemi.

Submit
57. Kod neinformativne pretrage sa iterativnim produbljivanjem, u stablu sa najvećom dubinom N, ukoliko je inicijalno ograničenje dubine takođe N, ovakva pretraga se može poistovetiti sa:

Explanation

In the given question, it is stated that in non-informative search with iterative deepening, if the initial depth limit is also N, this type of search can be identified with Depth First Search (DFS). This means that the correct answer is "Pretragom u dubinu" which translates to "Depth First Search" in English.

Submit
58. Koji procesi deluju u sistemima fizičkih simbola:

Explanation

The processes that operate in systems of physical symbols are creation, modification, reproduction, and destruction. These processes involve the creation of new symbols, the modification of existing symbols, the reproduction or copying of symbols, and the destruction or deletion of symbols. These processes are fundamental to the manipulation and transformation of symbols in physical systems.

Submit
59.  Ako je tačna vrednost za h(n)=5, za neki čvor u grafu pretrage, da li je u A* algoritmu moguće da procena h(n) za taj čvor bude h(n)=6:

Explanation

In the A* algorithm, the heuristic function h(n) is an estimate of the cost from the current node to the goal node. It is used to guide the search towards the most promising paths. If the correct value for h(n) is 5 for a certain node, it means that the estimated cost to reach the goal from that node is 5. Therefore, it is not possible for the estimate h(n) to be 6, as it would imply a higher cost than the correct value.

Submit
60. Kao osnovni kriterijumi za inteligentno ponašanje sistema najčešće se uzimaju:

Explanation

The correct answer is "Rezonovanje,Ponasanje". As basic criteria for intelligent behavior, reasoning and behavior are commonly considered. Reasoning refers to the ability to think logically and make deductions or inferences based on available information. Behavior refers to the actions or responses exhibited by the system in different situations. These two criteria are essential for a system to exhibit intelligent behavior.

Submit
61. Produkcioni sistemi podrazumevaju sledeće komponente:

Explanation

The correct answer is a combination of three components: strategija upravljanja (management strategy), Globalna baza podataka (global database), and skup pravila produkcije (set of production rules). These components are essential for production systems. The management strategy determines the overall plan and approach to managing the production process. The global database serves as a centralized repository of information and data that is accessible to all components of the production system. The set of production rules provides guidelines and instructions for the system to follow in order to carry out the production process effectively.

Submit
62.   Sistemi u kojima primena nekog pravila ne sprečava kasniju primenu nekog drugog pravila, koje je moglo biti primenjeno u momentu primene prvog pravila zovu se:

Explanation

Monotoni produkcioni sistemi su sistemi u kojima primena jednog pravila ne sprečava kasniju primenu drugog pravila, čak i ako je drugo pravilo moglo biti primenjeno u momentu primene prvog pravila. Ovo znači da se pravila mogu primenjivati nezavisno jedno od drugog, bez ikakvih ograničenja ili međusobnih zavisnosti.

Submit
63. Strategije se karakterisu preko sledecih pokazatelja

Explanation

The given answer includes the key indicators that characterize strategies: spatial complexity, optimality, completeness, and time complexity. Spatial complexity refers to the amount of memory or space required to execute a strategy. Optimality refers to the degree to which a strategy produces the best possible outcome. Completeness refers to whether a strategy is guaranteed to find a solution if one exists. Time complexity refers to the amount of time required to execute a strategy. Therefore, the given answer includes the important indicators that define strategies.

Submit
64.  U neinformativne strategije pretrage spadaju:

Explanation

The correct answer includes the strategies that fall under uninformed search. Uninformed search strategies do not use any additional information or heuristics to guide the search process. Therefore, the strategies "Pretraga u dubinu" (Depth-first search), "pretraga sa uniformnom cenom" (Uniform cost search), and "Pretraga u sirinu" (Breadth-first search) are considered uninformed search strategies.

Submit
65. Ako u A* algoritmu h(n) zadovoljava uslov monotonosti, da li se moze desiti promena ukazatelja u toku izvrsenja programa GRAPHSEARCH:

Explanation

In the A* algorithm, h(n) represents the heuristic function which estimates the cost of reaching the goal from a particular node. If h(n) satisfies the condition of monotonicity, it means that the estimated cost from any node to the goal is always less than or equal to the cost from its neighboring node to the goal plus the cost of moving from the current node to its neighbor. Therefore, in this scenario, it is not possible for the pointer to change during the execution of the GRAPHSEARCH program.

Submit
66. U Tjuringove argumente spadaju

Explanation

The correct answer includes four types of arguments: argument neformalnosti (informal argument), argument nesposobnosti (argument of incapability), matematicki argument (mathematical argument), and argument svesti (argument of consciousness). These different types of arguments encompass different approaches and methods of reasoning and can be used in various contexts to support a claim or position.

Submit
67. Da bi prošao Tjuringov test računar mora da poseduje svojstva

Explanation

The correct answer is samoposmatranje, reprezentacija znanja, obrada prirodnih jezika (NLP). In order for a computer to pass the Turing test, it must possess the abilities of self-observation, knowledge representation, and natural language processing (NLP). Self-observation refers to the computer's ability to analyze and understand its own actions and behaviors. Knowledge representation involves the computer's ability to store and manipulate information in a way that can be used for reasoning and decision-making. NLP enables the computer to understand and generate human language, allowing it to communicate effectively with humans. These abilities are crucial for a computer to convincingly mimic human intelligence and pass the Turing test.

Submit
68. Ako je heuristička funkcija u A* algoritmu oblika h(n)=C * (1/d(n)), gde je C konstanta, a d(n) dubina čvorova u grafu pretrage, pri kraju rada će algoritam imati svojstvo:

Explanation

The given heuristic function h(n)=C * (1/d(n)) in the A* algorithm is inversely proportional to the depth of the nodes in the search graph. As the algorithm progresses, the depth of the nodes increases, causing the heuristic value to decrease. This means that the algorithm will prioritize nodes with lower depths, leading to a breadth-first search behavior. Therefore, the algorithm will exhibit the property of "pretrage u sirinu" (breadth-first search) at the end of its execution.

Submit
69. Po Lajbnicu, stupnjevi saznanja su:

Explanation

The given answer lists the different levels of knowledge according to Leibniz. The levels are as follows: "congito confusa" (confused knowledge), "cognito distincta" (distinct knowledge), "claritas" (clarity), and "cognito intuitiva" (intuitive knowledge). This suggests that the progression of knowledge starts with confusion, then moves to distinct understanding, followed by clarity, and finally intuitive knowledge.

Submit
70. Ako  u A* algoritmu h(n) zadovoljava uslov monotonosti, da li se može desiti promena ukazatelja u toku izvršenja programa GRAPHSEARCH:

Explanation

In the A* algorithm, the heuristic function h(n) is used to estimate the cost from the current node to the goal node. If h(n) satisfies the condition of monotonicity, it means that the estimated cost from the current node to the goal node is always less than or equal to the estimated cost from any neighboring node to the goal node plus the cost of moving from the current node to that neighboring node. Therefore, the answer "ne" (no) suggests that the pointer cannot be changed during the execution of the GRAPHSEARCH program because it would violate the condition of monotonicity.

Submit
71.  Kod A* algoritma pretrage, u funkciji „f(n) = g(n) + h(n)", g(n) je:

Explanation

In the A* search algorithm, the function "f(n) = g(n) + h(n)" is used to estimate the total cost of a path. The term "g(n)" represents the cost of the path already taken to reach node n. On the other hand, "h(n)" is the heuristic estimate of the remaining cost to reach the goal node from node n. Therefore, the correct answer is "procena cene putanje koja prosiruje trenutnu putanju" which means "estimate of the cost of the path that extends the current path".

Submit
View My Results

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

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

  • Current Version
  • Mar 21, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Apr 05, 2020
    Quiz Created by
    Ascl
Cancel
  • All
    All (71)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Veštačka inteligencija se može smatrati univerzalnom naučnom...
Stablo je graf kod koga vazi sledece pravilo
   Kod produkcionih sistema, tipovi kod kojih pojedini...
U grafu tipa stablo, koren je cvor koji
Efikasne strategije upravljanja zahtevaju dovoljno informacija o...
Kod produkcionih sistema, tipovi kod kojih se koraci rešavanja...
Graf se sastoji od
Kod produkcionih sistema tipovi kod kojih se koraci resavanja ne mogu...
Cvor u grafu moze istovremeno biti i roditelj i dete
Da li je algoritam pretrage u sirinu A* algoritam
Produkcioni sistemi kod kojih se GB i terminalni uslovi mogu...
U grafu tipa stablo dubina cvora tipa koren je 
Produkcioni sistemi koji koriste П i О pravila produkcije zovu se:
U grafovima, dohvatiljivim se smatraju cvorovi do kojih
Grane u grafu mogu biti
Tjuringov test je do danas prosao veci broj sistema vestacke...
„Problem predstavljanja" je:
Za prolazak totalnog Tjuringovog testa računar mora da poseduje...
„Kognitivna revolucija" podrazumeva
Jaka hipoteza vestacke inteligencije je 
„Kognitivna revolucija" odnosi se na:
Strategiju pretrage definisu:
Ko je prvi definisao pojam sistema fizičkih simbola
Produkcioni sistemi koji koriste O pravila produkcije zovu se:
Nominalne definicije ostavljaju otvorenim pitanje da li 
Nalazenje optimalnih strategija pretrage u grafovima podrazumeva
Kategorije o mogucim pogledima na VI su 
Pristupi u oblasti VI mogu se svrstati u dve glavne kategorije
Algoritam A* je dopustiv
U grafu tipa stablo list je cvor koji
U sistemu produkcije, na pravila izdavanja i pamcenja vec oprobanih...
  U razlike između produkcionih sistema i klasičnih programskih...
Sistemi koji poseduju svojstvo invarijantnosti u odnosu na...
Svako inteligentno ponašanje mora biti određeno logičkim...
Cena primene pravila u grafovima se može izraziti:
Kom uredjaju najvise odgovara koncept sistema fizickih simbola
Sa čisto inženjerskog stanovišta, pitanje inteligentnih...
Kod neinformativne pretrage sa iterativnim produbljivanjem, u stablu...
Po Lajbnicovoj teoriji stupnjevi znanja, bitno ili dovresno znanje je...
Sta je sistem fizickih simbola
   Kod produkcionih sistema, strategija upravljanja...
Ako je usmerenost pretrage P=1, tada vazi:  
Produkcioni sistemi koji koriste П pravila produkcije zovu se:
Po Lajbnicovoj teoriji stupnjeva znanja, upotreba bitnog ili...
Slaba hipoteza veštačke inteligencije je:
Računarski agenti se od običnih računarskih programa razlikuju po...
 Kod A* algoritma pretrage, u funkciji „f(n) = g(n) +...
Osnovni pristupi kod proveravanja modela internih aktivnosti ljudskog...
Kod produkcionih sistema, uslov primene je
Ako su dve moguće heurističke funkcija u A* algoritmu u odnosu h1(n)...
Specifične informacije vezane za datu problemsku oblast koje...
   Na kom naučnom skupu je prvi put skovan naziv...
Kognitivna nauka i kognitivna neuronauka danas su izvan domena V.I.
Kod A* algoritma pretrage, u funkciji „f(n) = g(n) + h(n)",...
U odnosu na smer pretrage, produkcioni sistemi se mogu kategorisati...
Sistemi koji poseduju i svojstvo monotonosti i parcijalne...
Kod neinformativne pretrage sa iterativnim produbljivanjem, u stablu...
Koji procesi deluju u sistemima fizičkih simbola:
 Ako je tačna vrednost za h(n)=5, za neki čvor u grafu...
Kao osnovni kriterijumi za inteligentno ponašanje sistema...
Produkcioni sistemi podrazumevaju sledeće komponente:
  Sistemi u kojima primena nekog pravila ne sprečava kasniju...
Strategije se karakterisu preko sledecih pokazatelja
 U neinformativne strategije pretrage spadaju:
Ako u A* algoritmu h(n) zadovoljava uslov monotonosti, da li se moze...
U Tjuringove argumente spadaju
Da bi prošao Tjuringov test računar mora da poseduje svojstva
Ako je heuristička funkcija u A* algoritmu oblika h(n)=C * (1/d(n)),...
Po Lajbnicu, stupnjevi saznanja su:
Ako  u A* algoritmu h(n) zadovoljava uslov monotonosti, da li se...
 Kod A* algoritma pretrage, u funkciji „f(n) = g(n) +...
Alert!

Advertisement