Exam 2: Elements of High Quality Programs
Exam 1: An Overview of Computers and Proramming51 Questions
Exam 2: Elements of High Quality Programs51 Questions
Exam 3: Understanding Structure51 Questions
Exam 4: Making Decisions51 Questions
Exam 5: Looping51 Questions
Exam 6: Arrays51 Questions
Exam 7: File Handling and Applications51 Questions
Exam 8: Advanced Data Handling Techniques51 Questions
Exam 9: Advanced Modularization Techniques51 Questions
Exam 10: Object Oriented Programming51 Questions
Exam 11: More Object Oriented Programming Concepts51 Questions
Exam 12: Event Driven Gui Programming Multithreading and Animation51 Questions
Exam 13: System Modeling With the Uml51 Questions
Exam 14: Using Relational Databases51 Questions
Select questions type
What does a data item's data type describe?
Free
(Essay)
4.9/5
(32)
Correct Answer:
A data item's data type is a classification that describes the following:
1 What values can be held by the item
2 How the item is stored in computer memory
3 What operations can be performed on the data item
In most programming languages, before you can use any variable, you must include a ____ for it.
Free
(Multiple Choice)
4.9/5
(32)
Correct Answer:
A
Program ___________________ are written explanations that are not part of the program logic but that serve as documentation for readers of the program.
Free
(Short Answer)
4.9/5
(35)
Correct Answer:
comments
Programmers refer to programs that contain meaningful names as ____.
(Multiple Choice)
4.9/5
(44)
When you write programs, you work with data in three different forms: ____.
(Multiple Choice)
4.8/5
(34)
Because one memory location can be used repeatedly with different values, you can write program instructions once and then use them for thousands of separate calculations
(True/False)
5.0/5
(38)
Most modern programming languages require that program statements be placed in specific columns.
(True/False)
4.8/5
(31)
In a flowchart, an ____ is most often represented by a three-sided box that is connected to the step it references by a dashed line.
(Multiple Choice)
4.8/5
(38)
Programmers say that variables and constants declared within a module are ____ only within that module.
(Multiple Choice)
4.9/5
(28)
Programmers say the statements that are contained in a module have been ____.
(Multiple Choice)
4.8/5
(36)
Modularization makes it harder for multiple programmers to work on a problem.
(True/False)
4.9/5
(28)
Variable names can be more than one word with blanks between the words.
(True/False)
4.9/5
(40)
Match each term with a statement below.
Correct Answer:
Premises:
Responses:
(Matching)
4.9/5
(40)
____ is where a variable's data type or other information is stored as part of the name.
(Multiple Choice)
4.9/5
(34)
Showing 1 - 20 of 51
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)