Exam 12: Computer Programming

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Briefly define each of the three types of control structures.

(Essay)
4.9/5
(32)

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:
Verified
Premises:
Responses:
Sometimes referred to as overloading
polymorphism
(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 a flowchart, a connector is indicated by a ____.

(Multiple Choice)
4.8/5
(43)

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)

In a flowchart, a calculation is indicated by a ____.

(Multiple Choice)
4.9/5
(43)

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)