Exam 8: More About Processing Data
Exam 1: Introduction to Computers and Programming161 Questions
Exam 2: Introduction to Visual C131 Questions
Exam 3: Processing Data174 Questions
Exam 4: Making Decisions77 Questions
Exam 5: Loops, Files, and Random Numbers109 Questions
Exam 6: Modularizing Your Code With Methods61 Questions
Exam 7: Arrays and Lists99 Questions
Exam 8: More About Processing Data87 Questions
Exam 9: Classes and Multiform Projects89 Questions
Exam 10: Inheritance and Polymorphism37 Questions
Exam 11: Databases69 Questions
Select questions type
____________ are spaces that appear at the beginning of a string.
(Multiple Choice)
4.8/5
(36)
The fields contained in structure must all be of the same data type.
(True/False)
4.8/5
(45)
Which one of the following is not a valid enumerated type declaration?
(Multiple Choice)
4.8/5
(36)
The ____________ methods return an int value indicating the position of the substring being searched for in the string object.
(Multiple Choice)
4.8/5
(45)
When you double-click the ImageList tool in the Toolbox, an ImageList control is created in the component tray area, at the bottom of the Designer.
(True/False)
4.7/5
(32)
Look at the following code sample:
Which one of the following strings will be displayed in the message box?

(Multiple Choice)
4.9/5
(37)
The ____________ methods remove specified characters from a string.
(Multiple Choice)
4.8/5
(33)
Assuming that cat1 and cat2 are both instances of the Pet structure, which one of the following statements assigns cat1 to cat2?
(Multiple Choice)
4.7/5
(35)
The ____________ data type is used to store individual characters.
(Multiple Choice)
4.9/5
(31)
When working with strings, you can use a subscript expression to change the value of a character.
(True/False)
4.9/5
(41)
String subscripts must be at least 0, and they must be less than the length of the string.
(True/False)
4.8/5
(37)
When the items in two data structures are related by their indexes, it is said that a(n) ____________ exists between the data structures.
(Multiple Choice)
4.9/5
(39)
When you create a structure object with a simple declaration, the object's fields are initialized to their default values.
(True/False)
4.9/5
(39)
The process of breaking a string into tokens is known as ____________.
(Multiple Choice)
4.9/5
(34)
Character testing methods, such as char.IsLetter, return a Boolean value of.
(True/False)
4.8/5
(44)
You can convert an enumerator to its underlying integer type by using a(n) ____________.
(Multiple Choice)
4.9/5
(39)
Unlike other types of objects, you cannot pass a structure object as an argument to a method.
(True/False)
4.7/5
(26)
Showing 41 - 60 of 87
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)