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
A(n) ____ groups together a collection of memory locations, all storing data of the same type.
(Multiple Choice)
4.7/5
(43)
A _____ function returns a single value back to the main function.
(Multiple Choice)
4.8/5
(37)
_____ is the process of locating and correcting program errors.
(Multiple Choice)
4.9/5
(34)
It is possible to combine statements into a group by putting them within _____.
(Multiple Choice)
4.8/5
(29)
The ____ of a variable determines how many bytes will be needed to store that variable.
(Multiple Choice)
4.9/5
(41)
After a program has been linked to the appropriate code libraries, the resulting object code is often called an executable module.
(True/False)
4.9/5
(34)
The invocation of a void method is an incomplete Java statement by itself.
(True/False)
4.9/5
(30)
A variable declared within a function can be accessed in other functions.
(True/False)
4.7/5
(41)
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
(39)
If the value of an argument is one that the function must know in order to do its job but should not change, then the argument is _____.
(Multiple Choice)
4.8/5
(31)
A _____ must appear at the end of every executable C++ instruction.
(Multiple Choice)
4.8/5
(32)
A loop whose loop body would be endlessly executed is called a(n) _____ loop.
(Multiple Choice)
4.8/5
(41)
A(n) _____ groups together a collection of memory locations, all storing data of the same type.
(Multiple Choice)
4.7/5
(33)
A(n) ____ statement collects a specific value from the user for a variable within the program.
(Multiple Choice)
4.7/5
(37)
Showing 41 - 60 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)