Exam 3: Memory Locations and Calculations
Exam 1: An Introduction to Visual Basic 201250 Questions
Exam 2: Creating a User Interface50 Questions
Exam 3: Memory Locations and Calculations50 Questions
Exam 4: Making Decisions in a Program50 Questions
Exam 5: More on the Selection Structure50 Questions
Exam 6: Repeating Program Instructions50 Questions
Exam 7: More on the Repetition Structure50 Questions
Exam 8: Sub and Function Procedures50 Questions
Exam 9: Arrays50 Questions
Exam 10: String Manipulation and Menus50 Questions
Exam 11: Structures and Sequential Files50 Questions
Exam 12: Access Databases and Linq50 Questions
Exam 13: Creating Simple Web Applications50 Questions
Exam 14: Creating Classes and Objects50 Questions
Exam 15: an Introduction to Programming17 Questions
Select questions type
With implicit type conversions, data loss can occur when a value is converted from one data type to a narrower data type.
(True/False)
5.0/5
(29)
All of the Visual Basic numeric data types have a ____ method whose task is to convert a string to that particular data type.
(Multiple Choice)
4.7/5
(41)
The method's ___________________ represent information that the method needs to perform its task.
(Short Answer)
4.9/5
(41)
Most classes have one or more ____ that perform a specific task for the class.
(Multiple Choice)
4.8/5
(32)
The ____________________ indicates the type of data.for example, numeric or string.the memory location will store.
(Short Answer)
4.8/5
(44)
Match each item with a statement below.
a.valid
f.scope
b.invalid
g.pseudocode
c.named constant
h.lifetime
d.Boolean
i.bug
e.Unicode
-Data that the application is not expecting the user to enter.
(Short Answer)
4.7/5
(40)
Match each item with a statement below.
a.valid
f.scope
b.invalid
g.pseudocode
c.named constant
h.lifetime
d.Boolean
i.bug
e.Unicode
-Uses short phrases to describe the steps a procedure must take to accomplish its goal.
(Short Answer)
4.9/5
(37)
You use the ____ operator to divide two integers, and then return the result as an integer.
(Multiple Choice)
4.9/5
(36)
When a value is converted from one data type to another data type that can store larger numbers, the value is said to be ____.
(Multiple Choice)
4.9/5
(40)
You create a named constant using the ____________________ statement.
(Short Answer)
4.8/5
(31)
When a value is converted from one data type to another data type that can store only smaller numbers, the value is said to be ____.
(Multiple Choice)
4.9/5
(37)
Match each item with a statement below.
a.valid
f.scope
b.invalid
g.pseudocode
c.named constant
h.lifetime
d.Boolean
i.bug
e.Unicode
-Indicates where the variable can be used in the application's code.
(Short Answer)
4.9/5
(42)
A(n) ____ is a computer memory location that a programmer uses to temporarily store data while an application is running.
(Multiple Choice)
4.8/5
(41)
A(n) ____________________ character forces a literal constant to assume a data type other than the one its form indicates.
(Short Answer)
4.9/5
(38)
Showing 21 - 40 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)