Exam 3: Memory Locations and Calculations

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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:
Verified

C

The ____ operators allow you to abbreviate an assignment statement that contains an arithmetic operator.

Free
(Multiple Choice)
4.8/5
(38)
Correct Answer:
Verified

D

What is a class-level variable?

Free
(Essay)
4.8/5
(39)
Correct Answer:
Verified

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)

A variable name must begin with a letter or a(n) ____.

(Multiple Choice)
4.9/5
(30)

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)