Exam 12: Computer Programming

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

Objects can be grouped into a(n) _________.

(Multiple Choice)
4.8/5
(25)

A ____ table is a tabular method for visualizing and specifying rules based on multiple factors.

(Multiple Choice)
4.7/5
(37)

  OO programmers often use ____ diagrams, as shown in the figure above, to plan the classes for a program. OO programmers often use ____ diagrams, as shown in the figure above, to plan the classes for a program.

(Multiple Choice)
4.8/5
(39)

Methods can be defined along with the ____ they affect.

(Multiple Choice)
4.9/5
(42)

The procedural paradigm focuses on describing the problem.

(True/False)
4.9/5
(31)

Typically programmers use assembly languages to write ____.

(Multiple Choice)
4.8/5
(35)

The process of finding a value for a variable is referred to as instantiation .

(True/False)
4.9/5
(33)

In a problem statement, a(n) ____ is something that you accept as true in order to proceed with program planning.

(Multiple Choice)
5.0/5
(30)

The declarative paradigm emphasizes the evaluation of expressions, called "functions," rather than the execution of commands.

(True/False)
4.8/5
(41)

____ is a technique that can be used to identify potential vulnerabilities by listing the key assets of an application, categorizing the threats to each asset, ranking the threats, and developing threat mitigation strategies that can be implemented during coding.

(Multiple Choice)
4.8/5
(36)

A(n) ____ error is an error in the design of the program.

(Multiple Choice)
5.0/5
(39)

Remarks should be added to the sections of a program in which the purpose of the code is not immediately clear.

(True/False)
4.9/5
(43)

Within the context of programming, a(n) ____________________ is an action or occurrence to which a program might respond.

(Short Answer)
4.9/5
(35)

____ refers to entering the list of commands that become a computer program.

(Multiple Choice)
4.9/5
(33)

____ methods help programmers apply rigorous logical and mathematical models to software design, coding, testing, and verification.

(Multiple Choice)
5.0/5
(31)

When coding programs in a procedural language, the order of program instructions is not really important.

(True/False)
4.9/5
(32)
Identify the letter of the choice that best matches the phrase or definition.
Premises:
A set of steps for carrying out a task that can be written down and implemented
Responses:
class attribute
debugger
C++
Correct Answer:
Verified
Premises:
Responses:
A set of steps for carrying out a task that can be written down and implemented
class attribute
(Matching)
4.8/5
(34)

Research has shown that, on average, a programmer can write, test, and document only ____ lines of code per day.

(Multiple Choice)
4.8/5
(41)

Programming languages are categorized by ____.

(Multiple Choice)
4.8/5
(41)

Case 1 You are studying paradigms this semester in your computer programming course. You have learned that some programming languages support a single paradigm, while others support more than one paradigm. You have also learned that classic paradigms are procedural, object-oriented, and declarative. In your class, you are required to give a presentation on different programming languages, and you are preparing your presentation. You are taking notes on a paradigm section that emphasizes linear, step-by-step algorithms that provide the computer with instructions on how to solve a problem or carry a task. What section are you taking notes on?

(Multiple Choice)
4.9/5
(36)
Showing 81 - 100 of 175
close modal

Filters

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