Filters
Question type

Study Flashcards

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

Correct Answer

verifed

verified

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.​

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

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


A) ​COBOL
B) ​SIMULA
C) ​Python
D) ​Java

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

An algorithm can be expressed or documented using pseudocode.

Correct Answer

verifed

verified

Which of the following is a scripting language?


A) Ruby
B) Perl
C) PHP
D) All of the above

Correct Answer

verifed

verified

Programmers specify the actual solution in the problem statement.

Correct Answer

verifed

verified

False

Prolog programming is all about facts and rules.​

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

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.​

Correct Answer

verifed

verified

False

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

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

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.


A) public attribute, class attribute
B) private attribute, class attribute
C) public attribute, private attribute
D) class attribute, public attribute

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

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.​

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

Which of the following is not a programming paradigm?


A) Declarative
B) Procedural
C) Object-oriented
D) Predictive

Correct Answer

verifed

verified

D

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

Correct Answer

verifed

verified

Showing 1 - 20 of 120

Related Exams

Show Answer