{"id":17318,"date":"2023-08-25T01:14:54","date_gmt":"2023-08-25T01:14:54","guid":{"rendered":"https:\/\/onlineexammaker.com\/kb\/?p=17318"},"modified":"2024-04-02T15:08:49","modified_gmt":"2024-04-02T15:08:49","slug":"30-cobol-quiz-questions-and-answers","status":"publish","type":"post","link":"https:\/\/onlineexammaker.com\/kb\/30-cobol-quiz-questions-and-answers\/","title":{"rendered":"30 COBOL Quiz Questions and Answers"},"content":{"rendered":"<p>COBOL (Common Business-Oriented Language) is a high-level programming language primarily designed for business data processing applications. It was one of the earliest programming languages, developed in the late 1950s by a committee led by Grace Hopper. COBOL&#8217;s design aimed to be easily readable and understandable by non-programmers, making it suitable for business professionals who wanted to write and understand computer programs.<\/p>\n<p>Key features and characteristics of COBOL include:<\/p>\n<p>Business-Oriented: COBOL was specifically designed for business applications, such as payroll processing, inventory management, and financial systems. Its syntax is inspired by English-like sentences to make it easier for business users to read and write code.<\/p>\n<p>Data Processing: COBOL excels in handling large volumes of data, especially in batch processing scenarios. It provides extensive support for record-based file handling and data manipulation.<\/p>\n<p>Record Structures: COBOL is well-suited for processing data organized in fixed-length records or tabular formats. It allows developers to define data structures using the &#8220;record description&#8221; clause.<\/p>\n<p>Data Division: COBOL programs are structured into various divisions, with the &#8220;Data Division&#8221; being particularly important. In this division, data structures and files are defined, along with their characteristics and layout.<\/p>\n<p>Procedural Language: COBOL follows a procedural programming paradigm, where programs consist of a series of steps or procedures that are executed sequentially.<\/p>\n<h3>Article overview<\/h3>\n<ul class=\"article_list\">\n<li><a href=\"#1\">Part 1: 30 COBOL quiz questions &#038; answers<\/a><\/li>\n<li><a href=\"#2\">Part 2: Download COBOL questions &#038; answers for free<\/a><\/l1>\n<li><a href=\"#3\">Part 3: Free online quiz software &#8211; OnlineExamMaker<\/a><\/l1>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/COBOL-quiz.webp\" alt=\"\" width=\"900\" height=\"500\" class=\"alignnone size-full wp-image-17319\" srcset=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/COBOL-quiz.webp 900w, https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/COBOL-quiz-300x167.webp 300w, https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/COBOL-quiz-768x427.webp 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" \/><\/p>\n<h3 id=\"1\">Part 1: 30 COBOL quiz questions &#038; answers<\/h3>\n<p>1. COBOL stands for:<br \/>\n   a) Common Object-Oriented Business Language<br \/>\n   b) Common Business-Oriented Language<br \/>\n   c) Common Object-Based Language<br \/>\n   d) Common Business Language<br \/>\n   Answer: b) Common Business-Oriented Language<\/p>\n<p>2. COBOL is primarily designed for:<br \/>\n   a) Scientific computing<br \/>\n   b) Web development<br \/>\n   c) Business data processing<br \/>\n   d) Game development<br \/>\n   Answer: c) Business data processing<\/p>\n<p>3. COBOL was developed in which decade?<br \/>\n   a) 1960s<br \/>\n   b) 1970s<br \/>\n   c) 1980s<br \/>\n   d) 1950s<br \/>\n   Answer: d) 1950s<\/p>\n<p>4. Which programming paradigm does COBOL follow?<br \/>\n   a) Object-oriented programming<br \/>\n   b) Functional programming<br \/>\n   c) Procedural programming<br \/>\n   d) Logic programming<br \/>\n   Answer: c) Procedural programming<\/p>\n<p>5. What division in a COBOL program is used for defining data structures and files?<br \/>\n   a) Input Division<br \/>\n   b) Output Division<br \/>\n   c) Data Division<br \/>\n   d) Procedure Division<br \/>\n   Answer: c) Data Division<\/p>\n<p>6. The &#8220;ADD&#8221; verb in COBOL is used for:<br \/>\n   a) Adding two numbers<br \/>\n   b) Concatenating strings<br \/>\n   c) Writing data to a file<br \/>\n   d) Defining a new variable<br \/>\n   Answer: a) Adding two numbers<\/p>\n<p>7. COBOL provides extensive support for handling data organized in:<br \/>\n   a) Stacks<br \/>\n   b) Arrays<br \/>\n   c) Fixed-length records<br \/>\n   d) Linked lists<br \/>\n   Answer: c) Fixed-length records<\/p>\n<p>8. Which COBOL division contains the actual processing logic and the sequence of steps to be executed?<br \/>\n   a) Procedure Division<br \/>\n   b) Input Division<br \/>\n   c) Output Division<br \/>\n   d) Data Division<br \/>\n   Answer: a) Procedure Division<\/p>\n<p>9. The &#8220;PERFORM&#8221; verb in COBOL is used for:<br \/>\n   a) Executing arithmetic operations<br \/>\n   b) Reading data from a file<br \/>\n   c) Performing a repetitive task<br \/>\n   d) Displaying output to the screen<br \/>\n   Answer: c) Performing a repetitive task<\/p>\n<p>10. COBOL supports _______ arithmetic for handling financial calculations.<br \/>\n    a) Floating-point<br \/>\n    b) Integer<br \/>\n    c) Decimal<br \/>\n    d) Complex<br \/>\n    Answer: c) Decimal<\/p>\n<p>11. Which COBOL division contains the program identification and author information?<br \/>\n    a) Input Division<br \/>\n    b) Output Division<br \/>\n    c) Data Division<br \/>\n    d) Identification Division<br \/>\n    Answer: d) Identification Division<\/p>\n<p>12. The &#8220;MOVE&#8221; verb in COBOL is used for:<br \/>\n    a) Moving data between variables<br \/>\n    b) Moving data between different programs<br \/>\n    c) Moving data to a file<br \/>\n    d) Moving data to the printer<br \/>\n    Answer: a) Moving data between variables<\/p>\n<p>13. COBOL is widely used in which industries?<br \/>\n    a) Entertainment and gaming<br \/>\n    b) Finance and banking<br \/>\n    c) Healthcare and medical<br \/>\n    d) Education and research<br \/>\n    Answer: b) Finance and banking<\/p>\n<p>14. Which COBOL division contains the input file specifications?<br \/>\n    a) Input Division<br \/>\n    b) Output Division<br \/>\n    c) File Division<br \/>\n    d) Data Division<br \/>\n    Answer: c) File Division<\/p>\n<p>15. The &#8220;IF&#8221; statement in COBOL is used for:<br \/>\n    a) Looping over a block of code<br \/>\n    b) Defining a new variable<br \/>\n    c) Performing arithmetic operations<br \/>\n    d) Making conditional decisions<br \/>\n    Answer: d) Making conditional decisions<\/p>\n<h3 id=\"2\">Part 2: Download COBOL 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\/767-COBOL.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. COBOL programs can be compiled and executed on various platforms, making them:<br \/>\n    a) Platform-specific<br \/>\n    b) Platform-independent<br \/>\n    c) Platform-neutral<br \/>\n    d) Platform-flexible<br \/>\n    Answer: b) Platform-independent<\/p>\n<p>17. Which COBOL verb is used to read data from a file?<br \/>\n    a) READ<br \/>\n    b) WRITE<br \/>\n    c) PERFORM<br \/>\n    d) DISPLAY<br \/>\n    Answer: a) READ<\/p>\n<p>18. The COBOL &#8220;STOP RUN&#8221; statement is used to:<br \/>\n    a) Terminate the program execution<br \/>\n    b) Pause the program execution<br \/>\n    c) Start the program execution<br \/>\n    d) Output a message to the screen<br \/>\n    Answer: a) Terminate the program execution<\/p>\n<p>19. Which COBOL division contains the output file specifications?<br \/>\n    a) Input Division<br \/>\n    b) Output Division<br \/>\n    c) File Division<br \/>\n    d) Data Division<br \/>\n    Answer: c) File Division<\/p>\n<p>20. COBOL is known for its syntax that resembles:<br \/>\n    a) Mathematical notation<br \/>\n    b) Assembly language<br \/>\n    c) English language sentences<br \/>\n    d) HTML markup<br \/>\n    Answer: c) English language sentences<\/p>\n<p>21. The COBOL verb &#8220;WRITE&#8221; is used for:<br \/>\n    a) Writing data to a file<br \/>\n    b) Writing data to the printer<br \/>\n    c) Writing data to the screen<br \/>\n    d) Writing data to a database<br \/>\n    Answer: a) Writing data to a file<\/p>\n<p>22. Which COBOL division contains the source code for the program logic?<br \/>\n    a) Procedure Division<br \/>\n    b) Input Division<br \/>\n    c) Output Division<br \/>\n    d) Data Division<br \/>\n    Answer: a) Procedure Division<\/p>\n<p>23. Which statement is true regarding COBOL&#8217;s readability and understandability?<br \/>\n    a) It is difficult to read and understand for non-programmers.<br \/>\n    b) It is primarily designed for expert programmers.<br \/>\n    c) It is designed to be easily readable by non-programmers.<br \/>\n    d) It uses a complex syntax similar to other programming languages.<br \/>\n    Answer: c) It is designed to be easily readable by non-programmers.<\/p>\n<p>24. Which COBOL division contains the file access mode and organization information?<br \/>\n    a) File Division<br \/>\n    b) Input Division<br \/>\n    c) Output Division<br \/>\n    d) Data Division<br \/>\n    Answer: a) File Division<\/p>\n<p>25. COBOL uses _______ as the delimiter for separating statements.<br \/>\n    a) Semicolon (;)<br \/>\n    b) Colon (:)<br \/>\n    c) Period (.)<br \/>\n    d) Comma (,)<br \/>\n    Answer: c) Period (.)<\/p>\n<p>26. The COBOL &#8220;DISPLAY&#8221; statement is used to:<br \/>\n    a) Write data to a file<br \/>\n    b) Display data on the screen<br \/>\n    c) Perform arithmetic operations<br \/>\n    d) Move data between variables<br \/>\n    Answer: b) Display data on the screen<\/p>\n<p>27. In COBOL, what is the purpose of the &#8220;PERFORM THRU&#8221; statement?<br \/>\n    a) To specify the range of input data<br \/>\n    b) To execute a series of statements repeatedly<br \/>\n    c) To control the flow of the program<br \/>\n    d) To terminate the program<br \/>\n    Answer: b) To execute a series of statements repeatedly<\/p>\n<p>28. Which COBOL division contains the output device specifications?<br \/>\n    a) Input Division<br \/>\n    b) Output Division<br \/>\n    c) Data Division<br \/>\n    d) Environment Division<br \/>\n    Answer: d) Environment Division<\/p>\n<p>29. The &#8220;REWRITE&#8221; verb in COBOL is used for:<br \/>\n    a) Reading data from a file<\/p>\n<p> b) Writing data to a file<br \/>\n    c) Updating existing data in a file<br \/>\n    d) Closing a file<br \/>\n    Answer: c) Updating existing data in a file<\/p>\n<p>30. COBOL programs are mainly used for:<br \/>\n    a) Scientific calculations<br \/>\n    b) Game development<br \/>\n    c) Business data processing<br \/>\n    d) Web development<br \/>\n    Answer: c) Business data processing<\/p>\n<h3 id=\"3\">Part 3: Best online quiz making platform &#8211; OnlineExamMaker<\/h3>\n<p>OnlineExamMaker is a powerful and user-friendly software tool that allows educators, trainers, and businesses to create interactive online quizzes and assessments. With OnlineExamMaker quiz software, you can easily design and distribute quizzes to evaluate knowledge, gather feedback, and measure performance.<\/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>COBOL (Common Business-Oriented Language) is a high-level programming language primarily designed for business data processing applications. It was one of the earliest programming languages, developed in the late 1950s by a committee led by Grace Hopper. COBOL&#8217;s design aimed to be easily readable and understandable by non-programmers, making it suitable for business professionals who wanted [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":17319,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[353],"tags":[],"class_list":["post-17318","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 COBOL 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-cobol-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 COBOL Quiz Questions and Answers - OnlineExamMaker Blog\" \/>\n<meta property=\"og:description\" content=\"COBOL (Common Business-Oriented Language) is a high-level programming language primarily designed for business data processing applications. It was one of the earliest programming languages, developed in the late 1950s by a committee led by Grace Hopper. COBOL&#8217;s design aimed to be easily readable and understandable by non-programmers, making it suitable for business professionals who wanted [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineexammaker.com\/kb\/30-cobol-quiz-questions-and-answers\/\" \/>\n<meta property=\"og:site_name\" content=\"OnlineExamMaker Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-25T01:14:54+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-02T15:08:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/COBOL-quiz.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"900\" \/>\n\t<meta property=\"og:image:height\" content=\"500\" \/>\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-cobol-quiz-questions-and-answers\/\",\"url\":\"https:\/\/onlineexammaker.com\/kb\/30-cobol-quiz-questions-and-answers\/\",\"name\":\"30 COBOL Quiz Questions and Answers - OnlineExamMaker Blog\",\"isPartOf\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#website\"},\"datePublished\":\"2023-08-25T01:14:54+00:00\",\"dateModified\":\"2024-04-02T15:08:49+00:00\",\"author\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-cobol-quiz-questions-and-answers\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineexammaker.com\/kb\/30-cobol-quiz-questions-and-answers\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-cobol-quiz-questions-and-answers\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineexammaker.com\/kb\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"30 COBOL 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 COBOL 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-cobol-quiz-questions-and-answers\/","og_locale":"en_US","og_type":"article","og_title":"30 COBOL Quiz Questions and Answers - OnlineExamMaker Blog","og_description":"COBOL (Common Business-Oriented Language) is a high-level programming language primarily designed for business data processing applications. It was one of the earliest programming languages, developed in the late 1950s by a committee led by Grace Hopper. COBOL&#8217;s design aimed to be easily readable and understandable by non-programmers, making it suitable for business professionals who wanted [&hellip;]","og_url":"https:\/\/onlineexammaker.com\/kb\/30-cobol-quiz-questions-and-answers\/","og_site_name":"OnlineExamMaker Blog","article_published_time":"2023-08-25T01:14:54+00:00","article_modified_time":"2024-04-02T15:08:49+00:00","og_image":[{"width":900,"height":500,"url":"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/COBOL-quiz.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-cobol-quiz-questions-and-answers\/","url":"https:\/\/onlineexammaker.com\/kb\/30-cobol-quiz-questions-and-answers\/","name":"30 COBOL Quiz Questions and Answers - OnlineExamMaker Blog","isPartOf":{"@id":"https:\/\/onlineexammaker.com\/kb\/#website"},"datePublished":"2023-08-25T01:14:54+00:00","dateModified":"2024-04-02T15:08:49+00:00","author":{"@id":"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b"},"breadcrumb":{"@id":"https:\/\/onlineexammaker.com\/kb\/30-cobol-quiz-questions-and-answers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineexammaker.com\/kb\/30-cobol-quiz-questions-and-answers\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineexammaker.com\/kb\/30-cobol-quiz-questions-and-answers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineexammaker.com\/kb\/"},{"@type":"ListItem","position":2,"name":"30 COBOL 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\/17318"}],"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=17318"}],"version-history":[{"count":3,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/17318\/revisions"}],"predecessor-version":[{"id":28504,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/17318\/revisions\/28504"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media\/17319"}],"wp:attachment":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media?parent=17318"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/categories?post=17318"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/tags?post=17318"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}