Exam 5: The Secret Code Assignment Statements
Exam 1: I Am Not a Control Freak Control Structures10 Questions
Exam 2: First You Need to Plan the Party Problem-Solving Process46 Questions
Exam 3: I Need a Tour Guide Introduction to Visual Basic 201050 Questions
Exam 4: Do It Yourself Designing Designing Interfaces25 Questions
Exam 5: The Secret Code Assignment Statements25 Questions
Exam 6: Where Can I Store This Variables and Constants25 Questions
Exam 7: Whats Wrong With It Syntax and Logic Errors25 Questions
Exam 8: Decisions, Decisions, Decisions Selection Structure25 Questions
Exam 9: Time to Leave the Nest Nested Selection Structures25 Questions
Exam 10: So Many Pathsso Little Time Multiple-Alternative Selection Structures25 Questions
Exam 11: Testing, Testing1,2,3 Selecting Test Data25 Questions
Exam 12: How Long Can This Go on Pretest Loops25 Questions
Exam 13: Do It, Then Ask Permission Posttest Loops23 Questions
Exam 14: Let Me Count the Ways Counter-Controlled Loops25 Questions
Exam 15: Im on the Inside; Youre on the Outside Nested Loops25 Questions
Exam 16: I Hear You Are Breaking up Sub Procedures25 Questions
Exam 17: Talk to Me Function Procedures25 Questions
Exam 18: A Ray of Sunshine One-Dimensional Arrays25 Questions
Exam 19: Parallel and Dynamic Universes More on One-Dimensional Arrays25 Questions
Exam 20: Table Tennis, Anyone Two-Dimensional Arrays25 Questions
Exam 21: Building Your Own Structure Structures25 Questions
Exam 22: Im Saving for the Future Sequential Access Files25 Questions
Exam 23: The String Section String Manipulation25 Questions
Exam 24: Im Suffering From Information Overload Access Databases25 Questions
Exam 25: The Missing Linq Querying a Database19 Questions
Exam 26: I Love This Class Creating a Class25 Questions
Exam 27: Getting Web-Ified Web Applications25 Questions
Select questions type
When an invalid character is encountered in a text argument in a Val function, the Val function notes an error and continues the process.
Free
(True/False)
4.9/5
(40)
Correct Answer:
False
The equal sign in an assignment statement is referred to as the ____.
Free
(Multiple Choice)
4.7/5
(34)
Correct Answer:
C
Comments make the code less readable but easier to understand by anyone viewing it.
Free
(True/False)
4.7/5
(40)
Correct Answer:
False
In the order of precedence, an exponentiation operator has a precedence number of 1.
(True/False)
4.8/5
(39)
A ____ is a predefined procedure that performs a specific task and then returns a value after completing the task.
(Multiple Choice)
4.9/5
(36)
____ indicate the order in which the computer performs the operation in an expression.
(Multiple Choice)
4.9/5
(32)
The syntax of the Val function is Val(text), where text is the characters you want treated as a number.
(True/False)
5.0/5
(30)
You use the ____ operator ( \ ) to divide two integers (whole numbers), and then return the result as an integer.
(Multiple Choice)
4.8/5
(37)
After dividing the numbers, the ____ operator returns the remainder of the division.
(Multiple Choice)
4.8/5
(37)
Coding the algorithm is the second step in the problem-solving process.
(True/False)
4.9/5
(45)
An ____ represents information that is passed to the function while the function is processing.
(Multiple Choice)
4.8/5
(48)
A(n) ____ is used to assign a value to something (such as the property of a control) while an application is running.
(Multiple Choice)
4.7/5
(31)
In the order of precedence, the modulus operator has a lower priority than the addition and subtraction operators.
(True/False)
4.8/5
(40)
You create a comment in Visual Basic by placing a(n) ____ before the text that represents the comment.
(Multiple Choice)
4.8/5
(36)
You instruct the computer to perform a calculation by writing an arithmetic expression that contains one or more arithmetic operators.
(True/False)
4.9/5
(37)
The ____ function temporarily converts one or more characters to a number, and then returns the number.
(Multiple Choice)
4.9/5
(50)
Many programmers use comments to document a procedure's purpose, as well as to explain various sections of the procedure's code.
(True/False)
4.9/5
(37)
For a text argument in the Val function to be converted to a number, it must contain only numbers and an optional period.
(True/False)
4.9/5
(28)
When creating a comment in a program, a space is required to separate the apostrophe from the comment itself.
(True/False)
4.8/5
(41)
Showing 1 - 20 of 25
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)