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
A(n) ____ is a computer memory location that a programmer uses to temporarily store data while an application is running.
Free
(Multiple Choice)
4.8/5
(35)
Correct Answer:
A
Why is it best to avoid using the Object data type?
Free
(Essay)
4.8/5
(36)
Correct Answer:
The Object data type can store any type of data. However, your application will pay a price for this flexibility: it will run more slowly, because the computer has to determine the type of data currently stored in an Object variable.
A(n) ____ string is a set of quotation marks with nothing between them.
Free
(Multiple Choice)
4.8/5
(39)
Correct Answer:
D
You can use ____ to change the order in which the operators in an expression are evaluated.
(Multiple Choice)
4.8/5
(34)
You use the ____ operator to divide two integers, and then return the result as an integer.
(Multiple Choice)
4.8/5
(38)
Variables assigned the Integer, Long, or Short data type can store ____, which are whole numbers - positive or negative numbers without any decimal places.
(Multiple Choice)
4.8/5
(32)
The rectangles in a flowchart used to represent tasks such as making assignments and calculations are called ____ symbols.
(Multiple Choice)
4.8/5
(36)
When an expression contains more than one operator having the same priority, those operators are evaluated from right to left.
(True/False)
4.9/5
(37)
Specifying the number of decimal places and the special characters to display in a number is called ____.
(Multiple Choice)
4.7/5
(42)
A(n) ____________________ character forces a literal constant to assume a data type other than the one its form indicates.
(Short Answer)
4.9/5
(30)
The ____ operators allow you to abbreviate an assignment statement that contains an arithmetic operator.
(Multiple Choice)
4.8/5
(35)
Most classes have one or more ____ that perform a specific task for the class.
(Multiple Choice)
4.9/5
(35)
Programmers use ____ to document a procedure's purpose and also to explain various sections of a procedure's code to make the code more readable and easier to understand by anyone viewing it.
(Multiple Choice)
4.9/5
(40)
The process of locating and correcting the bugs in a program is referred to as ____________________.
(Short Answer)
4.8/5
(31)
Unlike a variable's value, a named constant's value cannot be changed while the application is running.
(True/False)
4.8/5
(37)
Why is it important to declare the memory locations used in an application?
(Essay)
4.7/5
(38)
Match each item with a statement below.
Correct Answer:
Premises:
Responses:
(Matching)
4.9/5
(34)
Showing 1 - 20 of 42
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)