Exam 2: Applications and Data
Exam 1: An Overview of Computer Programming50 Questions
Exam 2: Applications and Data50 Questions
Exam 3: Making Decisions50 Questions
Exam 4: Looping50 Questions
Exam 5: Arrays50 Questions
Exam 6: Using Methods50 Questions
Exam 7: Object-Oriented Concepts50 Questions
Exam 8: More Object Concepts50 Questions
Exam 9: Event-Driven Programming With Graphical User Interfaces50 Questions
Exam 10: Exception Handling50 Questions
Exam 11: System Modeling With the Uml50 Questions
Exam 12: Manipulating Larger Quantities of Data50 Questions
Select questions type
Most modern programming languages are ____, meaning that you can arrange your lines of code as you see fit.
Free
(Multiple Choice)
4.8/5
(33)
Correct Answer:
D
A literal numeric constant does not change.
Free
(True/False)
4.7/5
(38)
Correct Answer:
True
Which of the following is correct if the data type for weight is num?
Free
(Multiple Choice)
4.9/5
(42)
Correct Answer:
A
A ____ dictionary is a list of every variable name used in a program.
(Multiple Choice)
4.9/5
(37)
The assignment operator is said to have right-to-left associativity.
(True/False)
4.9/5
(31)
The convention used in this book for named constants is ____ characters ____ underscores to separate words.
(Multiple Choice)
4.9/5
(43)
If an application contains only one method that executes, that method is called the ____________________ method.
(Short Answer)
4.9/5
(37)
Program comments are a type of ____________________ documentation.
(Short Answer)
4.8/5
(40)
Three types of program structures are sequence, selection, and loop.
(True/False)
4.9/5
(36)
A ____________________ constant is enclosed within quotation marks.
(Short Answer)
4.9/5
(41)
With a ____ structure, you perform an action or event, and then you perform the next action in order.
(Multiple Choice)
5.0/5
(32)
What is an equivalent way to write the following statement? answer = a + b + c * d / e - f
(Multiple Choice)
4.9/5
(35)
What is an advantage of using the practice of echoing input?
(Multiple Choice)
4.9/5
(28)
The ___ dictate the order in which operations in the same statement are carried out.
(Multiple Choice)
4.9/5
(33)
Showing 1 - 20 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)