Exam 9: Introduction to High-Level Language Programming

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

The ____________________ computer architecture is characterized by sequential fetch-decode-execute cycles.

(Short Answer)
4.9/5
(42)

Assembly language programs are ____ specific.

(Multiple Choice)
4.8/5
(33)

If anything is changed on an already-tested module, regression testing is done to be sure that this change hasn't introduced a new error into code that was previously correct.

(True/False)
4.8/5
(40)

High-level programming languages were created to overcome the deficiencies of _______ language.

(Multiple Choice)
4.9/5
(44)

In early programming languages, conserving machine resources was not an issue.

(True/False)
4.8/5
(42)

The programmer's task is to devise the appropriate step-by-step sequence of "imperative commands" that, when carried out by the computer, accomplish the desired task.

(True/False)
4.7/5
(28)

The ______ code for a task that needs to be performed often can be stored in a code library

(Multiple Choice)
4.8/5
(37)

Individual assembly language statements, though easier to read, can be no more powerful than the underlying ____________________.

(Short Answer)
4.9/5
(44)

Machine language is also known as ____ code.

(Multiple Choice)
4.9/5
(41)

Imperative commands are instructions in the _______.

(Multiple Choice)
4.8/5
(38)

Rapid prototyping allows _______ between the user and the programmer to be identified and corrected early in the development process.

(Multiple Choice)
4.8/5
(29)

A ____ stores and fetches values to and from memory cells.

(Multiple Choice)
4.9/5
(36)

The availability of the appropriate compiler guarantees that a program developed on one type of machine can be compiled on a different type of machine.

(True/False)
4.8/5
(32)

Procedural languages are also called ____ languages.

(Multiple Choice)
4.8/5
(42)

A program written in a(n)procedural language consists of sequences of statements that manipulate data items. _________________________

(True/False)
4.9/5
(41)

____ is the process of translating the detailed designs into computer code.

(Multiple Choice)
4.8/5
(36)

Which language does NOT require a semicolon to terminate an executable program statement?

(Multiple Choice)
4.9/5
(37)

What is the purpose of the feasibility study?

(Essay)
4.9/5
(30)

Program maintenance, the process of adapting an existing software product, may consume as much as 85% of the total software development life cycle budget.

(True/False)
4.9/5
(34)

In assembly language, the programmer must take a microscopic view of a task, breaking it down into tiny subtasks at the level of what is going on in individual ____.

(Multiple Choice)
4.8/5
(26)
Showing 21 - 40 of 50
close modal

Filters

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