Exam 4: Memory Locations and Calculations
Exam 1: Overview an Introduction to Programming17 Questions
Exam 2: An Introduction to Visual Basic 201542 Questions
Exam 3: Creating a User Interface42 Questions
Exam 4: Memory Locations and Calculations42 Questions
Exam 5: Making Decisions in a Program42 Questions
Exam 6: More on the Selection Structure42 Questions
Exam 7: Repeating Program Instructions42 Questions
Exam 8: More on the Repetition Structure42 Questions
Exam 9: Sub and Function Procedures42 Questions
Exam 10: Arrays42 Questions
Exam 11: String Manipulation and Menus42 Questions
Exam 12: Structures and Sequential Files42 Questions
Exam 13: Access Databases and Linq42 Questions
Exam 14: Creating Simple Web Applications42 Questions
Exam 15: Creating Classes and Objects42 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)
4.8/5
(42)
The ____________________ indicates the type of data-for example, numeric or string-the memory location will store.
(Short Answer)
4.7/5
(33)
A variable's ____ indicates where the variable can be used in the application's code.
(Multiple Choice)
4.8/5
(37)
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.8/5
(29)
The method's ___________________ represent information that the method needs to perform its task.
(Short Answer)
4.9/5
(36)
A ____ is an item of data whose value does not change during run time.
(Multiple Choice)
4.8/5
(35)
The number 500 and the string "Mary" are examples of literal constants.
(True/False)
4.9/5
(36)
You create a named constant using the ____________________ statement.
(Short Answer)
4.8/5
(26)
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
(41)
You can prevent many unintentional errors from occurring in an application by declaring the variables using the maximum scope needed.
(True/False)
4.9/5
(38)
In Visual Basic, what can you do to flag any undeclared variables in your code?
(Essay)
4.8/5
(32)
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
(39)
What is implicit conversion, when does data loss occur with implicit type conversions and how is it prevented?
(Essay)
4.7/5
(39)
Showing 21 - 40 of 42
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)