Exam 6: Where Can I Store This Variables and Constants
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
Specifying the number of decimal places and the special characters to display in a number is called ____.
Free
(Multiple Choice)
4.8/5
(45)
Correct Answer:
C
The format specifier ____ does not include a dollar sign, and negative values are preceded by a minus sign.
Free
(Multiple Choice)
4.8/5
(35)
Correct Answer:
B
Because control names typically are more concise than variable names, using control names in an expression makes the expression much shorter and easier to understand.
Free
(True/False)
4.9/5
(35)
Correct Answer:
False
In addition to reserving (or declaring) variables in a program, you also can declare named constants.
(True/False)
4.8/5
(36)
To declare a variable in an event procedure, where most variables are declared, you use the Visual Basic ____ statement.
(Multiple Choice)
4.8/5
(25)
The formatString argument in the ToString method must take the form "xAA", where AA is the format specifier and x is the precision specifier.
(True/False)
4.8/5
(41)
The ____ memory of a computer is composed of memory locations.
(Multiple Choice)
4.8/5
(31)
When a named constant's value needs to be changed, the programmer must change its value in its declaration statement.
(True/False)
4.7/5
(45)
The desk-check table for a program will contain two columns for each variable.
(True/False)
4.8/5
(41)
Every numeric data type in Visual Basic has a TryText method that can be used to convert text to that numeric data type.
(True/False)
4.8/5
(36)
Programmers refer to the length of time a variable remains in memory as its ____.
(Multiple Choice)
4.8/5
(34)
The TryParse method parses the text, which means it looks at each character in the text, to determine whether the text can be converted to a number of the specified data type.
(True/False)
4.8/5
(40)
A ____ is a memory location whose value cannot change while the application is running.
(Multiple Choice)
4.7/5
(39)
You use a problem's solution-in other words, its output, processing, and input information and its algorithm-to determine the variables to use when coding an application.
(True/False)
4.8/5
(38)
To distinguish the named constants from the variables in a program, many programmers use a modified form of Hungarian notation for the named constant names.
(True/False)
4.9/5
(26)
Memory locations are called ____ because their contents can change (vary) as the program is running.
(Multiple Choice)
4.8/5
(43)
When formatting characters, you can use either an uppercase letter or a lowercase letter as the format specifier.
(True/False)
4.9/5
(30)
Showing 1 - 20 of 25
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)