ED
Med Surg
ICU
Pacu
Vocabulary 5
100
a named memory location that stores a value.
What is A variable
100
An example of a Visual Basic .NET keyword is Single. (true or false)
What is true
100
Allows users to enter values?
What is TextBox
100
A named memory location which stores a value that cannot be changed from its initial assignment is called a
What is constant
100
This type of error halts the program when a statement
What is run-time error
200
A numeric variable is automatically initialized to:
What is 0
200
Boolean variables are initialized to
What is False
200
A label placed near a text box that describes its contents or purpose is called a:
What is prompt
200
This data type should be used to represent single characters.
What is char
200
The statement sngWeight=Val("Forty-eight kilograms") returns a value of:
What is 0
300
A numeric value that can contain a decimal portion
What is A Single
300
String variables are initialized to
What is Nothing
300
The TextBox control Name property
What is identifies a control for the programmer
300
Which data type should be used to represent values with a decimal portion?
What is single
300
In the assignment statement Dim intNew As Integer = 5.6, intNew is assigned the value:
What is 6
400
Multiple variables with the same data type can be declared in a single
What is statement
400
A value with a decimal portion is automatically rounded to a whole number when assigned to an
What is Integer variable
400
The TextBox control Text property:
What is determines what text is displayed in the text box
400
Misspelling the word Integer would result in which type of error?
What is syntax error
400
Match the prefix with the data type. srt
What is short
500
A variable can store more this many values at any given time
What is 1
500
A ________ declaration allows a variable to be used anywhere in the module or form.
What is global
500
A procedure that performs a task and returns a value is called:
What is a function
500
This type of error produces undesired or unexpected results?
What is logic error
500
Match the prefix with the data type. int
What is Integer