Exam 2: Elements of High-Quality Programs
Exam 1: An Overview of Computers and Programming60 Questions
Exam 2: Elements of High-Quality Programs59 Questions
Exam 3: Understanding Structure60 Questions
Exam 4: Making Decisions60 Questions
Exam 5: Looping59 Questions
Exam 6: Arrays60 Questions
Exam 7: File Handling and Applications59 Questions
Exam 8: Advanced Data Handling Concepts60 Questions
Exam 9: Advanced Modularization Techniques60 Questions
Exam 10: Object-Oriented Programming60 Questions
Exam 11: More Object-Oriented Programming Concepts60 Questions
Exam 12: Event-Driven Gui Programming, Multithreading, and Animation60 Questions
Select questions type
Match each term with a statement below.
-A message that is displayed on a monitor to ask the user for a response and perhaps explain how that response should be formatted
(Multiple Choice)
4.9/5
(38)
Modularization makes it harder for multiple programmers to work on a problem.
(True/False)
4.9/5
(38)
Declaring a starting value for a variable is known as ____ the variable.
(Multiple Choice)
4.7/5
(39)
Match each term with a statement below.
-Can hold digits and have mathematical operations performed on it
(Multiple Choice)
4.9/5
(29)
When you write programs,you work with data in three different forms: ____.
(Multiple Choice)
4.7/5
(37)
Declaring a starting value is known as ____________________ the variable.
(Short Answer)
4.9/5
(36)
A string variable can hold digits such as account numbers and zip codes.
(True/False)
4.9/5
(38)
In most programming languages,before you can use any variable,you must include a ____ for it.
(Multiple Choice)
4.8/5
(51)
Variable names can be more than one word with blanks between the words.
(True/False)
4.8/5
(39)
Fractional numeric variables that contain a decimal point are known as ____ variables.
(Multiple Choice)
4.8/5
(39)
In many programming languages,if you declare a variable and do not initialize it,the variable contains an unknown value until it is assigned a value.
(True/False)
4.8/5
(31)
Match each term with a statement below.
-A list of every variable name used in a program,along with its type,size,and description
(Multiple Choice)
4.8/5
(37)
___________________ tasks include any steps you must perform at the beginning of a program to get ready for the rest of the program.
(Short Answer)
4.8/5
(35)
The assignment operator has left-to-right-to-left associativity,which means that the value of the expression to the left of the assignment operator is evaluated first and that the result is assigned to the operand on the right.
(True/False)
4.9/5
(38)
Showing 21 - 40 of 59
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)