Exam 12: Computer Programming
Exam 1: Computers and Digital Basics170 Questions
Exam 2: Computer Hardware175 Questions
Exam 3: Computer Software175 Questions
Exam 4: Operating Systems and File Management175 Questions
Exam 5: Lans and Wlans175 Questions
Exam 6: The Internet175 Questions
Exam 7: The Web and E-Mail175 Questions
Exam 8: Digital Media175 Questions
Exam 9: The Computer Industry: History, Careers, and Ethics175 Questions
Exam 10: Information Systems Analysis and Design175 Questions
Exam 11: Databases175 Questions
Exam 12: Computer Programming175 Questions
Select questions type
Most programming languages provide ____ types of control structures.
(Multiple Choice)
4.9/5
(36)
The ____________________ for a computer program is a set of steps that explain how to begin with the known information specified in a problem statement and how to manipulate that information to arrive at a solution.
(Short Answer)
4.9/5
(34)
____________________ methods help programmers apply rigorous logical and mathematical models to software design, coding, testing, and verification.
(Short Answer)
4.9/5
(39)
Identify the letter of the choice that best matches the phrase or definition.
Premises:
Sometimes referred to as overloading
Responses:
polymorphism
FORTRAN
C++
Correct Answer:
Premises:
Responses:
(Matching)
4.8/5
(26)
A(n) ____ is an unit of data that represents an abstract or a real-world entity.
(Multiple Choice)
4.9/5
(35)
The most prevalent cause of security holes is program code that allows ____.
(Multiple Choice)
4.9/5
(35)
In the code: shapeof(pizza,round) , the words outside of the parentheses are called arguments.
(True/False)
4.9/5
(32)
Polymorphism allows a programmer to define different getArea() methods for each subclass.
(True/False)
4.8/5
(38)
Critical Thinking questions (Multiple Choice) A ____ paradigm emphasizes the evaluation of expressions, rather than the execution of commands.
(Multiple Choice)
4.9/5
(31)
A programming ____________________ is a set of keywords and grammar rules designed for creating instructions that can be processed by a computer.
(Short Answer)
4.8/5
(32)
Critical Thinking questions (Multiple Choice) A recipe is a form of a(n) ____, as long as the dish comes out properly according to the recipe.
(Multiple Choice)
4.7/5
(33)
Syntax errors are very easy to make, but are typically difficult to detect and correct.
(True/False)
4.9/5
(27)
Codification is a notational system for algorithms that has been described as a mixture of English and your favorite programming language.
(True/False)
4.8/5
(37)
A(n) ____________________ is a graphical representation of the way that a computer should progress from one instruction to the next when it performs a task.
(Short Answer)
4.9/5
(35)
In the Prolog fact, likes (dog,biscuits) ..."likes" is called the argument .
(True/False)
4.9/5
(29)
A repetition control structure directs the computer to repeat one or more instructions until a certain condition is met.
(True/False)
4.9/5
(23)
A selection control structure is also referred to as a(n) ____________________ structure.
(Short Answer)
4.9/5
(36)
Showing 101 - 120 of 175
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)