Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Microsoft Visual Basic
Quiz 3: Memory Locations and Calculations
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
Short Answer
The process of locating and correcting the bugs in a program is referred to as ____________________.
Question 22
Multiple Choice
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.
Question 23
Short Answer
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.
Question 24
Short Answer
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.
Question 25
Short Answer
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.
Question 26
Short Answer
The ____________________ indicates the type of data.for example, numeric or string.the memory location will store.
Question 27
Multiple Choice
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 ____.
Question 28
Multiple Choice
The rectangles in a flowchart used to represent tasks such as making assignments and calculations are called ____ symbols.
Question 29
Multiple Choice
When a value is converted from one data type to another data type that can store larger numbers, the value is said to be ____.
Question 30
Multiple Choice
A(n) ____ string is a set of quotation marks with nothing between them.
Question 31
Short Answer
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.