{"id":15810,"date":"2023-08-17T23:39:51","date_gmt":"2023-08-17T23:39:51","guid":{"rendered":"https:\/\/onlineexammaker.com\/kb\/?p=15810"},"modified":"2025-05-03T09:31:36","modified_gmt":"2025-05-03T09:31:36","slug":"30-visual-basic-quiz-questions-and-answers","status":"publish","type":"post","link":"https:\/\/onlineexammaker.com\/kb\/30-visual-basic-quiz-questions-and-answers\/","title":{"rendered":"30 Visual Basic Quiz Questions and Answers"},"content":{"rendered":"<p>Visual Basic (VB) is a programming language and integrated development environment (IDE) developed by Microsoft. It is an event-driven and object-oriented programming language primarily used for creating Windows desktop applications. VB was first introduced in 1991, and it has gone through various versions, with Visual Basic 6.0 being one of the most widely used and popular versions.<\/p>\n<p>Key Features of Visual Basic:<\/p>\n<p>Easy to Learn: Visual Basic was designed to be beginner-friendly and easy to learn, making it an excellent choice for individuals new to programming.<\/p>\n<p>Graphical User Interface (GUI) Design: VB provides a drag-and-drop GUI design interface, allowing developers to create user interfaces visually, with controls such as buttons, text boxes, and labels.<\/p>\n<p>Event-Driven Programming: In VB, actions are triggered by events, such as a button click or form load. Developers write code to respond to these events and define the behavior of the application.<\/p>\n<p>Object-Oriented Programming (OOP): Visual Basic supports OOP principles, allowing developers to create and use classes, objects, inheritance, and encapsulation to build modular and reusable code.<\/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>Rapid Application Development (RAD): VB is known for its rapid development capabilities, enabling developers to quickly build applications with minimal code.<\/p>\n<p>Integration with Microsoft Technologies: Visual Basic integrates seamlessly with other Microsoft technologies, such as the .NET Framework and Windows API, making it well-suited for Windows application development.<\/p>\n<h3>Article outline<\/h3>\n<ul class=\"article_list\">\n<li><a href=\"#a\">Part 1: Create a Visual Basic quiz in minutes using AI with OnlineExamMaker<\/a><\/li>\n<li><a href=\"#1\">Part 2: 30 Visual Basic quiz questions &#038; answers<\/a><\/li>\n<li><a href=\"#2\">Part 3: Download Visual Basic questions &#038; answers for free<\/a><\/l1>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/Visual-Basic.webp\" alt=\"\" width=\"800\" height=\"400\" class=\"alignnone size-full wp-image-15811\" srcset=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/Visual-Basic.webp 800w, https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/Visual-Basic-300x150.webp 300w, https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/Visual-Basic-768x384.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/p>\n<h3 id=\"a\">Part 1: Create a Visual Basic quiz in minutes using AI with OnlineExamMaker<\/h3>\n<p>When it comes to ease of creating a Visual Basic skills assessment, OnlineExamMaker is one of the best AI-powered quiz making software for your institutions or businesses. With its AI Question Generator, just upload a document or input keywords about your assessment topic, you can generate high-quality quiz questions on any topic, difficulty level, and format.<\/p>\n<p><strong>Overview of its key assessment-related features:<\/strong><br \/>\n\u25cf AI Question Generator to help you save time in creating quiz questions automatically.<br \/>\n\u25cf Share your online exam with audiences on social platforms like Facebook, Twitter, Reddit and more.<br \/>\n\u25cf Instantly scores objective questions and subjective answers use rubric-based scoring for consistency.<br \/>\n\u25cf Simply copy and insert a few lines of embed codes to display your online exams on your website or WordPress blog.<\/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\/zlqho9igH2Y\"><\/iframe>\n<\/div>\n<\/div>\n<div class=\"getstarted-container\">\n<p style=\"margin-bottom: 13px;\">Automatically generate questions using AI<\/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\/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 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\"> Create A Quiz<\/a><\/div>\n<div class=\"p-style-b\">100% free forever<\/div>\n<\/div>\n<\/div>\n<\/div>\n<h3 id=\"1\">Part 2: 30 Visual Basic quiz questions &#038; answers<\/h3>\n<p>1. Visual Basic is a programming language developed by:<br \/>\n   a) Apple Inc.<br \/>\n   b) Microsoft Corporation<br \/>\n   c) Google LLC<br \/>\n   d) Oracle Corporation<br \/>\n   Answer: b) Microsoft Corporation<\/p>\n<p>2. Which of the following IDEs is commonly used for Visual Basic development?<br \/>\n   a) Visual Studio Code<br \/>\n   b) NetBeans<br \/>\n   c) Eclipse<br \/>\n   d) Microsoft Visual Studio<br \/>\n   Answer: d) Microsoft Visual Studio<\/p>\n<p>3. Visual Basic is primarily used for developing:<br \/>\n   a) Mobile applications<br \/>\n   b) Web applications<br \/>\n   c) Desktop applications<br \/>\n   d) Cloud applications<br \/>\n   Answer: c) Desktop applications<\/p>\n<p>4. The graphical user interface (GUI) design in Visual Basic allows developers to create forms and controls using a:<br \/>\n   a) Command-line interface<br \/>\n   b) Drag-and-drop interface<br \/>\n   c) Text-based interface<br \/>\n   d) Web-based interface<br \/>\n   Answer: b) Drag-and-drop interface<\/p>\n<p>5. In Visual Basic, actions are triggered by:<br \/>\n   a) Procedures<br \/>\n   b) Methods<br \/>\n   c) Events<br \/>\n   d) Properties<br \/>\n   Answer: c) Events<\/p>\n<p>6. Which programming paradigm is followed in Visual Basic?<br \/>\n   a) Procedural programming<br \/>\n   b) Object-oriented programming<br \/>\n   c) Functional programming<br \/>\n   d) Declarative programming<br \/>\n   Answer: b) Object-oriented programming<\/p>\n<p>7. Visual Basic supports which of the following data types?<br \/>\n   a) Integer, Float, Char, Boolean<br \/>\n   b) Integer, Double, String, Boolean<br \/>\n   c) Integer, Long, String, Boolean<br \/>\n   d) Integer, Decimal, String, Boolean<br \/>\n   Answer: c) Integer, Long, String, Boolean<\/p>\n<p>8. Which keyword is used to declare a variable in Visual Basic?<br \/>\n   a) variable<br \/>\n   b) var<br \/>\n   c) dim<br \/>\n   d) data<br \/>\n   Answer: c) dim<\/p>\n<p>9. The &#8220;If&#8230;Then&#8230;Else&#8221; statement is used for:<br \/>\n   a) Looping<br \/>\n   b) Decision making<br \/>\n   c) Error handling<br \/>\n   d) Object instantiation<br \/>\n   Answer: b) Decision making<\/p>\n<p>10. Which loop construct is used for definite iteration in Visual Basic?<br \/>\n    a) For Each&#8230;Next loop<br \/>\n    b) Do&#8230;While loop<br \/>\n    c) Do&#8230;Until loop<br \/>\n    d) For&#8230;Next loop<br \/>\n    Answer: d) For&#8230;Next loop<\/p>\n<p>11. Which of the following is used to terminate a loop prematurely in Visual Basic?<br \/>\n    a) Break<br \/>\n    b) Exit Loop<br \/>\n    c) Return<br \/>\n    d) End Loop<br \/>\n    Answer: b) Exit Loop<\/p>\n<p>12. To handle errors in Visual Basic, developers use:<br \/>\n    a) Try&#8230;Catch blocks<br \/>\n    b) If&#8230;Then&#8230;Else blocks<br \/>\n    c) For&#8230;Next loops<br \/>\n    d) Do&#8230;While loops<br \/>\n    Answer: a) Try&#8230;Catch blocks<\/p>\n<p>13. The &#8220;Select Case&#8221; statement is used for:<br \/>\n    a) Error handling<br \/>\n    b) Switching between multiple options<br \/>\n    c) Looping<br \/>\n    d) Variable declaration<br \/>\n    Answer: b) Switching between multiple options<\/p>\n<p>14. Which statement is used to pass control from one procedure to another in Visual Basic?<br \/>\n    a) Jump<br \/>\n    b) Break<br \/>\n    c) GoTo<br \/>\n    d) Continue<br \/>\n    Answer: c) GoTo<\/p>\n<p>15. Which operator is used for concatenation in Visual Basic?<br \/>\n    a) +<br \/>\n    b) &#8211;<br \/>\n    c) *<br \/>\n    d) &#038;<br \/>\n    Answer: d) &#038;<\/p>\n<h3 id=\"2\">Part 3: Download Visual Basic 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\/585-Visual-Basic.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. The &#8220;Me&#8221; keyword in Visual Basic refers to:<br \/>\n    a) The current class instance<br \/>\n    b) The main entry point of the program<br \/>\n    c) The user interface controls<br \/>\n    d) The current user session<br \/>\n    Answer: a) The current class instance<\/p>\n<p>17. What is the default extension for a Visual Basic source code file?<br \/>\n    a) .vb<br \/>\n    b) .exe<br \/>\n    c) .vba<br \/>\n    d) .vbs<br \/>\n    Answer: a) .vb<\/p>\n<p>18. Which keyword is used to create a new instance of a class in Visual Basic?<br \/>\n    a) New<br \/>\n    b) Create<br \/>\n    c) Instantiate<br \/>\n    d) Initialize<br \/>\n    Answer: a) New<\/p>\n<p>19. In Visual Basic, properties and methods that are accessible from outside a class are declared as:<br \/>\n    a) Private<br \/>\n    b) Protected<br \/>\n    c) Internal<br \/>\n    d) Public<br \/>\n    Answer: d) Public<\/p>\n<p>20. Which event is triggered when a form is first loaded in Visual Basic?<br \/>\n    a) Form_Open<br \/>\n    b) Form_Load<br \/>\n    c) Form_Start<br \/>\n    d) Form_Initialize<br \/>\n    Answer: b) Form_Load<\/p>\n<p>21. Which control is used to display a message to the user in Visual Basic?<br \/>\n    a) TextBox<br \/>\n    b) Label<br \/>\n    c) Button<br \/>\n    d) MessageBox<br \/>\n    Answer: d) MessageBox<\/p>\n<p>22. Which control is used to allow users to input text in Visual Basic?<br \/>\n    a) TextBox<br \/>\n    b) Label<br \/>\n    c) Button<br \/>\n    d) CheckBox<br \/>\n    Answer: a) TextBox<\/p>\n<p>23. Which control is used to select multiple options from a list in Visual Basic?<br \/>\n    a) TextBox<br \/>\n    b) ComboBox<br \/>\n    c) RadioButton<br \/>\n    d) CheckBox<br \/>\n    Answer: d) CheckBox<\/p>\n<p>24. Which event is triggered when the user clicks a button in Visual Basic?<br \/>\n    a) Button_Click<br \/>\n    b) Button_Pressed<br \/>\n    c) Button_Clicked<br \/>\n    d) Button_MouseClick<br \/>\n    Answer: a) Button_Click<\/p>\n<p>25. Which control is used to display text that the user cannot edit in Visual Basic?<br \/>\n    a) TextBox<br \/>\n    b) Label<br \/>\n    c) Button<br \/>\n    d) RichTextBox<br \/>\n    Answer: b) Label<\/p>\n<p>26. Which control is used to display images in Visual Basic?<br \/>\n    a) PictureBox<br \/>\n    b) ImageBox<br \/>\n    c) ImageControl<br \/>\n    d) ImagePanel<br \/>\n    Answer: a) PictureBox<\/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>27. The &#8220;IsNumeric&#8221; function is used to check if a variable is of which data type in Visual Basic?<br \/>\n    a) Integer<br \/>\n    b) String<br \/>\n    c) Boolean<br \/>\n    d) Numeric<br \/>\n    Answer: d) Numeric<\/p>\n<p>28. Which statement is used to remove an item from an array in Visual Basic?<br \/>\n    a) Remove<br \/>\n    b) Delete<br \/>\n    c) Erase<br \/>\n    d) Discard<br \/>\n    Answer: c) Erase<\/p>\n<p>29. Which collection in Visual Basic stores items in key-value pairs?<br \/>\n    a) Array<br \/>\n    b) List<br \/>\n    c) Dictionary<br \/>\n    d) Stack<br \/>\n    Answer: c) Dictionary<\/p>\n<p>30. The &#8220;Exit Sub&#8221; statement is used to exit from:<br \/>\n    a) A loop<br \/>\n    b) A procedure<br \/>\n    c) An event handler<br \/>\n    d) A class module<br \/>\n    Answer: b) A procedure<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Visual Basic (VB) is a programming language and integrated development environment (IDE) developed by Microsoft. It is an event-driven and object-oriented programming language primarily used for creating Windows desktop applications. VB was first introduced in 1991, and it has gone through various versions, with Visual Basic 6.0 being one of the most widely used and [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":15811,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[353],"tags":[],"class_list":["post-15810","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 Visual Basic 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-visual-basic-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 Visual Basic Quiz Questions and Answers - OnlineExamMaker Blog\" \/>\n<meta property=\"og:description\" content=\"Visual Basic (VB) is a programming language and integrated development environment (IDE) developed by Microsoft. It is an event-driven and object-oriented programming language primarily used for creating Windows desktop applications. VB was first introduced in 1991, and it has gone through various versions, with Visual Basic 6.0 being one of the most widely used and [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineexammaker.com\/kb\/30-visual-basic-quiz-questions-and-answers\/\" \/>\n<meta property=\"og:site_name\" content=\"OnlineExamMaker Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-17T23:39:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-03T09:31:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/Visual-Basic.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\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-visual-basic-quiz-questions-and-answers\/\",\"url\":\"https:\/\/onlineexammaker.com\/kb\/30-visual-basic-quiz-questions-and-answers\/\",\"name\":\"30 Visual Basic Quiz Questions and Answers - OnlineExamMaker Blog\",\"isPartOf\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#website\"},\"datePublished\":\"2023-08-17T23:39:51+00:00\",\"dateModified\":\"2025-05-03T09:31:36+00:00\",\"author\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-visual-basic-quiz-questions-and-answers\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineexammaker.com\/kb\/30-visual-basic-quiz-questions-and-answers\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-visual-basic-quiz-questions-and-answers\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineexammaker.com\/kb\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"30 Visual Basic 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 Visual Basic 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-visual-basic-quiz-questions-and-answers\/","og_locale":"en_US","og_type":"article","og_title":"30 Visual Basic Quiz Questions and Answers - OnlineExamMaker Blog","og_description":"Visual Basic (VB) is a programming language and integrated development environment (IDE) developed by Microsoft. It is an event-driven and object-oriented programming language primarily used for creating Windows desktop applications. VB was first introduced in 1991, and it has gone through various versions, with Visual Basic 6.0 being one of the most widely used and [&hellip;]","og_url":"https:\/\/onlineexammaker.com\/kb\/30-visual-basic-quiz-questions-and-answers\/","og_site_name":"OnlineExamMaker Blog","article_published_time":"2023-08-17T23:39:51+00:00","article_modified_time":"2025-05-03T09:31:36+00:00","og_image":[{"width":800,"height":400,"url":"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/Visual-Basic.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-visual-basic-quiz-questions-and-answers\/","url":"https:\/\/onlineexammaker.com\/kb\/30-visual-basic-quiz-questions-and-answers\/","name":"30 Visual Basic Quiz Questions and Answers - OnlineExamMaker Blog","isPartOf":{"@id":"https:\/\/onlineexammaker.com\/kb\/#website"},"datePublished":"2023-08-17T23:39:51+00:00","dateModified":"2025-05-03T09:31:36+00:00","author":{"@id":"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b"},"breadcrumb":{"@id":"https:\/\/onlineexammaker.com\/kb\/30-visual-basic-quiz-questions-and-answers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineexammaker.com\/kb\/30-visual-basic-quiz-questions-and-answers\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineexammaker.com\/kb\/30-visual-basic-quiz-questions-and-answers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineexammaker.com\/kb\/"},{"@type":"ListItem","position":2,"name":"30 Visual Basic 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\/15810"}],"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=15810"}],"version-history":[{"count":6,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/15810\/revisions"}],"predecessor-version":[{"id":57602,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/15810\/revisions\/57602"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media\/15811"}],"wp:attachment":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media?parent=15810"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/categories?post=15810"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/tags?post=15810"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}