{"id":17324,"date":"2023-08-25T01:17:02","date_gmt":"2023-08-25T01:17:02","guid":{"rendered":"https:\/\/onlineexammaker.com\/kb\/?p=17324"},"modified":"2023-09-09T23:43:38","modified_gmt":"2023-09-09T23:43:38","slug":"30-lisp-quiz-questions-and-answers","status":"publish","type":"post","link":"https:\/\/onlineexammaker.com\/kb\/30-lisp-quiz-questions-and-answers\/","title":{"rendered":"30 Lisp Quiz Questions and Answers"},"content":{"rendered":"<p>Lisp (short for List Processing) is a family of programming languages known for its unique and distinctive features. It was one of the first high-level programming languages and was invented by John McCarthy in the late 1950s. Lisp has been influential in the development of many other programming languages and has found applications in various fields, including artificial intelligence and symbolic computation.<\/p>\n<p>Key features and characteristics of Lisp include:<\/p>\n<p>S-expressions: In Lisp, programs and data are represented as symbolic expressions or S-expressions. S-expressions are nested lists made up of atoms (symbols or numbers) and other lists.<\/p>\n<p>Homoiconicity: Lisp&#8217;s code and data share the same syntax. This characteristic, called homoiconicity, makes it easy to manipulate code programmatically and enables powerful metaprogramming capabilities.<\/p>\n<p>Dynamic typing: Lisp is dynamically typed, meaning variable types are determined at runtime rather than explicitly declared.<\/p>\n<p>Automatic memory management: Like many modern languages, Lisp incorporates garbage collection to automatically manage memory allocation and deallocation.<\/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<h3>Article outline<\/h3>\n<ul class=\"article_list\">\n<li><a href=\"#1\">Part 1: 30 Lisp quiz questions &#038; answers<\/a><\/li>\n<li><a href=\"#2\">Part 2: Download Lisp 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\/Lisp-quiz.webp\" alt=\"\" width=\"850\" height=\"571\" class=\"alignnone size-full wp-image-17325\" srcset=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/Lisp-quiz.webp 850w, https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/Lisp-quiz-300x202.webp 300w, https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/Lisp-quiz-768x516.webp 768w\" sizes=\"(max-width: 850px) 100vw, 850px\" \/><\/p>\n<h3 id=\"1\">Part 1: 30 Lisp quiz questions &#038; answers<\/h3>\n<p>1. What does Lisp stand for?<br \/>\n   a) List Processing<br \/>\n   b) Logical Instruction Set Programming<br \/>\n   c) Language-Integrated Symbolic Programming<br \/>\n   d) Logic and Integer Symbolic Processing<br \/>\n   Answer: a) List Processing<\/p>\n<p>2. In Lisp, programs and data are represented as:<br \/>\n   a) Strings<br \/>\n   b) Arrays<br \/>\n   c) S-expressions<br \/>\n   d) Integers<br \/>\n   Answer: c) S-expressions<\/p>\n<p>3. What does homoiconicity mean in the context of Lisp?<br \/>\n   a) The ability to execute code without interpretation<br \/>\n   b) The integration of symbolic and numeric data types<br \/>\n   c) Code and data sharing the same syntax<br \/>\n   d) Recursive data structures<br \/>\n   Answer: c) Code and data sharing the same syntax<\/p>\n<p>4. Which Lisp dialect is commonly used for extending the functionality of the Emacs text editor?<br \/>\n   a) Common Lisp<br \/>\n   b) Scheme<br \/>\n   c) Clojure<br \/>\n   d) Emacs Lisp<br \/>\n   Answer: d) Emacs Lisp<\/p>\n<p>5. Which control structure does Lisp encourage the use of?<br \/>\n   a) Loops<br \/>\n   b) Conditionals<br \/>\n   c) Recursion<br \/>\n   d) Switch statements<br \/>\n   Answer: c) Recursion<\/p>\n<p>6. What is the primary purpose of Lisp macros?<br \/>\n   a) To add new features to the programming language<br \/>\n   b) To simplify code with pre-defined functions<br \/>\n   c) To allow for powerful code transformations and abstractions<br \/>\n   d) To improve code readability<br \/>\n   Answer: c) To allow for powerful code transformations and abstractions<\/p>\n<p>7. Which Lisp dialect is known for its minimalist and elegant design?<br \/>\n   a) Common Lisp<br \/>\n   b) Scheme<br \/>\n   c) Clojure<br \/>\n   d) Emacs Lisp<br \/>\n   Answer: b) Scheme<\/p>\n<p>8. In Lisp, how are variables represented?<br \/>\n   a) With a dollar sign prefix ($variable)<br \/>\n   b) With a hash symbol prefix (#variable)<br \/>\n   c) With a percent sign prefix (%variable)<br \/>\n   d) Without any special prefix (variable)<br \/>\n   Answer: d) Without any special prefix (variable)<\/p>\n<p>9. What is the primary application of Lisp in artificial intelligence (AI)?<br \/>\n   a) Image processing<br \/>\n   b) Machine learning<br \/>\n   c) Natural language processing<br \/>\n   d) Web development<br \/>\n   Answer: c) Natural language processing<\/p>\n<p>10. Which Lisp dialect is designed to run on the Java Virtual Machine (JVM)?<br \/>\n    a) Common Lisp<br \/>\n    b) Scheme<br \/>\n    c) Clojure<br \/>\n    d) Emacs Lisp<br \/>\n    Answer: c) Clojure<\/p>\n<p>11. Which of the following is NOT a Lisp data type?<br \/>\n    a) List<br \/>\n    b) Integer<br \/>\n    c) Symbol<br \/>\n    d) Dictionary<br \/>\n    Answer: d) Dictionary<\/p>\n<p>12. In Lisp, which function is used to create a new list by adding an element at the end?<br \/>\n    a) append<br \/>\n    b) cons<br \/>\n    c) push<br \/>\n    d) extend<br \/>\n    Answer: a) append<\/p>\n<p>13. What does the &#8216;car&#8217; function in Lisp return?<br \/>\n    a) The first element of a list<br \/>\n    b) The last element of a list<br \/>\n    c) The length of a list<br \/>\n    d) The sum of all elements in a list<br \/>\n    Answer: a) The first element of a list<\/p>\n<p>14. Which operator is used for logical AND in Lisp?<br \/>\n    a) &#038;&#038;<br \/>\n    b) and<br \/>\n    c) AND<br \/>\n    d) &#038;<br \/>\n    Answer: b) and<\/p>\n<p>15. What is the output of the following Lisp code: (+ 5 3 (* 2 4)) ?<br \/>\n    a) 17<br \/>\n    b) 15<br \/>\n    c) 13<br \/>\n    d) 20<br \/>\n    Answer: a) 17<\/p>\n<h3 id=\"2\">Part 2: Download Lisp questions &#038; answers for free<\/h3>\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\/768-Lisp.zip\">Free Download <\/a><\/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?refer=download_questions\" target=\"_blank\" rel=\"noopener\">Create An Online Quiz<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<p>16. Which function is used to convert a number into a string in Lisp?<br \/>\n    a) int-to-string<br \/>\n    b) str<br \/>\n    c) number-to-string<br \/>\n    d) stringify<br \/>\n    Answer: c) number-to-string<\/p>\n<p>17. In Lisp, what is the purpose of the &#8216;cdr&#8217; function?<br \/>\n    a) It returns the first element of a list.<br \/>\n    b) It returns the last element of a list.<br \/>\n    c) It returns the rest of the elements in a list except the first one.<br \/>\n    d) It returns the length of a list.<br \/>\n    Answer: c) It returns the rest of the elements in a list except the first one.<\/p>\n<p>18. Which Lisp dialect is commonly used in web development?<br \/>\n    a) Common Lisp<br \/>\n    b) Scheme<br \/>\n    c) Clojure<br \/>\n    d) Emacs Lisp<br \/>\n    Answer: c) Clojure<\/p>\n<p>19. Which special symbol is used to represent &#8216;nil&#8217; or an empty list in Lisp?<br \/>\n    a) ()<br \/>\n    b) []<br \/>\n    c) {}<br \/>\n    d) <><br \/>\n    Answer: a) ()<\/p>\n<p>20. In Lisp, what is the role of &#8216;setq&#8217;?<br \/>\n    a) It is used to define functions.<br \/>\n    b) It is used to set the value of a variable.<br \/>\n    c) It is used to include external libraries.<br \/>\n    d) It is used to create macros.<br \/>\n    Answer: b) It is used to set the value of a variable.<\/p>\n<p>21. Which Lisp dialect is known for its support of object-oriented programming?<br \/>\n    a) Common Lisp<br \/>\n    b) Scheme<br \/>\n    c) Clojure<br \/>\n    d) Emacs Lisp<br \/>\n    Answer: a) Common Lisp<\/p>\n<p>22. What is tail recursion in Lisp?<br \/>\n    a) A type of recursion used for processing linked lists.<br \/>\n    b) A form of recursion where the recursive call is the last operation in the function.<br \/>\n    c) A recursive algorithm used in tree data structures.<br \/>\n    d) A form of recursion used in artificial intelligence algorithms.<br \/>\n    Answer: b) A form of recursion where the recursive call is the last operation in the function.<\/p>\n<p>23. Which function is used to calculate the length of a list in Lisp?<br \/>\n    a) length<br \/>\n    b) len<br \/>\n    c) list-length<br \/>\n    d) list-size<br \/>\n    Answer: a) length<\/p>\n<p>24. What does REPL stand for in the context of Lisp?<br \/>\n    a) Read, Execute, Print, Loop<br \/>\n    b) Reusable Programming Language<br \/>\n    c) Recursive Expression Parser Library<br \/>\n    d) Real-time Evaluation and Programming Loop<br \/>\n    Answer: a) Read, Execute, Print, Loop<\/p>\n<p>25. Which of the following is a valid comment syntax in Lisp?<br \/>\n    a) \/* This is a comment *\/<br \/>\n    b) <!-- This is a comment --><br \/>\n    c) ;; This is a comment<br \/>\n    d) # This is a comment<br \/>\n    Answer: c) ;; This is a comment<\/p>\n<p>26. Which function is used to check if an element exists in a list in Lisp?<br \/>\n    a) in<br \/>\n    b) exists<br \/>\n    c) contains<br \/>\n    d) member<br \/>\n    Answer: d) member<\/p>\n<p>27. Which Lisp dialect is known for its focus on immutability and functional programming?<br \/>\n    a) Common Lisp<br \/>\n    b) Scheme<br \/>\n    c) Clojure<br \/>\n    d) Emacs Lisp<br \/>\n    Answer: c) Clojure<\/p>\n<div class=\"refer_box\">\n<p class=\"refer_box_title\">Pro Tip<\/p>\n<p class=\"refer_box_text\">You can build engaging online quizzes with our <a href=\"https:\/\/onlineexammaker.com?refer=blog_refer\">free online quiz maker<\/a>.<\/p>\n<\/div>\n<p>28. What is the role of the &#8216;map&#8217; function in Lisp?<br \/>\n    a) It applies a function to each element of a list and returns a new list.<br \/>\n    b) It merges two lists into a single list.<br \/>\n    c) It filters the elements of a list based on a given condition.<br \/>\n    d) It sorts the elements of a list in ascending order.<br \/>\n    Answer: a) It applies a function to each element of a list and returns a new list.<\/p>\n<p>29. Which Lisp dialect is commonly used for educational purposes due to its simplicity?<br \/>\n    a) Common Lisp<br \/>\n    b) Scheme<br \/>\n    c) Clojure<br \/>\n    d) Emacs Lisp<br \/>\n    Answer: b) Scheme<\/p>\n<p>30. In Lisp, what does the function &#8216;cond&#8217; do?<br \/>\n    a) It performs a bitwise AND operation on two numbers.<br \/>\n    b) It defines a new macro.<br \/>\n    c) It allows multiple conditional branches to be tested in order.<br \/>\n    d) It checks if a list is empty.<br \/>\n    Answer: c) It allows multiple conditional branches to be tested in order.<\/p>\n<h3 id=\"3\">Part 3: Best online quiz making platform &#8211; OnlineExamMaker<\/h3>\n<p>With OnlineExamMaker, you can create online exams, performance assessments, practice tests to assess leaners&#8217; knowledge and skills, and boost their engagement &#038; improve knowledge retention. Supporting up to 10 question types, teachers are able to create quizzes with multiple-choice, true or false, matching, and open-ended questions, OnlineExamMaker provides flexibility in creating professional assessments.<\/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>Lisp (short for List Processing) is a family of programming languages known for its unique and distinctive features. It was one of the first high-level programming languages and was invented by John McCarthy in the late 1950s. Lisp has been influential in the development of many other programming languages and has found applications in various [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":17325,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[353],"tags":[],"class_list":["post-17324","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 Lisp 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-lisp-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 Lisp Quiz Questions and Answers - OnlineExamMaker Blog\" \/>\n<meta property=\"og:description\" content=\"Lisp (short for List Processing) is a family of programming languages known for its unique and distinctive features. It was one of the first high-level programming languages and was invented by John McCarthy in the late 1950s. Lisp has been influential in the development of many other programming languages and has found applications in various [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineexammaker.com\/kb\/30-lisp-quiz-questions-and-answers\/\" \/>\n<meta property=\"og:site_name\" content=\"OnlineExamMaker Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-25T01:17:02+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-09-09T23:43:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/Lisp-quiz.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"850\" \/>\n\t<meta property=\"og:image:height\" content=\"571\" \/>\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=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-lisp-quiz-questions-and-answers\/\",\"url\":\"https:\/\/onlineexammaker.com\/kb\/30-lisp-quiz-questions-and-answers\/\",\"name\":\"30 Lisp Quiz Questions and Answers - OnlineExamMaker Blog\",\"isPartOf\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#website\"},\"datePublished\":\"2023-08-25T01:17:02+00:00\",\"dateModified\":\"2023-09-09T23:43:38+00:00\",\"author\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-lisp-quiz-questions-and-answers\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineexammaker.com\/kb\/30-lisp-quiz-questions-and-answers\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-lisp-quiz-questions-and-answers\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineexammaker.com\/kb\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"30 Lisp 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 Lisp 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-lisp-quiz-questions-and-answers\/","og_locale":"en_US","og_type":"article","og_title":"30 Lisp Quiz Questions and Answers - OnlineExamMaker Blog","og_description":"Lisp (short for List Processing) is a family of programming languages known for its unique and distinctive features. It was one of the first high-level programming languages and was invented by John McCarthy in the late 1950s. Lisp has been influential in the development of many other programming languages and has found applications in various [&hellip;]","og_url":"https:\/\/onlineexammaker.com\/kb\/30-lisp-quiz-questions-and-answers\/","og_site_name":"OnlineExamMaker Blog","article_published_time":"2023-08-25T01:17:02+00:00","article_modified_time":"2023-09-09T23:43:38+00:00","og_image":[{"width":850,"height":571,"url":"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/Lisp-quiz.webp","type":"image\/webp"}],"author":"Willson Black","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Willson Black","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineexammaker.com\/kb\/30-lisp-quiz-questions-and-answers\/","url":"https:\/\/onlineexammaker.com\/kb\/30-lisp-quiz-questions-and-answers\/","name":"30 Lisp Quiz Questions and Answers - OnlineExamMaker Blog","isPartOf":{"@id":"https:\/\/onlineexammaker.com\/kb\/#website"},"datePublished":"2023-08-25T01:17:02+00:00","dateModified":"2023-09-09T23:43:38+00:00","author":{"@id":"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b"},"breadcrumb":{"@id":"https:\/\/onlineexammaker.com\/kb\/30-lisp-quiz-questions-and-answers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineexammaker.com\/kb\/30-lisp-quiz-questions-and-answers\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineexammaker.com\/kb\/30-lisp-quiz-questions-and-answers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineexammaker.com\/kb\/"},{"@type":"ListItem","position":2,"name":"30 Lisp 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\/17324"}],"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=17324"}],"version-history":[{"count":2,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/17324\/revisions"}],"predecessor-version":[{"id":19041,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/17324\/revisions\/19041"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media\/17325"}],"wp:attachment":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media?parent=17324"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/categories?post=17324"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/tags?post=17324"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}