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
The rectangles in a flowchart used to represent tasks such as making assignments and calculations are called ____ symbols.
Free
(Multiple Choice)
4.9/5
(36)
Correct Answer:
C
The ____ operators allow you to abbreviate an assignment statement that contains an arithmetic operator.
Free
(Multiple Choice)
4.8/5
(38)
Correct Answer:
D
What is a class-level variable?
Free
(Essay)
4.8/5
(39)
Correct Answer:
Variables declared in the form's Declarations section are called class-level variables and have class scope. Class-level variables can be used by all of the procedures in the form, including the procedures associated with the controls contained on the form.
A ____ is an item of data whose value does not change during run time.
(Multiple Choice)
4.7/5
(39)
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
-A data type that stores either True or False values.
(Short Answer)
4.8/5
(34)
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.8/5
(35)
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
-A memory location inside the computer whose value cannot be changed while the application is running.
(Short Answer)
4.8/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
-An error in the program's code.
(Short Answer)
4.9/5
(48)
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 how long the variable remains in the computer's internal memory.
(Short Answer)
4.7/5
(25)
You can prevent many unintentional errors from occurring in an application by declaring the variables using the maximum scope needed.
(True/False)
4.8/5
(35)
You can use ____ to change the order in which the operators in an expression are evaluated.
(Multiple Choice)
4.8/5
(42)
A(n) ____ string is a set of quotation marks with nothing between them.
(Multiple Choice)
4.8/5
(43)
The number 500 and the string "Mary" are examples of literal constants.
(True/False)
4.9/5
(38)
Why is it important to declare the memory locations used in an application?
(Essay)
4.8/5
(37)
In Visual Basic, what can you do to flag any undeclared variables in your code?
(Essay)
4.7/5
(32)
After dividing two numbers, the ____ operator returns the remainder of the division.
(Multiple Choice)
4.8/5
(39)
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
-The universal coding scheme for characters.
(Short Answer)
4.9/5
(33)
The process of locating and correcting the bugs in a program is referred to as ____________________.
(Short Answer)
4.9/5
(42)
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
(31)
Showing 1 - 20 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)