Exam 1: A First Program Using C
Exam 1: A First Program Using C42 Questions
Exam 2: Using Data42 Questions
Exam 3: Using Gui Objects and the Visual Studio Ide42 Questions
Exam 4: Making Decisions42 Questions
Exam 5: Looping42 Questions
Exam 6: Using Arrays42 Questions
Exam 7: Using Methods42 Questions
Exam 8: Advanced Method Concepts42 Questions
Exam 9: Using Classes and Objects42 Questions
Exam 10: Introduction to Inheritance42 Questions
Exam 11: Exception Handling42 Questions
Exam 12: Using Controls42 Questions
Exam 13: Handling Events41 Questions
Exam 14: Files and Streams42 Questions
Select questions type
Match each item with a statement below:
Correct Answer:
Premises:
Responses:
Free
(Matching)
4.9/5
(39)
Correct Answer:
The ____ method displays output on the screen and positions the cursor on the next line.
Free
(Multiple Choice)
4.9/5
(44)
Correct Answer:
D
Machine language is expressed as a series of 1s and 0s.
Free
(True/False)
4.9/5
(34)
Correct Answer:
True
Named computer memory locations are called ____________________ because they hold values that might vary.
(Short Answer)
4.9/5
(31)
____ represent(s) information that a method needs to perform its task.
(Multiple Choice)
4.9/5
(37)
When the keyword void is used in the Main() method header, it indicates that the Main() method is empty.
(True/False)
4.9/5
(30)
In programming languages, a variable is referenced by using a one-word name, which is called a(n) ____, with no embedded spaces.
(Multiple Choice)
4.7/5
(47)
The ____________________ of an object are the features it "has."
(Short Answer)
4.8/5
(34)
To achieve a working program that accomplishes the tasks it is meant to accomplish, you must remove all syntax and logical errors from the program. This process is called ____ the program.
(Multiple Choice)
4.8/5
(35)
When programmers do not capitalize the first letter of an identifier but do capitalize each new word, they call the style ____________________.
(Short Answer)
4.8/5
(35)
The C# programming language was developed as an object-oriented and component-oriented language.
(True/False)
4.7/5
(35)
A method ____ includes the method name and information about what will pass into and be returned from a method.
(Multiple Choice)
4.9/5
(35)
____ is the technique of packaging an object's attributes and methods into a cohesive unit that can be used as an undivided entity.
(Multiple Choice)
4.7/5
(35)
Programmers use a computer program called a(n) ____ to translate their high-level language statements into machine code.
(Multiple Choice)
4.8/5
(29)
Showing 1 - 20 of 42
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)