Visual Basic Questions and Answers – Dynamic Web Pages

This set of Visual Basic Multiple Choice Questions & Answers (MCQs) focuses on “Dynamic Web Pages”. 1. A ______ Web page contains controls with which the user can interact. a) Static b) Dynamic c) Server d) Client 2. A button’s _______ event is used to run code. a) OnClick b) onclick c) Click d) click … Read more

advertisement

Visual Basic Questions and Answers – Web Applications

This set of Visual Basic Multiple Choice Questions & Answers (MCQs) focuses on “Web Applications”. 1. A ________ is a special computer that serves webpages. a) Server b) Host c) Client d) Router 2. A _______ computer requests web pages from the server. a) Server b) Host c) Client d) Router 3. A ________ web … Read more

advertisement

Visual Basic Questions and Answers – Working with Classes

This set of Visual Basic Multiple Choice Questions & Answers (MCQs) focuses on “Working with Classes”. 1. _______ can be used instead of a Structure statement. a) Class b) Struct c) StructDef d) Sdef 2. It is disadvantageous to use public variables in classes because ___________ a) Its values cannot be initialized b) It results … Read more

advertisement

Visual Basic Questions and Answers – Creating a Class

This set of Visual Basic Multiple Choice Questions & Answers (MCQs) focuses on “Creating a Class”. 1. Class is defined using ______________ a) Class statement b) Object statement c) Access specifier statement d) Instance statement 2. The convention is to use ________________ case for classname. a) Upper b) Lower c) Pascal d) Mixed 3. Objects … Read more

advertisement

Visual Basic Questions and Answers – Object Oriented Programming Terminology

This set of Visual Basic Multiple Choice Questions & Answers (MCQs) focuses on “Object Oriented Programming Terminology”. 1. __________________ is a programming language that allows the programmer to use objects to accomplish his goals. a) Structured programming language b) Object-oriented programming language c) Top-down programming language d) Bottom-up programming language 2. Each object used in … Read more

advertisement

Visual Basic Questions and Answers – Writing Data to a Sequential Access File

This set of Visual Basic Questions and Answers for Campus interviews focuses on “Writing Data to a Sequential Access File”. 1. Reading data from a file is referred to as ________________ a) Reading a file b) Writing a file c) Appending a file d) Executing a file 2. Writing data to a file is referred … Read more

advertisement

Visual Basic Questions and Answers – Declaring and Using a Structure Variable

This set of Visual Basic Multiple Choice Questions & Answers (MCQs) focuses on “Declaring and Using a Structure Variable”. 1. Variables declared using a structure is known as ___________________ a) Variables b) Auto variables c) Structure variables d) Constant variables 2. You refer to the structure variable by its ____________ a) Name b) Data type … Read more

advertisement

Visual Basic Questions and Answers – Parallel & Two-dimensional Arrays

This set of Visual Basic Multiple Choice Questions & Answers (MCQs) focuses on “Parallel & Two-dimensional Arrays”. 1. If the elements in two arrays are related by their subscripts, the arrays are called as ________________ arrays. a) associated b) coupled c) matching d) parallel 2. The strStates and strCapitals arrays are parallel arrays. If Illinois … Read more

advertisement

Visual Basic Questions and Answers – Sorting a One-Dimensional Array

This set of Visual Basic Multiple Choice Questions & Answers (MCQs) focuses on “Sorting a One-Dimensional Array”. 1. ________ method is used to sort an array in visual basic. a) Array.arrange() b) Array.arrayArrange() c) Array.Sort() d) Array.sortAscending() 2. Arranging data in a specific order is called as ___________ a) Arranging b) Sorting c) Organizing d) … Read more

advertisement

Visual Basic Questions and Answers – Arrays – For Each..Next Statement

This set of Visual Basic Multiple Choice Questions & Answers (MCQs) focuses on “Arrays – For Each..Next Statement”. 1. Which of the following declares a five-element one-dimensional array? a) Dim dblAmounts(4) As Double b) Dim dblAmounts(5) As Double c) Dim dblAmounts(4) As Double = {3.55, 6.70, 8, 4, 2.34} d) Dim dblAmounts() As Double={3.55, 6.70, … Read more

advertisement
Subscribe to our Newsletters (Subject-wise). Participate in the Sanfoundry Certification contest to get free Certificate of Merit. Join our social networks below and stay updated with latest contests, videos, internships and jobs!

Youtube | Telegram | LinkedIn | Instagram | Facebook | Twitter | Pinterest
Manish Bhojasia - Founder & CTO at Sanfoundry
Manish Bhojasia, a technology veteran with 20+ years @ Cisco & Wipro, is Founder and CTO at Sanfoundry. He lives in Bangalore, and focuses on development of Linux Kernel, SAN Technologies, Advanced C, Data Structures & Alogrithms. Stay connected with him at LinkedIn.

Subscribe to his free Masterclasses at Youtube & discussions at Telegram SanfoundryClasses.