{"id":14536,"date":"2023-08-10T07:07:46","date_gmt":"2023-08-10T07:07:46","guid":{"rendered":"https:\/\/onlineexammaker.com\/kb\/?p=14536"},"modified":"2024-04-02T06:42:56","modified_gmt":"2024-04-02T06:42:56","slug":"30-delphi-quiz-questions-and-answers","status":"publish","type":"post","link":"https:\/\/onlineexammaker.com\/kb\/30-delphi-quiz-questions-and-answers\/","title":{"rendered":"30 Delphi Quiz Questions and Answers"},"content":{"rendered":"<p>Delphi is an integrated development environment (IDE) and an object-oriented, rapid application development (RAD) programming language. It was originally developed by Borland Software Corporation in 1995 and is now maintained and distributed by Embarcadero Technologies. Delphi is designed to help developers create Windows applications quickly and efficiently, with a focus on ease of use and productivity.<\/p>\n<p>Delphi is commonly used to develop a wide range of applications, including desktop software, business applications, scientific applications, database applications, games, and more. It provides developers with the tools and resources needed to create robust and feature-rich applications with relatively short development cycles. It is a powerful and versatile development environment and language that empowers developers to create native Windows applications with an emphasis on rapid development, flexibility, and productivity. With its recent support for cross-platform development, Delphi has expanded its reach to other operating systems, making it an attractive choice for developers aiming to target multiple platforms with the same codebase.<\/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<h3>Table of content<\/h3>\n<ul class=\"article_list\">\n<li><a href=\"#1\">Part 1: 30 Delphi quiz questions &#038; answers<\/a><\/li>\n<li><a href=\"#2\">Part 2: Download Delphi questions &#038; answers for free<\/a><\/l1>\n<li><a href=\"#3\">Part 3: Free online quiz platform &#8211; OnlineExamMaker<\/a><\/l1>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/Delphi.webp\" alt=\"\" width=\"800\" height=\"561\" class=\"alignnone size-full wp-image-14537\" srcset=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/Delphi.webp 800w, https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/Delphi-300x210.webp 300w, https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/Delphi-768x539.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/p>\n<h3 id=\"1\">Part 1: 30 Delphi quiz questions &#038; answers<\/h3>\n<p>1. Delphi is a programming language primarily used for developing:<br \/>\n   a) Web applications<br \/>\n   b) Mobile applications<br \/>\n   c) Windows applications<br \/>\n   d) Embedded systems<\/p>\n<p>   Answer: c) Windows applications<\/p>\n<p>2. Delphi&#8217;s Integrated Development Environment (IDE) provides tools for:<br \/>\n   a) Code editing, debugging, and testing<br \/>\n   b) Web design and development<br \/>\n   c) Data analysis and visualization<br \/>\n   d) Networking and server management<\/p>\n<p>   Answer: a) Code editing, debugging, and testing<\/p>\n<p>3. Which of the following is NOT a feature of Delphi&#8217;s Rapid Application Development (RAD) approach?<br \/>\n   a) Drag-and-drop UI design<br \/>\n   b) Cross-platform development<br \/>\n   c) Visual component library (VCL)<br \/>\n   d) Code reusability<\/p>\n<p>   Answer: b) Cross-platform development<\/p>\n<p>4. The Visual Component Library (VCL) in Delphi consists of pre-built:<br \/>\n   a) SQL queries<br \/>\n   b) Graphics and multimedia components<br \/>\n   c) User interface components<br \/>\n   d) Networking libraries<\/p>\n<p>   Answer: c) User interface components<\/p>\n<p>5. Delphi applications are event-driven, meaning they respond to:<br \/>\n   a) User actions and system events<br \/>\n   b) Background processes and threads<br \/>\n   c) Database queries and updates<br \/>\n   d) External API calls<\/p>\n<p>   Answer: a) User actions and system events<\/p>\n<p>6. Which language is used as the scripting language for Delphi applications?<br \/>\n   a) JavaScript<br \/>\n   b) Pascal<br \/>\n   c) Python<br \/>\n   d) C#<\/p>\n<p>   Answer: b) Pascal<\/p>\n<p>7. Delphi provides built-in support for connecting to various databases through:<br \/>\n   a) Java Database Connectivity (JDBC)<br \/>\n   b) Data Access Components (DAC)<br \/>\n   c) ActiveX Data Objects (ADO)<br \/>\n   d) Structured Query Language (SQL)<\/p>\n<p>   Answer: b) Data Access Components (DAC)<\/p>\n<p>8. In Delphi, what is the purpose of a &#8220;TButton&#8221; component?<br \/>\n   a) Displaying images<br \/>\n   b) Handling user input<br \/>\n   c) Creating database connections<br \/>\n   d) Performing mathematical calculations<\/p>\n<p>   Answer: b) Handling user input<\/p>\n<p>9. Which Delphi component is used to display a collection of data in tabular form?<br \/>\n   a) TEdit<br \/>\n   b) TPanel<br \/>\n   c) TStringGrid<br \/>\n   d) TListBox<\/p>\n<p>   Answer: c) TStringGrid<\/p>\n<p>10. Which Delphi component is used to display images?<br \/>\n    a) TImage<br \/>\n    b) TLabel<br \/>\n    c) TButton<br \/>\n    d) TCheckBox<\/p>\n<p>    Answer: a) TImage<\/p>\n<p>11. Delphi&#8217;s &#8220;Form Designer&#8221; allows developers to visually design:<br \/>\n    a) Database tables<br \/>\n    b) User interfaces<br \/>\n    c) Network protocols<br \/>\n    d) Data analysis algorithms<\/p>\n<p>    Answer: b) User interfaces<\/p>\n<p>12. What is the file extension for Delphi source code files?<br \/>\n    a) .pas<br \/>\n    b) .exe<br \/>\n    c) .delphi<br \/>\n    d) .dfm<\/p>\n<p>    Answer: a) .pas<\/p>\n<p>13. Delphi applications can be compiled into executable files with the extension:<br \/>\n    a) .pas<br \/>\n    b) .exe<br \/>\n    c) .dfm<br \/>\n    d) .dll<\/p>\n<p>    Answer: b) .exe<\/p>\n<p>14. Which Delphi keyword is used to define a new class?<br \/>\n    a) class<br \/>\n    b) def<br \/>\n    c) type<br \/>\n    d) var<\/p>\n<p>    Answer: c) type<\/p>\n<p>15. In Delphi, which data type is used to store text or strings?<br \/>\n    a) Integer<br \/>\n    b) Double<br \/>\n    c) Char<br \/>\n    d) String<\/p>\n<p>    Answer: d) String<\/p>\n<h3 id=\"2\">Part 2: Download Delphi 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\/443-Delphi.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. What does the &#8220;ShowMessage&#8221; function do in Delphi?<br \/>\n    a) Displays a message box with a message<br \/>\n    b) Prints a message to the console<br \/>\n    c) Clears the message box content<br \/>\n    d) Shows a tooltip with a message<\/p>\n<p>    Answer: a) Displays a message box with a message<\/p>\n<p>17. Which Delphi keyword is used to define a new variable?<br \/>\n    a) define<br \/>\n    b) var<br \/>\n    c) new<br \/>\n    d) type<\/p>\n<p>    Answer: b) var<\/p>\n<p>18. Which Delphi component is used to display a list of items that the user can select?<br \/>\n    a) TEdit<br \/>\n    b) TListBox<br \/>\n    c) TButton<br \/>\n    d) TCheckBox<\/p>\n<p>    Answer: b) TListBox<\/p>\n<p>19. What is the purpose of the &#8220;try..except&#8221; block in Delphi?<br \/>\n    a) To define a new exception class<br \/>\n    b) To handle exceptions that may occur during code execution<br \/>\n    c) To create a new object instance<br \/>\n    d) To define a custom message dialog<\/p>\n<p>    Answer: b) To handle exceptions that may occur during code execution<\/p>\n<p>20. In Delphi, which function is used to convert a string to an integer?<br \/>\n    a) IntToStr<br \/>\n    b) StrToInt<br \/>\n    c) IntToFloat<br \/>\n    d) FloatToStr<\/p>\n<p>    Answer: b) StrToInt<\/p>\n<p>21. Delphi provides the &#8220;TADOConnection&#8221; component for connecting to:<br \/>\n    a) Web services<br \/>\n    b) Databases using ActiveX Data Objects (ADO)<br \/>\n    c) Remote servers using TCP\/IP<br \/>\n    d) The Internet of Things (IoT) devices<\/p>\n<p>    Answer: b) Databases using ActiveX Data Objects (ADO)<\/p>\n<p>22. Which Delphi component is used to display a date and time picker?<br \/>\n    a) TDateTimePicker<br \/>\n    b) TCalendar<br \/>\n    c) TEdit<br \/>\n    d) TButton<\/p>\n<p>    Answer: a) TDateTimePicker<\/p>\n<p>23. What is the purpose of the &#8220;Free&#8221; method in Delphi?<br \/>\n    a) To allocate memory for a new object<br \/>\n    b) To deallocate memory for an object<br \/>\n    c) To create a new object instance<br \/>\n    d) To initialize a new object<\/p>\n<p>    Answer: b) To deallocate memory for an object<\/p>\n<p>24. Delphi&#8217;s &#8220;Canvas&#8221; property allows developers to perform:<br \/>\n    a) Database queries<br \/>\n    b) File I\/O operations<br \/>\n    c) Graphics drawing and manipulation<br \/>\n    d) Network communication<\/p>\n<p>    Answer: c) Graphics drawing and manipulation<\/p>\n<p>25. Which Delphi component is used to display a message to the user?<br \/>\n    a) TPanel<br \/>\n    b) TProgressBar<br \/>\n    c) TLabel<br \/>\n    d) TCheckBox<\/p>\n<p>    Answer: c) TLabel<\/p>\n<div class=\"refer_box\">\n<p class=\"refer_box_title\">Just to let you know<\/p>\n<p class=\"refer_box_text\">Sign up for a <a href=\"https:\/\/onlineexammaker.com?refer=blog_refer\">free OnlineExamMaker account<\/a> to create an interactive online quiz in minutes &#8211; automatic grading &#038; mobile friendly.<\/p>\n<\/div>\n<p>26. What is the purpose of the &#8220;TTimer&#8221; component in Delphi?<br \/>\n    a) To measure the execution time of code<br \/>\n    b) To schedule and execute tasks at specified intervals<br \/>\n    c) To display a progress bar<br \/>\n    d) To handle user input<\/p>\n<p>    Answer: b) To schedule and execute tasks at specified intervals<\/p>\n<p>27. In Delphi, which event is triggered when the user clicks on a button?<br \/>\n    a) OnClick<br \/>\n    b) OnChange<br \/>\n    c) OnEnter<br \/>\n    d) OnExit<\/p>\n<p>    Answer: a) OnClick<\/p>\n<p>28. Delphi&#8217;s &#8220;Data Module&#8221; is used to:<br \/>\n    a) Store application data in a centralized location<br \/>\n    b) Define new data types for the application<br \/>\n    c) Create custom user interface components<br \/>\n    d) Handle file I\/O operations<\/p>\n<p>    Answer: a) Store application data in a centralized location<\/p>\n<p>29. Which Delphi component is used to display progress during a lengthy operation?<br \/>\n    a) TPanel<br \/>\n    b) TProgressBar<br \/>\n    c) TLabel<br \/>\n    d) TCheckBox<\/p>\n<p>    Answer: b) TProgressBar<\/p>\n<p>30. What is the purpose of the &#8220;Random&#8221; function in Delphi?<br \/>\n    a) To generate random numbers<br \/>\n    b) To sort an array in random order<br \/>\n    c) To generate prime numbers<br \/>\n    d) To round a floating-point number<\/p>\n<p>    Answer: a) To generate random numbers<\/p>\n<h3 id=\"3\">Part 3: Best online quiz making platform &#8211; OnlineExamMaker<\/h3>\n<p>OnlineExamMaker is online testing platform that provides the best quiz maker tool for both teachers &#038; businesses. This all-in-one platform offers a wide range of features and tools that enable efficient quiz creation, secure test administration, remote proctoring, and insightful result analysis. OnlineExamMaker includes advanced online proctoring features, ensuring exam integrity and preventing cheating. AI-powered video monitoring, facial recognition, and screen sharing analysis help exam organizers maintain the credibility and fairness of the 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>Delphi is an integrated development environment (IDE) and an object-oriented, rapid application development (RAD) programming language. It was originally developed by Borland Software Corporation in 1995 and is now maintained and distributed by Embarcadero Technologies. Delphi is designed to help developers create Windows applications quickly and efficiently, with a focus on ease of use and [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":14537,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[353],"tags":[],"class_list":["post-14536","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 Delphi 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-delphi-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 Delphi Quiz Questions and Answers - OnlineExamMaker Blog\" \/>\n<meta property=\"og:description\" content=\"Delphi is an integrated development environment (IDE) and an object-oriented, rapid application development (RAD) programming language. It was originally developed by Borland Software Corporation in 1995 and is now maintained and distributed by Embarcadero Technologies. Delphi is designed to help developers create Windows applications quickly and efficiently, with a focus on ease of use and [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineexammaker.com\/kb\/30-delphi-quiz-questions-and-answers\/\" \/>\n<meta property=\"og:site_name\" content=\"OnlineExamMaker Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-10T07:07:46+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-02T06:42:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/Delphi.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"561\" \/>\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-delphi-quiz-questions-and-answers\/\",\"url\":\"https:\/\/onlineexammaker.com\/kb\/30-delphi-quiz-questions-and-answers\/\",\"name\":\"30 Delphi Quiz Questions and Answers - OnlineExamMaker Blog\",\"isPartOf\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#website\"},\"datePublished\":\"2023-08-10T07:07:46+00:00\",\"dateModified\":\"2024-04-02T06:42:56+00:00\",\"author\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-delphi-quiz-questions-and-answers\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineexammaker.com\/kb\/30-delphi-quiz-questions-and-answers\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-delphi-quiz-questions-and-answers\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineexammaker.com\/kb\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"30 Delphi 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 Delphi 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-delphi-quiz-questions-and-answers\/","og_locale":"en_US","og_type":"article","og_title":"30 Delphi Quiz Questions and Answers - OnlineExamMaker Blog","og_description":"Delphi is an integrated development environment (IDE) and an object-oriented, rapid application development (RAD) programming language. It was originally developed by Borland Software Corporation in 1995 and is now maintained and distributed by Embarcadero Technologies. Delphi is designed to help developers create Windows applications quickly and efficiently, with a focus on ease of use and [&hellip;]","og_url":"https:\/\/onlineexammaker.com\/kb\/30-delphi-quiz-questions-and-answers\/","og_site_name":"OnlineExamMaker Blog","article_published_time":"2023-08-10T07:07:46+00:00","article_modified_time":"2024-04-02T06:42:56+00:00","og_image":[{"width":800,"height":561,"url":"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/Delphi.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-delphi-quiz-questions-and-answers\/","url":"https:\/\/onlineexammaker.com\/kb\/30-delphi-quiz-questions-and-answers\/","name":"30 Delphi Quiz Questions and Answers - OnlineExamMaker Blog","isPartOf":{"@id":"https:\/\/onlineexammaker.com\/kb\/#website"},"datePublished":"2023-08-10T07:07:46+00:00","dateModified":"2024-04-02T06:42:56+00:00","author":{"@id":"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b"},"breadcrumb":{"@id":"https:\/\/onlineexammaker.com\/kb\/30-delphi-quiz-questions-and-answers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineexammaker.com\/kb\/30-delphi-quiz-questions-and-answers\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineexammaker.com\/kb\/30-delphi-quiz-questions-and-answers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineexammaker.com\/kb\/"},{"@type":"ListItem","position":2,"name":"30 Delphi 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\/14536"}],"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=14536"}],"version-history":[{"count":4,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/14536\/revisions"}],"predecessor-version":[{"id":28159,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/14536\/revisions\/28159"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media\/14537"}],"wp:attachment":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media?parent=14536"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/categories?post=14536"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/tags?post=14536"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}