{"id":9798,"date":"2023-06-23T18:05:47","date_gmt":"2023-06-23T18:05:47","guid":{"rendered":"https:\/\/onlineexammaker.com\/kb\/?p=9798"},"modified":"2024-04-02T15:06:52","modified_gmt":"2024-04-02T15:06:52","slug":"30-computer-science-quiz-questions-and-answers-free-download","status":"publish","type":"post","link":"https:\/\/onlineexammaker.com\/kb\/30-computer-science-quiz-questions-and-answers-free-download\/","title":{"rendered":"30 Computer Science Quiz Questions and Answers Free Download"},"content":{"rendered":"<p>The development of computer science has been a fascinating journey filled with numerous advancements and milestones. <\/p>\n<p>Early Computing Devices: The history of computer science dates back to the 19th century when early mechanical devices like Charles Babbage&#8217;s Analytical Engine and Ada Lovelace&#8217;s work on programming concepts laid the foundation for modern computing.<\/p>\n<p>Electronic Computers: The development of electronic computers marked a major breakthrough in computer science. In the mid-20th century, pioneers such as John von Neumann and J. Presper Eckert and John W. Mauchly built the first electronic computers, like ENIAC and EDVAC, which used vacuum tubes and punched cards.<\/p>\n<p>Programming Languages: The invention of high-level programming languages brought about a revolution in computer science. FORTRAN, developed by IBM in the 1950s, was one of the earliest high-level programming languages, followed by languages like COBOL and ALGOL.<\/p>\n<p>Internet and Networking: The advent of the internet in the late 1960s and the development of networking protocols such as TCP\/IP revolutionized communication and information sharing. This laid the foundation for the World Wide Web, which was introduced by Tim Berners-Lee in the 1990s.<\/p>\n<p>Artificial Intelligence: Artificial intelligence (AI) emerged as a field of study in the mid-20th century, focusing on developing machines capable of human-like intelligence. Significant advancements in AI, including machine learning and deep learning, have been made in recent decades, leading to applications like image recognition, natural language processing, and autonomous vehicles.<\/p>\n<p>Here we list 30 computer science questions for your quizzes.<\/p>\n<ul class=\"article_list\">\n<li><a href=\"#1\">Part 1: 30 computer science quiz questions &#038; answers<\/a><\/li>\n<li><a href=\"#2\">Part 2: Download computer science questions &#038; answers for free<\/a><\/l1>\n<li><a href=\"#3\">Part 3: Free online quiz making software &#8211; OnlineExamMaker<\/a><\/l1>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/06\/computer-science-quiz.webp\" alt=\"\" width=\"850\" height=\"520\" class=\"alignnone size-full wp-image-9799\" srcset=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/06\/computer-science-quiz.webp 850w, https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/06\/computer-science-quiz-300x184.webp 300w, https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/06\/computer-science-quiz-768x470.webp 768w\" sizes=\"(max-width: 850px) 100vw, 850px\" \/><\/p>\n<h3 id=\"1\">Part 1: 30 multiple-choice quiz questions about computer science<\/h3>\n<p>1. Which of the following programming languages is used for web development?<br \/>\n   a) Python<br \/>\n   b) Java<br \/>\n   c) HTML<br \/>\n   d) C++<br \/>\n   Answer: c) HTML<\/p>\n<p>2. What does CPU stand for?<br \/>\n   a) Central Processing Unit<br \/>\n   b) Computer Processing Unit<br \/>\n   c) Central Power Unit<br \/>\n   d) Computer Power Unit<br \/>\n   Answer: a) Central Processing Unit<\/p>\n<p>3. Which data structure follows the Last-In-First-Out (LIFO) principle?<br \/>\n   a) Queue<br \/>\n   b) Stack<br \/>\n   c) Linked List<br \/>\n   d) Tree<br \/>\n   Answer: b) Stack<\/p>\n<p>4. What does CSS stand for?<br \/>\n   a) Computer Style Sheets<br \/>\n   b) Cascading Style Sheets<br \/>\n   c) Creative Style Sheets<br \/>\n   d) Colorful Style Sheets<br \/>\n   Answer: b) Cascading Style Sheets<\/p>\n<p>5. Which protocol is used for sending email over the Internet?<br \/>\n   a) POP<br \/>\n   b) SMTP<br \/>\n   c) HTTP<br \/>\n   d) FTP<br \/>\n   Answer: b) SMTP<\/p>\n<p>6. What is the binary representation of the decimal number 10?<br \/>\n   a) 1010<br \/>\n   b) 1100<br \/>\n   c) 1001<br \/>\n   d) 1110<br \/>\n   Answer: a) 1010<\/p>\n<p>7. What is the process of converting a high-level programming language into machine code called?<br \/>\n   a) Compiling<br \/>\n   b) Debugging<br \/>\n   c) Interpreting<br \/>\n   d) Executing<br \/>\n   Answer: a) Compiling<\/p>\n<p>8. Which programming language is known for its use in artificial intelligence and machine learning?<br \/>\n   a) C#<br \/>\n   b) Python<br \/>\n   c) Ruby<br \/>\n   d) Swift<br \/>\n   Answer: b) Python<\/p>\n<p>9. What is the default file extension for a Java source code file?<br \/>\n   a) .java<br \/>\n   b) .class<br \/>\n   c) .jar<br \/>\n   d) .py<br \/>\n   Answer: a) .java<\/p>\n<p>10. What does HTML stand for?<br \/>\n    a) Hyper Text Markup Language<br \/>\n    b) Hyperlink and Text Manipulation Language<br \/>\n    c) Home Tool Markup Language<br \/>\n    d) High Tech Multimedia Language<br \/>\n    Answer: a) Hyper Text Markup Language<\/p>\n<p>11. What is the primary function of an operating system?<br \/>\n    a) Run applications<br \/>\n    b) Store data<br \/>\n    c) Connect to the internet<br \/>\n    d) Manage computer resources<br \/>\n    Answer: d) Manage computer resources<\/p>\n<p>12. Which data structure allows for efficient search, insertion, and deletion operations in O(log n) time?<br \/>\n    a) Stack<br \/>\n    b) Queue<br \/>\n    c) Array<br \/>\n    d) Binary search tree<br \/>\n    Answer: d) Binary search tree<\/p>\n<p>13. Which encryption algorithm is commonly used for secure communication on the web?<br \/>\n    a) RSA<br \/>\n    b) AES<br \/>\n    c) SHA<br \/>\n    d) MD5<br \/>\n    Answer: b) AES<\/p>\n<p>14. Which of the following is a relational database management system (RDBMS)?<br \/>\n    a) MongoDB<br \/>\n    b) Redis<br \/>\n    c) MySQL<br \/>\n    d) SQLite<br \/>\n    Answer: c) MySQL<\/p>\n<p>15. What does URL stand for?<br \/>\n    a) Universal Resource Locator<br \/>\n    b) Uniform Resource Locator<br \/>\n    c) Universal Reference Locator<br \/>\n    d) Uniform Reference Locator<br \/>\n    Answer: b) Uniform Resource Locator<\/p>\n<p>16. Which programming paradigm focuses on the use of objects and classes?<br \/>\n    a) Procedural programming<br \/>\n    b) Object-oriented programming<br \/>\n    c) Functional programming<br \/>\n    d) Logic programming<br \/>\n    Answer: b) Object-oriented programming<\/p>\n<h3 id=\"2\">Part 2: Download computer science  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\/8-computer-science-quiz.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>17. Which of the following is not a web browser?<br \/>\n    a) Google Chrome<br \/>\n    b) Mozilla Firefox<br \/>\n    c) Microsoft Excel<br \/>\n    d) Safari<br \/>\n    Answer: c) Microsoft Excel<\/p>\n<p>18. What is the binary representation of the decimal number 25?<br \/>\n    a) 11001<br \/>\n    b) 10011<br \/>\n    c) 10101<br \/>\n    d) 11100<br \/>\n    Answer: b) 10011<\/p>\n<p>19. What does SQL stand for?<br \/>\n    a) Structured Query Language<br \/>\n    b) Standard Query Language<br \/>\n    c) System Query Language<br \/>\n    d) Sequential Query Language<br \/>\n    Answer: a) Structured Query Language<\/p>\n<p>20. Which programming language is used to create Android applications?<br \/>\n    a) Java<br \/>\n    b) C++<br \/>\n    c) Swift<br \/>\n    d) Python<br \/>\n    Answer: a) Java<\/p>\n<p>21. What is the purpose of a firewall?<br \/>\n    a) To protect against viruses<br \/>\n    b) To prevent unauthorized access to a network<br \/>\n    c) To speed up internet connectivity<br \/>\n    d) To store and retrieve data<br \/>\n    Answer: b) To prevent unauthorized access to a network<\/p>\n<p>22. Which of the following is an example of a high-level programming language?<br \/>\n    a) Assembly language<br \/>\n    b) Machine language<br \/>\n    c) C language<br \/>\n    d) Binary code<br \/>\n    Answer: c) C language<\/p>\n<p>23. Which data structure uses a First-In-First-Out (FIFO) approach?<br \/>\n    a) Stack<br \/>\n    b) Queue<br \/>\n    c) Tree<br \/>\n    d) Linked List<br \/>\n    Answer: b) Queue<\/p>\n<p>24. What is the purpose of an index in a database?<br \/>\n    a) To speed up search operations<br \/>\n    b) To store large amounts of data<br \/>\n    c) To create relationships between tables<br \/>\n    d) To perform mathematical calculations<br \/>\n    Answer: a) To speed up search operations<\/p>\n<p>25. Which programming language is often used for game development?<br \/>\n    a) Java<br \/>\n    b) C#<br \/>\n    c) Ruby<br \/>\n    d) PHP<br \/>\n    Answer: b) C#<\/p>\n<p>26. What is the default port number for HTTP?<br \/>\n    a) 80<br \/>\n    b) 443<br \/>\n    c) 21<br \/>\n    d) 22<br \/>\n    Answer: a) 80<\/p>\n<p>27. What is the purpose of an IDE in software development?<br \/>\n    a) To write code<br \/>\n    b) To debug code<br \/>\n    c) To compile and run code<br \/>\n    d) All of the above<br \/>\n    Answer: d) All of the above<\/p>\n<p>28. Which programming language is commonly used for data analysis and statistical computing?<br \/>\n    a) Python<br \/>\n    b) JavaScript<br \/>\n    c) R<br \/>\n    d) PHP<br \/>\n    Answer: c) R<\/p>\n<p>29. What does DNS stand for?<br \/>\n    a) Domain Name System<br \/>\n    b) Dynamic Name Service<br \/>\n    c) Digital Network System<br \/>\n    d) Distributed Network Service<br \/>\n    Answer: a) Domain Name System<\/p>\n<p>30. Which of the following is an example of a non-volatile storage device?<br \/>\n    a) RAM<br \/>\n    b) SSD<br \/>\n    c) CPU<br \/>\n    d) Cache<br \/>\n    Answer: b) SSD<\/p>\n<h3 id=\"3\">Part 3: Free online quiz creator software &#8211; OnlineExamMaker<\/h3>\n<p>OnlineExamMaker is an innovative online quiz software that empowers educators, trainers, and HR professionals to create engaging quizzes and assessments. Users can enrich quizzes by incorporating images, audio, and video content, making learning more interactive and engaging. The software is optimized for mobile devices, allowing learners to access quizzes anytime, anywhere, and facilitating remote learning and on-the-go 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\/N4DjKqmclcE\"><\/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>The development of computer science has been a fascinating journey filled with numerous advancements and milestones. Early Computing Devices: The history of computer science dates back to the 19th century when early mechanical devices like Charles Babbage&#8217;s Analytical Engine and Ada Lovelace&#8217;s work on programming concepts laid the foundation for modern computing. Electronic Computers: The [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":9799,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[353],"tags":[],"class_list":["post-9798","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 Computer Science Quiz Questions and Answers Free Download - 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-computer-science-quiz-questions-and-answers-free-download\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"30 Computer Science Quiz Questions and Answers Free Download - OnlineExamMaker Blog\" \/>\n<meta property=\"og:description\" content=\"The development of computer science has been a fascinating journey filled with numerous advancements and milestones. Early Computing Devices: The history of computer science dates back to the 19th century when early mechanical devices like Charles Babbage&#8217;s Analytical Engine and Ada Lovelace&#8217;s work on programming concepts laid the foundation for modern computing. Electronic Computers: The [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineexammaker.com\/kb\/30-computer-science-quiz-questions-and-answers-free-download\/\" \/>\n<meta property=\"og:site_name\" content=\"OnlineExamMaker Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-06-23T18:05:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-02T15:06:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/06\/computer-science-quiz.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"850\" \/>\n\t<meta property=\"og:image:height\" content=\"520\" \/>\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-computer-science-quiz-questions-and-answers-free-download\/\",\"url\":\"https:\/\/onlineexammaker.com\/kb\/30-computer-science-quiz-questions-and-answers-free-download\/\",\"name\":\"30 Computer Science Quiz Questions and Answers Free Download - OnlineExamMaker Blog\",\"isPartOf\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#website\"},\"datePublished\":\"2023-06-23T18:05:47+00:00\",\"dateModified\":\"2024-04-02T15:06:52+00:00\",\"author\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-computer-science-quiz-questions-and-answers-free-download\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineexammaker.com\/kb\/30-computer-science-quiz-questions-and-answers-free-download\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-computer-science-quiz-questions-and-answers-free-download\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineexammaker.com\/kb\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"30 Computer Science Quiz Questions and Answers Free Download\"}]},{\"@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 Computer Science Quiz Questions and Answers Free Download - 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-computer-science-quiz-questions-and-answers-free-download\/","og_locale":"en_US","og_type":"article","og_title":"30 Computer Science Quiz Questions and Answers Free Download - OnlineExamMaker Blog","og_description":"The development of computer science has been a fascinating journey filled with numerous advancements and milestones. Early Computing Devices: The history of computer science dates back to the 19th century when early mechanical devices like Charles Babbage&#8217;s Analytical Engine and Ada Lovelace&#8217;s work on programming concepts laid the foundation for modern computing. Electronic Computers: The [&hellip;]","og_url":"https:\/\/onlineexammaker.com\/kb\/30-computer-science-quiz-questions-and-answers-free-download\/","og_site_name":"OnlineExamMaker Blog","article_published_time":"2023-06-23T18:05:47+00:00","article_modified_time":"2024-04-02T15:06:52+00:00","og_image":[{"width":850,"height":520,"url":"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/06\/computer-science-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-computer-science-quiz-questions-and-answers-free-download\/","url":"https:\/\/onlineexammaker.com\/kb\/30-computer-science-quiz-questions-and-answers-free-download\/","name":"30 Computer Science Quiz Questions and Answers Free Download - OnlineExamMaker Blog","isPartOf":{"@id":"https:\/\/onlineexammaker.com\/kb\/#website"},"datePublished":"2023-06-23T18:05:47+00:00","dateModified":"2024-04-02T15:06:52+00:00","author":{"@id":"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b"},"breadcrumb":{"@id":"https:\/\/onlineexammaker.com\/kb\/30-computer-science-quiz-questions-and-answers-free-download\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineexammaker.com\/kb\/30-computer-science-quiz-questions-and-answers-free-download\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineexammaker.com\/kb\/30-computer-science-quiz-questions-and-answers-free-download\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineexammaker.com\/kb\/"},{"@type":"ListItem","position":2,"name":"30 Computer Science Quiz Questions and Answers Free Download"}]},{"@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\/9798"}],"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=9798"}],"version-history":[{"count":6,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/9798\/revisions"}],"predecessor-version":[{"id":28500,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/9798\/revisions\/28500"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media\/9799"}],"wp:attachment":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media?parent=9798"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/categories?post=9798"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/tags?post=9798"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}