Exam 11: Programming

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

Programmers specify the actual solution in the problem statement.

Free
(True/False)
4.9/5
(38)
Correct Answer:
Verified

False

Which of the following is not a programming paradigm?

Free
(Multiple Choice)
4.8/5
(35)
Correct Answer:
Verified

D

Third-generation languages added a level of abstraction to machine languages by substituting abbreviated command words for the strings of 1s and 0s used in machine languages.​

Free
(True/False)
4.7/5
(35)
Correct Answer:
Verified

False

The downside of the _____________ paradigm is that it does not fit gracefully with certain types of problems-those that are unstructured or those with very complex algorithms.​

(Short Answer)
4.7/5
(40)

The procedural paradigm focuses on an algorithm that describes a solution, whereas the _____________ paradigm focuses on describing the problem.

(Short Answer)
4.7/5
(24)

Programmers who work within the declarative paradigm envision a program as data objects that essentially network with each other to exchange data.

(True/False)
4.7/5
(43)

Prolog programming is all about facts and rules.​

(True/False)
4.7/5
(30)

Application programmers specialize in developing system software such as operating systems, device drivers, security modules, and communications software.​

(True/False)
4.8/5
(35)

Which of the following is a scripting language?

(Multiple Choice)
4.8/5
(38)

An algorithm can be expressed or documented using pseudocode.

(True/False)
4.7/5
(35)

In Prolog programming, a(n) __________ represents one of the main subjects that a fact describes.​

(Short Answer)
4.7/5
(43)

A(n) ____ code is a command word for an operation, such as add, compare, or jump.

(Short Answer)
4.9/5
(41)

In a programming project, a(n) _____________ methodology requires extensive planning and documentation up front.

(Short Answer)
4.7/5
(40)

Each fact in a Prolog program is similar to a record in a database, but you can query a Prolog program's database by asking a question, called a(n) _______ in Prolog jargon.​

(Short Answer)
4.9/5
(36)

A(n) _________ methodology focuses on flexible development and specifications that evolve as a programming project progresses.

(Short Answer)
4.7/5
(29)

The set of rules that specify the sequence of keywords, parameters, and punctuation in a program instruction is referred to as _______.​

(Short Answer)
4.9/5
(43)

​Computer historians believe that ____________ was the first programming language to work with objects, classes, inheritance, and methods.

(Multiple Choice)
4.8/5
(43)

The procedural approach is best used for problems that can be solved by following a step-by-step algorithm.​

(True/False)
4.7/5
(38)

A(n) _________ represents a value that can change.​

(Short Answer)
4.8/5
(36)

A __________ is available for use by any routine in the program, while a _______________ can be accessed only from the routine in which it is defined.

(Multiple Choice)
4.9/5
(40)
Showing 1 - 20 of 120
close modal

Filters

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