ch13qq

3
Ch13QQ T F 1. The first step in the program development life cycle (PDLC) is problem analysis. T F 2. The use of structured programming typically produces spaghetti code. T F 3. An infinite loop is an example of a syntax error. T F 4. Machine language is an example of a low-level language. T F 5. FORTRAN was designed for business transaction processing.

Upload: vernon-ballard

Post on 30-Dec-2015

22 views

Category:

Documents


1 download

DESCRIPTION

Ch13QQ. T F 1. The first step in the program development life cycle (PDLC) is problem analysis. T F 2. The use of structured programming typically produces spaghetti code. T F 3. An infinite loop is an example of a syntax error. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Ch13QQ

Ch13QQT F 1. The first step in the program development

life cycle (PDLC) is problem analysis.T F 2. The use of structured programming

typically produces spaghetti code.T F 3. An infinite loop is an example of a syntax

error.T F 4. Machine language is an example of a low-

level language.T F 5. FORTRAN was designed for business

transaction processing.

Page 2: Ch13QQ

Ch13QQ__ 6. Which of the following contains the actions that may be taken with an

object in an OOP?a. variableb. methodc. objectd. modulee. pseudocode

__ 7. Which of the following is used to convert a computer program into

machine language?a. object codeb. beta testc. source coded. compilere. debugger

Page 3: Ch13QQ

CH13QQa. programmerb. flowchartc. data modeld. pseudocodee. systems analyst

__ 8. A design tool that uses geographic symbols to illustrate the steps in a

computer program. __ 9. A design tool that uses English-like statement to illustrate the steps in a

computer program. __ 10. A person who does the coding during the system development process.