{"id":17330,"date":"2023-08-25T01:19:54","date_gmt":"2023-08-25T01:19:54","guid":{"rendered":"https:\/\/onlineexammaker.com\/kb\/?p=17330"},"modified":"2024-04-01T23:46:12","modified_gmt":"2024-04-01T23:46:12","slug":"30-prolog-quiz-questions-and-answers","status":"publish","type":"post","link":"https:\/\/onlineexammaker.com\/kb\/30-prolog-quiz-questions-and-answers\/","title":{"rendered":"30 Prolog Quiz Questions and Answers"},"content":{"rendered":"<p>Prolog is a declarative, logic-based programming language that was developed in the early 1970s by Alain Colmerauer and Philippe Roussel at the University of Aix-Marseille, France. The name &#8220;Prolog&#8221; stands for &#8220;Programming in Logic.&#8221;<\/p>\n<p>Key features and characteristics of Prolog include:<\/p>\n<p>Logic Programming Paradigm: Prolog is based on the principles of logic programming, which revolves around defining relationships and rules between facts and entities rather than specifying a sequence of steps to achieve a goal.<\/p>\n<p>Facts and Rules: In Prolog, knowledge is represented using facts and rules. Facts represent simple statements or relationships between entities, while rules define logical implications or conditions that need to be satisfied.<\/p>\n<p>Predicates: Predicates are the building blocks of Prolog programs. They are used to define relationships between objects and properties. Each predicate has a unique name and may take one or more arguments.<\/p>\n<div class=\"refer_box\">\n<p class=\"refer_box_title\">Pro Tip<\/p>\n<p class=\"refer_box_text\">Want to assess your learners online? <a href=\"https:\/\/onlineexammaker.com?refer=blog_refer\">Create an online quiz for free<\/a>!<\/p>\n<\/div>\n<p>Unification: Unification is a fundamental concept in Prolog that allows the system to match queries with facts and rules. It involves finding substitutions for variables that make two terms identical.<\/p>\n<p>Backtracking: Prolog uses a powerful backtracking mechanism to find multiple solutions to a problem. If a certain rule or fact fails to satisfy a query, Prolog will backtrack and attempt alternative possibilities.<\/p>\n<h3>In this article<\/h3>\n<ul class=\"article_list\">\n<li><a href=\"#1\">Part 1: 30 Prolog quiz questions &#038; answers<\/a><\/li>\n<li><a href=\"#2\">Part 2: Download Prolog questions &#038; answers for free<\/a><\/l1>\n<li><a href=\"#3\">Part 3: Free online quiz creator &#8211; OnlineExamMaker<\/a><\/l1>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/Prolog.webp\" alt=\"\" width=\"847\" height=\"611\" class=\"alignnone size-full wp-image-17331\" srcset=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/Prolog.webp 847w, https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/Prolog-300x216.webp 300w, https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/Prolog-768x554.webp 768w\" sizes=\"(max-width: 847px) 100vw, 847px\" \/><\/p>\n<h3 id=\"1\">Part 1: 30 Prolog quiz questions &#038; answers<\/h3>\n<p>1. Prolog is a programming language based on which paradigm?<br \/>\n   a) Imperative programming<br \/>\n   b) Object-oriented programming<br \/>\n   c) Functional programming<br \/>\n   d) Logic programming<br \/>\n   Answer: d) Logic programming<\/p>\n<p>2. In Prolog, knowledge is represented using:<br \/>\n   a) Variables<br \/>\n   b) Loops<br \/>\n   c) Facts and rules<br \/>\n   d) Functions<br \/>\n   Answer: c) Facts and rules<\/p>\n<p>3. What is the fundamental concept in Prolog that allows the system to match queries with facts and rules?<br \/>\n   a) Unification<br \/>\n   b) Backtracking<br \/>\n   c) Recursion<br \/>\n   d) Inheritance<br \/>\n   Answer: a) Unification<\/p>\n<p>4. Predicates in Prolog are used to define:<br \/>\n   a) Relationships between objects and properties<br \/>\n   b) Loops<br \/>\n   c) Mathematical operations<br \/>\n   d) Conditional statements<br \/>\n   Answer: a) Relationships between objects and properties<\/p>\n<p>5. Prolog uses _______ to find multiple solutions to a problem.<br \/>\n   a) Overloading<br \/>\n   b) Recursion<br \/>\n   c) Backtracking<br \/>\n   d) Polymorphism<br \/>\n   Answer: c) Backtracking<\/p>\n<p>6. Which of the following represents a Prolog rule in the form of &#8220;Head :- Body&#8221;?<br \/>\n   a) &#8220;Goal -> Condition&#8221;<br \/>\n   b) &#8220;If Condition Then Goal&#8221;<br \/>\n   c) &#8220;Conclusion | Conditions&#8221;<br \/>\n   d) &#8220;Head :- Body&#8221;<br \/>\n   Answer: d) &#8220;Head :- Body&#8221;<\/p>\n<p>7. What does the &#8220;Head&#8221; of a Prolog rule represent?<br \/>\n   a) The conclusion or goal<br \/>\n   b) The sub-goals to be met<br \/>\n   c) The conditions for backtracking<br \/>\n   d) The name of the predicate<br \/>\n   Answer: a) The conclusion or goal<\/p>\n<p>8. In Prolog, what is the purpose of the &#8220;Body&#8221; in a rule?<br \/>\n   a) To specify the arguments for the predicate<br \/>\n   b) To define the name of the predicate<br \/>\n   c) To contain the conditions or sub-goals to be met<br \/>\n   d) To represent the result of the predicate<br \/>\n   Answer: c) To contain the conditions or sub-goals to be met<\/p>\n<p>9. Prolog supports which of the following programming paradigms in its core functionality?<br \/>\n   a) Imperative programming<br \/>\n   b) Object-oriented programming<br \/>\n   c) Functional programming<br \/>\n   d) Logic programming<br \/>\n   Answer: d) Logic programming<\/p>\n<p>10. Which term is used in Prolog to refer to finding alternative solutions by undoing previous decisions?<br \/>\n    a) Redo<br \/>\n    b) Retry<br \/>\n    c) Backtrack<br \/>\n    d) Restart<br \/>\n    Answer: c) Backtrack<\/p>\n<p>11. What is the operator used for unification in Prolog?<br \/>\n    a) &#038;&#038;<br \/>\n    b) ||<br \/>\n    c) =<br \/>\n    d) ==<br \/>\n    Answer: c) =<\/p>\n<p>12. Prolog rules without a body are known as:<br \/>\n    a) Undefined rules<br \/>\n    b) Empty rules<br \/>\n    c) Facts<br \/>\n    d) Clauses<br \/>\n    Answer: c) Facts<\/p>\n<p>13. In Prolog, which operator is used to represent logical OR?<br \/>\n    a) &#038;&#038;<br \/>\n    b) ,<br \/>\n    c) !<br \/>\n    d) ;<br \/>\n    Answer: d) ;<\/p>\n<p>14. In Prolog, which symbol is used to represent the end of a query?<br \/>\n    a) !<br \/>\n    b) .<br \/>\n    c) :<br \/>\n    d) $<br \/>\n    Answer: b) .<\/p>\n<p>15. What is the correct syntax for a Prolog rule representing &#8220;X is the mother of Y&#8221;?<br \/>\n    a) mother(X, Y) :-<br \/>\n    b) X(mother, Y) :-<br \/>\n    c) Y is mother(X) :-<br \/>\n    d) mother(X) = Y :-<br \/>\n    Answer: a) mother(X, Y) :-<\/p>\n<h3 id=\"2\">Part 2: Download Prolog questions &#038; answers for free<\/h3>\n<div class=\"embed_video_blog\">\n<div class=\"embed-responsive embed-responsive-16by9\" style=\"margin-bottom:16px;\">\n <iframe class=\"embed-responsive-item\" src=\"https:\/\/www.youtube.com\/embed\/zlqho9igH2Y\"><\/iframe>\n<\/div>\n<\/div>\n<div class=\"getstarted-container\">\n<p style=\"margin-bottom: 13px;\">Download questions &#038; answers for free<\/p>\n<div class=\"blog_double_btn clearfix\">\n<div class=\"col-sm-6  col-xs-12\">\n<div class=\"p-style-a\"><a class=\"get_started_btn\" href=\"https:\/\/onlineexammaker.com\/thanks-for-downloading-questions.html?url=https:\/\/onlineexammaker.com\/questions-answers\/769-Prolog.zip\">Free Download <\/a><\/div>\n<div class=\"p-style-b\">Download quiz questions<\/div>\n<\/div>\n<div class=\"col-sm-6  col-xs-12\">\n<div class=\"p-style-a\"><a class=\"get_started_btn\" href=\"https:\/\/onlineexammaker.com\/features\/ai-question-generator.html?refer=download_questions\" target=\"_blank\" rel=\"noopener\">Try AI Question Generator<\/a><\/div>\n<div class=\"p-style-b\">Generate questions for any topic<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p>16. In Prolog, which built-in predicate is used to check equality between terms?<br \/>\n    a) equal<br \/>\n    b) ==<br \/>\n    c) compare<br \/>\n    d) =<br \/>\n    Answer: d) =<\/p>\n<p>17. How does Prolog handle variables in queries?<br \/>\n    a) It automatically assigns values to variables.<br \/>\n    b) It replaces variables with constants.<br \/>\n    c) It unifies variables with values that satisfy the query.<br \/>\n    d) It ignores variables in queries.<br \/>\n    Answer: c) It unifies variables with values that satisfy the query.<\/p>\n<p>18. In Prolog, what is the purpose of the cut (!) operator?<br \/>\n    a) To terminate the program immediately.<br \/>\n    b) To prevent backtracking beyond its position.<br \/>\n    c) To skip the current query and move to the next one.<br \/>\n    d) To create a new rule.<br \/>\n    Answer: b) To prevent backtracking beyond its position.<\/p>\n<p>19. Which Prolog predicate is used to define arithmetic operations?<br \/>\n    a) math<br \/>\n    b) arith<br \/>\n    c) is<br \/>\n    d) compute<br \/>\n    Answer: c) is<\/p>\n<p>20. What does the term &#8220;Horn clause&#8221; refer to in Prolog?<br \/>\n    a) A clause with multiple heads<br \/>\n    b) A clause with a body but no head<br \/>\n    c) A clause with a single head and an optional body<br \/>\n    d) A clause with multiple bodies<br \/>\n    Answer: c) A clause with a single head and an optional body<\/p>\n<p>21. Prolog is commonly used for building which type of systems?<br \/>\n    a) Procedural systems<br \/>\n    b) Object-oriented systems<br \/>\n    c) Rule-based expert systems<br \/>\n    d) Functional systems<br \/>\n    Answer: c) Rule-based expert systems<\/p>\n<p>22. Which Prolog predicate is used to check if a list is empty?<br \/>\n    a) empty<br \/>\n    b) []<br \/>\n    c) list_empty<br \/>\n    d) empty_list<br \/>\n    Answer: b) []<\/p>\n<p>23. Which of the following represents a Prolog list with elements &#8220;1, 2, 3&#8221;?<br \/>\n    a) [1, 2, 3]<br \/>\n    b) (1, 2, 3)<br \/>\n    c) {1, 2, 3}<br \/>\n    d) <1, 2, 3><br \/>\n    Answer: a) [1, 2, 3]<\/p>\n<p>24. Prolog allows for _______ recursion, where a rule calls itself with a reduced problem.<br \/>\n    a) Direct<br \/>\n    b) Indirect<br \/>\n    c) Tail<br \/>\n    d) Nested<br \/>\n    Answer: c) Tail<\/p>\n<p>25. Which built-in predicate is used to find the length of a list in Prolog?<br \/>\n    a) list_length<br \/>\n    b) len<br \/>\n    c) length<br \/>\n    d) list_len<br \/>\n    Answer: c) length<\/p>\n<div class=\"refer_box\">\n<p class=\"refer_box_title\">Just so you know<\/p>\n<p class=\"refer_box_text\">With <a href=\"https:\/\/onlineexammaker.com?refer=blog_refer\">OnlineExamMaker quiz software<\/a>, anyone can create &#038; share professional online assessments easily.<\/p>\n<\/div>\n<p>26. Prolog supports which of the following types of variables?<br \/>\n    a) Local variables<br \/>\n    b) Global variables<br \/>\n    c) Logical variables<br \/>\n    d) Constant variables<br \/>\n    Answer: c) Logical variables<\/p>\n<p>27. In Prolog, what does the &#8220;fail&#8221; predicate do?<br \/>\n    a) Terminates the program<br \/>\n    b) Causes the current rule to fail and triggers backtracking<br \/>\n    c) Returns the number of solutions found so far<br \/>\n    d) Executes a built-in predicate<br \/>\n    Answer: b) Causes the current rule to fail and triggers backtracking<\/p>\n<p>28. Which Prolog predicate is used to check if an element exists in a list?<br \/>\n    a) in<br \/>\n    b) member<br \/>\n    c) contains<br \/>\n    d) element<\/p>\n<p> Answer: b) member<\/p>\n<p>29. Prolog is primarily based on which branch of mathematical logic?<br \/>\n    a) Set theory<br \/>\n    b) Predicate logic<br \/>\n    c) Boolean algebra<br \/>\n    d) Fuzzy logic<br \/>\n    Answer: b) Predicate logic<\/p>\n<p>30. Which Prolog built-in predicate is used to stop backtracking and commit to the current solution?<br \/>\n    a) ;<br \/>\n    b) !<br \/>\n    c) ,<br \/>\n    d) =><br \/>\n    Answer: b) !<\/p>\n<h3 id=\"3\">Part 3: Best online quiz making platform &#8211; OnlineExamMaker<\/h3>\n<p>Save time and effort with automated grading, instantly generating scores and results for each respondent. OnlineExamMaker grades your quizzes automatically, and provides valuable insights for performance evaluation. Whether you are an educator looking to engage students or a business professional seeking effective training methods, OnlineExamMaker quiz maker is a reliable and efficient solution that streamlines the assessment process for improved learning outcomes.<\/p>\n<div class=\"embed_video_blog\">\n<div class=\"embed-responsive embed-responsive-16by9\" style=\"margin-bottom:16px;\">\n <iframe class=\"embed-responsive-item\" src=\"https:\/\/www.youtube.com\/embed\/bv7AAAyFOo4\"><\/iframe>\n<\/div>\n<\/div>\n<div class=\"getstarted-container\">\n<p style=\"margin-bottom: 13px;\">Create Your Next Quiz\/Exam with OnlineExamMaker<\/p>\n<div class=\"blog_double_btn clearfix\">\n<div class=\"col-sm-6  col-xs-12\">\n<div class=\"p-style-a\"><a class=\"get_started_btn\" href=\"https:\/\/onlineexammaker.com\/sign-up.html?refer=blog_btn\"> Get Started Free<\/a><\/div>\n<div class=\"p-style-b\">SAAS, free forever<\/div>\n<\/div>\n<div class=\"col-sm-6  col-xs-12\">\n<div class=\"p-style-a\"><a class=\"get_started_btn\" href=\"https:\/\/onlineexammaker.com\/lan.html?refer=blog_btn\">On-Premise: Download<\/a><\/div>\n<div class=\"p-style-b\">100% data ownership<\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Prolog is a declarative, logic-based programming language that was developed in the early 1970s by Alain Colmerauer and Philippe Roussel at the University of Aix-Marseille, France. The name &#8220;Prolog&#8221; stands for &#8220;Programming in Logic.&#8221; Key features and characteristics of Prolog include: Logic Programming Paradigm: Prolog is based on the principles of logic programming, which revolves [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":17331,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[353],"tags":[],"class_list":["post-17330","post","type-post","status-publish","format-standard","hentry","category-questions-answers"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>30 Prolog Quiz Questions and Answers - OnlineExamMaker Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/onlineexammaker.com\/kb\/30-prolog-quiz-questions-and-answers\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"30 Prolog Quiz Questions and Answers - OnlineExamMaker Blog\" \/>\n<meta property=\"og:description\" content=\"Prolog is a declarative, logic-based programming language that was developed in the early 1970s by Alain Colmerauer and Philippe Roussel at the University of Aix-Marseille, France. The name &#8220;Prolog&#8221; stands for &#8220;Programming in Logic.&#8221; Key features and characteristics of Prolog include: Logic Programming Paradigm: Prolog is based on the principles of logic programming, which revolves [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineexammaker.com\/kb\/30-prolog-quiz-questions-and-answers\/\" \/>\n<meta property=\"og:site_name\" content=\"OnlineExamMaker Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-25T01:19:54+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-01T23:46:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/Prolog.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"847\" \/>\n\t<meta property=\"og:image:height\" content=\"611\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Willson Black\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Willson Black\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-prolog-quiz-questions-and-answers\/\",\"url\":\"https:\/\/onlineexammaker.com\/kb\/30-prolog-quiz-questions-and-answers\/\",\"name\":\"30 Prolog Quiz Questions and Answers - OnlineExamMaker Blog\",\"isPartOf\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#website\"},\"datePublished\":\"2023-08-25T01:19:54+00:00\",\"dateModified\":\"2024-04-01T23:46:12+00:00\",\"author\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-prolog-quiz-questions-and-answers\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineexammaker.com\/kb\/30-prolog-quiz-questions-and-answers\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-prolog-quiz-questions-and-answers\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineexammaker.com\/kb\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"30 Prolog Quiz Questions and Answers\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#website\",\"url\":\"https:\/\/onlineexammaker.com\/kb\/\",\"name\":\"OnlineExamMaker Blog\",\"description\":\"OnlineExamMaker\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onlineexammaker.com\/kb\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b\",\"name\":\"Willson Black\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/cdcb7df856a2cdfc9affd6f71823f077?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/cdcb7df856a2cdfc9affd6f71823f077?s=96&r=g\",\"caption\":\"Willson Black\"},\"url\":\"https:\/\/onlineexammaker.com\/kb\/author\/willblog\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"30 Prolog Quiz Questions and Answers - OnlineExamMaker Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/onlineexammaker.com\/kb\/30-prolog-quiz-questions-and-answers\/","og_locale":"en_US","og_type":"article","og_title":"30 Prolog Quiz Questions and Answers - OnlineExamMaker Blog","og_description":"Prolog is a declarative, logic-based programming language that was developed in the early 1970s by Alain Colmerauer and Philippe Roussel at the University of Aix-Marseille, France. The name &#8220;Prolog&#8221; stands for &#8220;Programming in Logic.&#8221; Key features and characteristics of Prolog include: Logic Programming Paradigm: Prolog is based on the principles of logic programming, which revolves [&hellip;]","og_url":"https:\/\/onlineexammaker.com\/kb\/30-prolog-quiz-questions-and-answers\/","og_site_name":"OnlineExamMaker Blog","article_published_time":"2023-08-25T01:19:54+00:00","article_modified_time":"2024-04-01T23:46:12+00:00","og_image":[{"width":847,"height":611,"url":"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/Prolog.webp","type":"image\/webp"}],"author":"Willson Black","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Willson Black","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineexammaker.com\/kb\/30-prolog-quiz-questions-and-answers\/","url":"https:\/\/onlineexammaker.com\/kb\/30-prolog-quiz-questions-and-answers\/","name":"30 Prolog Quiz Questions and Answers - OnlineExamMaker Blog","isPartOf":{"@id":"https:\/\/onlineexammaker.com\/kb\/#website"},"datePublished":"2023-08-25T01:19:54+00:00","dateModified":"2024-04-01T23:46:12+00:00","author":{"@id":"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b"},"breadcrumb":{"@id":"https:\/\/onlineexammaker.com\/kb\/30-prolog-quiz-questions-and-answers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineexammaker.com\/kb\/30-prolog-quiz-questions-and-answers\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineexammaker.com\/kb\/30-prolog-quiz-questions-and-answers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineexammaker.com\/kb\/"},{"@type":"ListItem","position":2,"name":"30 Prolog Quiz Questions and Answers"}]},{"@type":"WebSite","@id":"https:\/\/onlineexammaker.com\/kb\/#website","url":"https:\/\/onlineexammaker.com\/kb\/","name":"OnlineExamMaker Blog","description":"OnlineExamMaker","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlineexammaker.com\/kb\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b","name":"Willson Black","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/cdcb7df856a2cdfc9affd6f71823f077?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cdcb7df856a2cdfc9affd6f71823f077?s=96&r=g","caption":"Willson Black"},"url":"https:\/\/onlineexammaker.com\/kb\/author\/willblog\/"}]}},"_links":{"self":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/17330"}],"collection":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/comments?post=17330"}],"version-history":[{"count":3,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/17330\/revisions"}],"predecessor-version":[{"id":27999,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/17330\/revisions\/27999"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media\/17331"}],"wp:attachment":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media?parent=17330"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/categories?post=17330"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/tags?post=17330"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}