Exam Questions and CORRECT Answers
What is the major benefit of using VS rather than a simple text editor like Notepad? - CORRECT
ANSWER - VS has many specialized features to help you write XML and other kinds of
programming.
What is the purpose of VS's Error List feature? - CORRECT ANSWER - It flags problems
in your programming with a description of the error and the line number where the error is
located.
What won't browsers and most applications do when it comes to displaying your content? -
CORRECT ANSWER - Format it properly.
What is the main purpose of XML comments? - CORRECT ANSWER - To describe the
purpose or meaning of XML code to a programmer.
What is a benefit of using XML attributes? - CORRECT ANSWER - Your XML
documents will be smaller.
What is a control in Visual Basic? - CORRECT ANSWER - A prebuilt user interface
component, like a button, that you can add to a form.
What is a looping in computer programming? - CORRECT ANSWER - Executing a block
of code lines repeatedly until their job is finished.
What is one good way to group controls? - CORRECT ANSWER - Hold down the SHIFT
key while clicking each control you want to group.
What is an event in VB? - CORRECT ANSWER - Something that happens while a
program runs, such as the user clicking a button or typing.