Filters
Question type

Study Flashcards

____ is the first phase of the PDLC.


A) Program coding
B) Program design
C) Problem analysis
D) Program debugging

E) B) and C)
F) C) and D)

Correct Answer

verifed

verified

Comments are usually preceded by a specific symbol.

A) True
B) False

Correct Answer

verifed

verified

It is easier to write comments- particularly comments explaining the logic of a program-at the time the program is coded,instead of trying to add those comments at the end of the project.

A) True
B) False

Correct Answer

verifed

verified

An advantage to using 4GLs is that they can result in a smaller number of program statements and more efficient object code when they are compiled into machine language.

A) True
B) False

Correct Answer

verifed

verified

The basic selection control structure is the _________________________,in which the condition can only result in two possibilities-true or false (yes or no).

Correct Answer

verifed

verified

if-then-el...

View Answer

In a(n) ____ check,the programmer "walks" through the program design,keeping track of the values of any loop counters and other variables in a tracing table to ensure the program does what it is intended to do.


A) desk
B) line
C) alpha
D) beta

E) A) and B)
F) C) and D)

Correct Answer

verifed

verified

Fourth-generation languages (4GLs) are ____.


A) procedural programming languages
B) very-high-level languages
C) high-level languages
D) interpreted languages

E) A) and C)
F) A) and B)

Correct Answer

verifed

verified

The repetition control structure is also called the selection control structure.

A) True
B) False

Correct Answer

verifed

verified

Case 13-1 The Rainbow Trout Company specializes in developing software that is useful to amateur and professional fishermen.They often work on projects with constantly changing requirements. -The Rainbow Trout Company uses the ____ approach,which emphasizes teams of people working closely together,which provides for continuous learning and adaptation as the project is developed.


A) expert programming
B) rapid application development
C) agile software development
D) team development

E) A) and B)
F) B) and C)

Correct Answer

verifed

verified

____ are small programs that are designed to be inserted into Web


A) Java zines
B) Java applets
C) Java bytecodes
D) Java VMs

E) None of the above
F) A) and C)

Correct Answer

verifed

verified

In a computer program,____ are named memory locations that are defined for that particular program and are used to store the current value of data items used in the program.


A) cells
B) variables
C) objects
D) buses

E) A) and B)
F) None of the above

Correct Answer

verifed

verified

Fourth-generation languages are commonly used to access ____.


A) documents
B) object code
C) databases
D) source code

E) B) and D)
F) A) and C)

Correct Answer

verifed

verified

In a(n)procedural program,variables can be accessed and their values changed from any module in the program,as appropriate.

A) True
B) False

Correct Answer

verifed

verified

Rather than creating a complete object module for a program,a(n) ____ reads,translates,and executes the source program one line at a time.


A) compiler
B) interpreter
C) assembler
D) generator

E) None of the above
F) All of the above

Correct Answer

verifed

verified

Python programs run on computers using the Windows,Linux,UNIX,Mac OS X,or OS/2 operating systems,as well as on Palm and Nokia mobile devices.

A) True
B) False

Correct Answer

verifed

verified

With the do until structure,the instructions in the loop are repeated as long as a certain condition is true.

A) True
B) False

Correct Answer

verifed

verified

Ruby on Rails is a framework for developing dynamic Web applications that is written in the Ruby programming language

A) True
B) False

Correct Answer

verifed

verified

A structured program is divided into individual modules;each module represents a specific processing task.

A) True
B) False

Correct Answer

verifed

verified

Although there is no precise definition of 3GLs,they are even further from machine language than fourth-generation languages,and,therefore,are much easier to use.

A) True
B) False

Correct Answer

verifed

verified

Structured programming embodies a top-down design philosophy.

A) True
B) False

Correct Answer

verifed

verified

Showing 81 - 100 of 100

Related Exams

Show Answer