Exam 8: Introduction to High-Level Language Programming
Exam 1: An Introduction to Computer Science50 Questions
Exam 2: Algorithm Discovery and Design50 Questions
Exam 3: The Efficiency of Algorithms50 Questions
Exam 4: The Building Blocks: Binary Numbers, Boolean Logic, and Gates50 Questions
Exam 5: Computer Systems Organization50 Questions
Exam 6: An Introduction to System Software and Virtual Machines50 Questions
Exam 7: Computer Networks, the Internet, and the Worldwide Web50 Questions
Exam 8: Introduction to High-Level Language Programming100 Questions
Exam 9: The Tower of Babel100 Questions
Exam 10: Compilers and Language Translation50 Questions
Exam 11: Models of Computation50 Questions
Exam 12: Simulation and Modeling50 Questions
Exam 13: Electronic Commerce and Information Security50 Questions
Exam 14: Artificial Intelligence50 Questions
Exam 15: Making Decisions About Computers, Information, and Society50 Questions
Select questions type
____ involves developing a clear, concise, and unambiguous statement of the exact problem to be solved.
(Multiple Choice)
4.7/5
(28)
A(n) ____ method is one that does not need to be invoked by an object of that class.
(Multiple Choice)
4.8/5
(37)
Which of the following identifies a function as void or nonvoid?
(Multiple Choice)
4.9/5
(33)
A(n) _____ statement writes a message or the value of a program variable to the user's screen or to a file on some permanent storage medium.
(Multiple Choice)
4.7/5
(36)
The Console class methods readInt, readDouble, and readChar are nonvoid methods that return the value entered at the keyboard.
(True/False)
4.9/5
(44)
In Java, an identifier can be any combination of letters and digits, in any order.
(True/False)
4.9/5
(46)
In a high-level programming language, the programmer must "manually" manage the movement of data items between and among memory locations.
(True/False)
4.8/5
(40)
A public method can be used anywhere, including any other Java program that wants to make use of the class containing the method.
(True/False)
4.9/5
(33)
An argument list for a function is a list of the identifiers for variables that concern that function.
(True/False)
4.9/5
(41)
The three key elements of object-oriented programming (OOP) are inheritance, polymorphism, and _____.
(Multiple Choice)
4.9/5
(37)
A(n) _____ list is a set of variables passed to a function when it is invoked.
(Multiple Choice)
4.8/5
(29)
What is the Java representation of the multiplication operation?
(Multiple Choice)
4.9/5
(28)
If the value passed to the function is one that the function should change, and the main function should know the new value, then the argument is passed by value.
(True/False)
4.8/5
(40)
Debugging a program consists solely of running it on many data sets to be sure its performance falls within required limits.
(True/False)
4.9/5
(44)
____ testing involves designing a special set of test cases and running the program using the test data.
(Multiple Choice)
4.9/5
(42)
Conditional flow of control begins with the evaluation of a boolean expression.
(True/False)
4.8/5
(35)
Showing 81 - 100 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)