COMP 57454

subject Type Homework Help
subject Pages 11
subject Words 1133
subject Authors Diane Zak

Unlock document.

This document is partially blurred.
Unlock all pages and 1 million more documents.
Get Access
page-pf1
You can use the ____ method to remove any spaces that appear before and after the data
in the variable.
Attempting to access an element with an invalid subscript results in a(n) ____.
The ____ statement can be used to code a multiple-alternative selection structure.
page-pf2
With the ____ operator, all conditions must be True for the compound condition to be
True.
The rectangle in a flowchart is called the ____ symbol and is used to represent tasks
such as calculations.
page-pf3
You can change the number of elements in an array while the application is running
using the ____ statement.
The set of rules you must follow when using a programming language is called the
language's ____.
You can use a ____ to pause execution at a specific line in the code.
page-pf4
Specifying the number of decimal places and the special characters to display in a
number is called ____.
When used in a program, the ____ structure directs the computer to repeat one or more
instructions until some condition is met, at which time the computer should stop
repeating the instructions.
page-pf5
ASP stands for "____" and refers to the type of Web page created by the ASP
technology.
a. active server program
b. active service page
c. active server page
d. activate server page
The process of locating and correcting any bugs in a program is called ____.
You can use the ____ method to search a string to determine whether it contains a
specific sequence of characters.
page-pf6
Typically, you should never include the number 0 in test data.
The ____ property indicates whether any scroll bars appear on the text box.
Symbols in a flowchart are connected with lines, called ____.
page-pf7
a. chartlines
b. flowlines
c. pointers
d. connectors
The basic syntax for assigning a LINQ variable's contents to a BindingSource object is
____.
a. DataSource.bindingSource = AsDataView.variableName
b. DataSource.bindingSource = variableName.AsDataView
c. bindingSource.DataSource = AsDataView.variableName
d. bindingSource.DataSource = variableName.AsDataView
You can use the txtType control's ____ event to prevent the text box from accepting the
space character.
a. Key
b. Pressed
page-pf8
c. KeyPress
d. StillPressed
The function's header and footer contain the ____ keyword.
Operators are called ____ operators because they are used to compare values.
page-pf9
A text box's ____ property specifies whether the text can span more than one line in the
control.
The way Visual Basic saves changes to a local database file is determined by the file's
____ property.
a. Output Section
b. Copy to Production
c. Output Directory
d. Copy to Output Directory
In the Clock application, you have a(n) ____ loop display the number of minutes.
page-pfa
The ____ key allows the user to select a menu using the Alt key in combination with a
letter or number.
Which of the following statements increments the intNum variable's value by 2?
a. intNum = intNum " 2
b. intNum -= 2
c. intNum += 2
d. intNum ++ 2
page-pfb
The objects added to a form are called ____.
As is true in most programming languages, string comparisons in Visual Basic are not
case sensitive.
The value in a button's Text property appears on the button's face and is often referred
to as the button's title.
page-pfc
The names of solution files end with .sol.
The ScrollBars property indicates whether the text box has no scroll bars, a horizontal
scroll bar, a vertical scroll bar, or both horizontal and vertical scroll bars.
Every interface needs a control that allows the user to end the application.
page-pfd
If the selectorExpression matches a value in more than one Case clause, only the
instructions in the first match's Case clause are processed.
The RegularExpressionValidator verifies that an entry matches a specific pattern.
The For"Next statement is not appropriate when you do not know the exact number of
times the loop instructions should be repeated.
In order to maintain accurate records, most businesses store information about their
employees, customers, and inventory in Excel spreadsheets.
page-pfe
Another form of the If"Then"Else statement is called If/ElseIf/Else.
The value stored in the Text property is treated as alphanumeric text.
If you use the ReDim statement to reduce the size of an array, the values in the
truncated elements are saved.
page-pff
When you define a class using the Class statement, you are required to use Pascal case
for class names.
Unicode assigns a unique numeric value to each character used in the written languages
of the world.
The Total operator returns the sum of the values in the group.
Only one path in a selection structure can include instructions that declare variables,
perform calculations, and so on.
page-pf10
The ReadLine method returns a string that contains the sequence of characters in the
current line, including the newline character at the end of the line.
One advantage of variables and named constants is that their use requires fewer lines of
code.
The difference between pretest and posttest loops pertains to how the accumulator is
evaluated.
page-pf11
As the amount of code increases, so does the likelihood for errors.

Trusted by Thousands of
Students

Here are what students say about us.

Copyright ©2022 All rights reserved. | CoursePaper is not sponsored or endorsed by any college or university.