Deck 10: Building Systems and Applications: Software Development, Programming, and Languages

Full screen (f)
exit full mode
Question
A preliminary design,a detail design,and a report on the work done on these are created during the ________ phase of the SDLC.

A) systems analysis
B) systems design
C) systems implementation
D) systems maintenance
Use Space or
up arrow
down arrow
to flip the card.
Question
In the SDLC's third phase,the way in which a proposed information system will deliver the general abilities described in the preliminary design is described in the ________ design.

A) CASE
B) data flow
C) prototype
D) detail
Question
Using workstations,CASE tools,UML,and other software to build working models of system components so that they can be quickly tested and evaluated is called ________.

A) systems design
B) systems analysis
C) systems implementation
D) prototyping
Question
In Phase 5 of the SDLC,if a company simply quits using the old system and begins using the new one,this is what type of system conversion plan?

A) parallel implementation
B) direct implementation
C) phased implementation
D) pilot implementation
Question
In the SDLC's third phase,the general functional capabilities of a proposed information system are described in the ________ design.

A) detail
B) prototype
C) UML
D) preliminary
Question
What kind of analytical tools allows a systems analyst to present graphic representations of a system?

A) replica
B) modeling
C) copy
D) duplication
Question
An information specialist who performs systems analysis,design,and implementation is a(n)________.

A) expert analyst
B) systems analyst
C) structure analyst
D) arrangement analyst
Question
What is a six-phase problem-solving procedure for examining an information system and improving it?

A) prototyping
B) data flow diagram
C) systems analysis and design
D) modeling
Question
The decision in which the systems analyst must decide whether to have a program custom-written or to purchase an existing software package is called the ________ decision.

A) program-or-download
B) prototyping
C) make-or-buy
D) detail design
Question
If the performance of individual parts of a new system is examined using test (made-up or sample)data,what kind of testing is this?

A) unit
B) component
C) pilot
D) system
Question
Hardware,software,and files are converted to the new system and users are trained during the ________ phase of the SDLC.

A) systems analysis
B) systems development
C) systems implementation
D) systems maintenance
Question
In the SDLC,data is gathered and analyzed and a report is written during the _________ phase,systems analysis.

A) first
B) second
C) third
D) fourth
Question
What is the actual step-by-step process followed during systems analysis and design?

A) SDLC
B) data flow diagram
C) CASE
D) modeling
Question
The way data flows through a system is graphically shown by a ________.

A) model
B) prototype
C) data flow diagram
D) detail design
Question
In step 1 of the SDLC,________,the first analysis is conducted,alternative solutions are proposed,costs and benefits are described,and a preliminary plan with recommendations is submitted.

A) systems design
B) computer-aided software engineering
C) systems implementation
D) preliminary investigation
Question
Programs that automate means of designing and changing systems during several phases are ________.

A) prototypes
B) CASE tools
C) trial products
D) archetypes
Question
A limited working system,or part of one,developed to test design concepts is a ________.

A) CASE
B) prototype
C) example
D) sample
Question
The systems analyst acquires the software,hardware,and then tests the system during the ________ phase of the SDLC.

A) systems development
B) systems maintenance
C) systems design
D) systems analysis
Question
In Phase 5 of the SDLC,if the old and new systems are operated side by side until the new system has proven itself,this is what type of system conversion plan?

A) parallel implementation
B) direct implementation
C) phased implementation
D) pilot implementation
Question
A collection of related components that interact to perform a task or accomplish a goal is a(n)________.

A) arrangement
B) system
C) structure
D) organism
Question
In Phase 5 of the SDLC,if parts of the new system are introduced at different times,this is what type of system conversion plan?

A) parallel implementation
B) direct implementation
C) phased implementation
D) pilot implementation
Question
In structured programming,________ determine the logical sequence in which computer program instructions are executed.

A) prototypes
B) control structures
C) algorithms
D) program flowcharts
Question
A(n)________ is a formula or set of steps for solving a particular problem.

A) prototype
B) algorithm
C) hierarchy chart
D) flowchart
Question
When you are designing a program,a hierarchy chart shows ________.

A) the flow of logic in a program
B) which programmers are assigned to code various modules of the program
C) the overall purpose of the program and identifies the modules needed to achieve that purpose and the relationship among them
D) the flow of data through a program
Question
An IF-THEN-ELSE structure is also known as a(n)________.

A) test structure
B) iterative structure
C) selection control structure
D) sequence control structure
Question
________ consists of translating the logic requirements from pseudocode or flowcharts into a programming language.

A) Structuring
B) Coding
C) Charting
D) Documenting
Question
Locating and removing all errors from a computer program is called ________.

A) desk-checking
B) debugging
C) real-world testing
D) syntax testing
Question
What is the first thing a programmer should consider when defining a problem?

A) study the feasibility of implementing the program
B) clarify program objectives and users
C) specify the input
D) document the analysis
Question
A ________ is a list of instructions that the computer must follow to process data into information.

A) system
B) prototype
C) program
D) flow diagram
Question
Large programs are broken down into manageable pieces,or processing steps,that are made up of logically related program statements called ________.

A) algorithms
B) structures
C) modules
D) sections
Question
In programming,the incorrect use of control structures causes ________.

A) logic errors
B) syntax errors
C) run-time errors
D) debug errors
Question
Typographical errors and / or incorrect use of the programming language are referred to as ________.

A) logic errors
B) syntax errors
C) run-time errors
D) bugs
Question
Adjusting and improving the system by having system audits and periodic evaluations and making changes based on new conditions is called systems ________.

A) development
B) maintenance
C) analysis
D) design
Question
Which of these is the first step in programming?

A) document the program
B) code the program
C) design the program
D) clarify / define the problem
Question
Which of these would NOT appear as a symbol on a program flowchart?

A) data type
B) decision
C) input / output
D) process
Question
A narrative that uses normal human-language statements to describe the logic and processing flow of a program is called ________.

A) a hierarchy chart
B) a flowchart
C) pseudocode
D) a prototype
Question
All these are control structures used in structured programming EXCEPT ________.

A) iteration
B) selection
C) sequence
D) stop
Question
________ involves reading a program to make sure that it is error-free and that the logic works.

A) Desk checking
B) Debugging
C) Beta testing
D) Compiling
Question
The connector on a flowchart that shows movement to or from another part of the program and connects one symbol to another is represented by the ________ symbol.

A) circle
B) square
C) diamond
D) arrow
Question
A programmer must follow the rules for coding a particular programming language.These rules are called ________.

A) pseudocode
B) iteration
C) syntax
D) documentation
Question
Which of these is the lowest of the five generations of programming languages?

A) FORTRAN
B) BASIC
C) assembly language
D) machine language
Question
An information specialist who performs systems analysis,design,and implementation is a systems manager.
Question
Over time,programming languages have evolved in phases called ________.

A) generations
B) stages
C) modules
D) levels
Question
Which of these is NOT a high-level language?

A) BASIC
B) C
C) FORTRAN
D) assembler
Question
A collection of related components that interact to perform a task or accomplish a goal is a scheme.
Question
Machine language-0s and 1s-would be very difficult for a programmer to write in; thus a low-level (second-generation)language,________ can be used to write a program with abbreviations and basic words,instead of numbers.

A) compiler language
B) language translator
C) assembly language
D) natural language
Question
Which of these was the first high-level language (third generation)and was used for mathematical formulas?

A) COBOL
B) C
C) BASIC
D) FORTRAN
Question
Which of these early high-level languages (third generation)was used for large computers in business applications and is still used today in legacy systems?

A) COBOL
B) C
C) BASIC
D) FORTRAN
Question
Java is a(n)________.

A) object-oriented programming language
B) natural language
C) VRML
D) low-level programming language
Question
A description of the program,its purpose and how to use it,is known as ________.

A) recording
B) debugging
C) compiling
D) documentation
Question
Each third-generation language requires one of two types of language translator to convert the code to machine language.Which type of language translator converts the entire high-level language input into machine language to be executed later (that is,not immediately)?

A) interpreter
B) converter
C) translator
D) compiler
Question
Object-oriented programming involves all these concepts EXCEPT ________.

A) polymorphism
B) application generator
C) encapsulation
D) inheritance
Question
A fourth-generation language used to retrieve data from a database management system is called a(n)_________.

A) application generator
B) report generator
C) program generator
D) query language
Question
Bell Laboratories developed this general-purpose third-generation language that works well for mid-range computers and is portable among many computers.The Unix operating system was the first major program written in this language.

A) COBOL
B) C
C) BASIC
D) FORTRAN
Question
________ is a programming method that combines data and instructions for processing that data into self-sufficient blocks that can be used in other programs.

A) Modular programming
B) Top-down design
C) Object-oriented programming
D) Structured programming
Question
A ________ is a find of coding,or "tags," inserted into text that embeds details about the structure and the appearance of the text.

A) scripting language
B) natural language
C) assembly language
D) marking language
Question
Which of these is NOT a fourth-generation (very-high-level)programming language?

A) report generator
B) compiler
C) query language
D) application generator
Question
High-level languages are converted into machine language and executed immediately,statement by statement,using a(n)________.

A) assembler
B) compiler
C) interpreter
D) desk checker
Question
All languages from the second generation on must be translated into machine language for the computer to be able process the input data.This is done with a(n)__________.

A) syntax translator
B) language translator
C) assembler
D) code checker
Question
A markup language used to create 2-D web documents and pages,including links,is ________.

A) VRML
B) C
C) HTML
D) CGI
Question
Using CASE tools,UML,and other software to build working models of system components so that they can be quickly tested and evaluated is known as prototyping.
Question
During system implementation,the fifth phase of the SDLC,hardware,software,and files are converted to the new system,and users are trained.
Question
If the old and new systems are operated side by side until the new system has proven itself,this type of system conversion plan is parallel implementation.
Question
In the make-or-buy decision,the systems analyst decides whether to have a program custom written or to purchase an existing software package.
Question
During the systems design phase,data is gathered,analyzed,and a report is written.
Question
CASE tools are used only in the systems analysis phase of the SDLC.
Question
Modeling tools allow systems analysts to present graphic representations of a system.
Question
During systems design,the third phase of the SDLC,the systems analyst acquires the new software and hardware,and then tests the system.
Question
If the performance of a new system's individual parts is examined using test (made-up or sample)data,this is called component testing.
Question
In the fourth phase of the SDLC,if a new system's parts are linked and test data is used to see if the parts work together,this is called system testing.
Question
Prototyping,or building working models of new systems,is used in the first phase of the SDLC.
Question
In the third phase of the SDLC,a detail design proposes how a proposed information system will deliver the general abilities that were described in the preliminary design of the first phase.
Question
Computer-based programs that automate various activities of the systems development life cycle in most phases of the SDLC are called computer-aided software engineering tools (CASE).
Question
If a new system is being custom-written,then programming is part of the fourth phase of the SDLC.
Question
The SDLC is the step-by-step process of systems analysis and design.
Question
During the systems design phase of the SDLC,a preliminary design,or a "rough draft," of the new system is done; then a detail design is done,and a report on the work is presented.
Question
The first step of the SDLC is to design a new system.
Question
A data flow diagram is not a modeling tool used to represent a new system.
Question
A limited working system developed to test design concepts is a data flow model.
Question
SDLC stands for Systems Development Lifecycle Control.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/209
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 10: Building Systems and Applications: Software Development, Programming, and Languages
1
A preliminary design,a detail design,and a report on the work done on these are created during the ________ phase of the SDLC.

A) systems analysis
B) systems design
C) systems implementation
D) systems maintenance
B
2
In the SDLC's third phase,the way in which a proposed information system will deliver the general abilities described in the preliminary design is described in the ________ design.

A) CASE
B) data flow
C) prototype
D) detail
D
3
Using workstations,CASE tools,UML,and other software to build working models of system components so that they can be quickly tested and evaluated is called ________.

A) systems design
B) systems analysis
C) systems implementation
D) prototyping
D
4
In Phase 5 of the SDLC,if a company simply quits using the old system and begins using the new one,this is what type of system conversion plan?

A) parallel implementation
B) direct implementation
C) phased implementation
D) pilot implementation
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
5
In the SDLC's third phase,the general functional capabilities of a proposed information system are described in the ________ design.

A) detail
B) prototype
C) UML
D) preliminary
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
6
What kind of analytical tools allows a systems analyst to present graphic representations of a system?

A) replica
B) modeling
C) copy
D) duplication
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
7
An information specialist who performs systems analysis,design,and implementation is a(n)________.

A) expert analyst
B) systems analyst
C) structure analyst
D) arrangement analyst
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
8
What is a six-phase problem-solving procedure for examining an information system and improving it?

A) prototyping
B) data flow diagram
C) systems analysis and design
D) modeling
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
9
The decision in which the systems analyst must decide whether to have a program custom-written or to purchase an existing software package is called the ________ decision.

A) program-or-download
B) prototyping
C) make-or-buy
D) detail design
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
10
If the performance of individual parts of a new system is examined using test (made-up or sample)data,what kind of testing is this?

A) unit
B) component
C) pilot
D) system
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
11
Hardware,software,and files are converted to the new system and users are trained during the ________ phase of the SDLC.

A) systems analysis
B) systems development
C) systems implementation
D) systems maintenance
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
12
In the SDLC,data is gathered and analyzed and a report is written during the _________ phase,systems analysis.

A) first
B) second
C) third
D) fourth
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
13
What is the actual step-by-step process followed during systems analysis and design?

A) SDLC
B) data flow diagram
C) CASE
D) modeling
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
14
The way data flows through a system is graphically shown by a ________.

A) model
B) prototype
C) data flow diagram
D) detail design
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
15
In step 1 of the SDLC,________,the first analysis is conducted,alternative solutions are proposed,costs and benefits are described,and a preliminary plan with recommendations is submitted.

A) systems design
B) computer-aided software engineering
C) systems implementation
D) preliminary investigation
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
16
Programs that automate means of designing and changing systems during several phases are ________.

A) prototypes
B) CASE tools
C) trial products
D) archetypes
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
17
A limited working system,or part of one,developed to test design concepts is a ________.

A) CASE
B) prototype
C) example
D) sample
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
18
The systems analyst acquires the software,hardware,and then tests the system during the ________ phase of the SDLC.

A) systems development
B) systems maintenance
C) systems design
D) systems analysis
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
19
In Phase 5 of the SDLC,if the old and new systems are operated side by side until the new system has proven itself,this is what type of system conversion plan?

A) parallel implementation
B) direct implementation
C) phased implementation
D) pilot implementation
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
20
A collection of related components that interact to perform a task or accomplish a goal is a(n)________.

A) arrangement
B) system
C) structure
D) organism
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
21
In Phase 5 of the SDLC,if parts of the new system are introduced at different times,this is what type of system conversion plan?

A) parallel implementation
B) direct implementation
C) phased implementation
D) pilot implementation
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
22
In structured programming,________ determine the logical sequence in which computer program instructions are executed.

A) prototypes
B) control structures
C) algorithms
D) program flowcharts
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
23
A(n)________ is a formula or set of steps for solving a particular problem.

A) prototype
B) algorithm
C) hierarchy chart
D) flowchart
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
24
When you are designing a program,a hierarchy chart shows ________.

A) the flow of logic in a program
B) which programmers are assigned to code various modules of the program
C) the overall purpose of the program and identifies the modules needed to achieve that purpose and the relationship among them
D) the flow of data through a program
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
25
An IF-THEN-ELSE structure is also known as a(n)________.

A) test structure
B) iterative structure
C) selection control structure
D) sequence control structure
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
26
________ consists of translating the logic requirements from pseudocode or flowcharts into a programming language.

A) Structuring
B) Coding
C) Charting
D) Documenting
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
27
Locating and removing all errors from a computer program is called ________.

A) desk-checking
B) debugging
C) real-world testing
D) syntax testing
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
28
What is the first thing a programmer should consider when defining a problem?

A) study the feasibility of implementing the program
B) clarify program objectives and users
C) specify the input
D) document the analysis
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
29
A ________ is a list of instructions that the computer must follow to process data into information.

A) system
B) prototype
C) program
D) flow diagram
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
30
Large programs are broken down into manageable pieces,or processing steps,that are made up of logically related program statements called ________.

A) algorithms
B) structures
C) modules
D) sections
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
31
In programming,the incorrect use of control structures causes ________.

A) logic errors
B) syntax errors
C) run-time errors
D) debug errors
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
32
Typographical errors and / or incorrect use of the programming language are referred to as ________.

A) logic errors
B) syntax errors
C) run-time errors
D) bugs
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
33
Adjusting and improving the system by having system audits and periodic evaluations and making changes based on new conditions is called systems ________.

A) development
B) maintenance
C) analysis
D) design
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
34
Which of these is the first step in programming?

A) document the program
B) code the program
C) design the program
D) clarify / define the problem
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
35
Which of these would NOT appear as a symbol on a program flowchart?

A) data type
B) decision
C) input / output
D) process
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
36
A narrative that uses normal human-language statements to describe the logic and processing flow of a program is called ________.

A) a hierarchy chart
B) a flowchart
C) pseudocode
D) a prototype
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
37
All these are control structures used in structured programming EXCEPT ________.

A) iteration
B) selection
C) sequence
D) stop
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
38
________ involves reading a program to make sure that it is error-free and that the logic works.

A) Desk checking
B) Debugging
C) Beta testing
D) Compiling
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
39
The connector on a flowchart that shows movement to or from another part of the program and connects one symbol to another is represented by the ________ symbol.

A) circle
B) square
C) diamond
D) arrow
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
40
A programmer must follow the rules for coding a particular programming language.These rules are called ________.

A) pseudocode
B) iteration
C) syntax
D) documentation
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
41
Which of these is the lowest of the five generations of programming languages?

A) FORTRAN
B) BASIC
C) assembly language
D) machine language
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
42
An information specialist who performs systems analysis,design,and implementation is a systems manager.
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
43
Over time,programming languages have evolved in phases called ________.

A) generations
B) stages
C) modules
D) levels
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
44
Which of these is NOT a high-level language?

A) BASIC
B) C
C) FORTRAN
D) assembler
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
45
A collection of related components that interact to perform a task or accomplish a goal is a scheme.
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
46
Machine language-0s and 1s-would be very difficult for a programmer to write in; thus a low-level (second-generation)language,________ can be used to write a program with abbreviations and basic words,instead of numbers.

A) compiler language
B) language translator
C) assembly language
D) natural language
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
47
Which of these was the first high-level language (third generation)and was used for mathematical formulas?

A) COBOL
B) C
C) BASIC
D) FORTRAN
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
48
Which of these early high-level languages (third generation)was used for large computers in business applications and is still used today in legacy systems?

A) COBOL
B) C
C) BASIC
D) FORTRAN
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
49
Java is a(n)________.

A) object-oriented programming language
B) natural language
C) VRML
D) low-level programming language
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
50
A description of the program,its purpose and how to use it,is known as ________.

A) recording
B) debugging
C) compiling
D) documentation
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
51
Each third-generation language requires one of two types of language translator to convert the code to machine language.Which type of language translator converts the entire high-level language input into machine language to be executed later (that is,not immediately)?

A) interpreter
B) converter
C) translator
D) compiler
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
52
Object-oriented programming involves all these concepts EXCEPT ________.

A) polymorphism
B) application generator
C) encapsulation
D) inheritance
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
53
A fourth-generation language used to retrieve data from a database management system is called a(n)_________.

A) application generator
B) report generator
C) program generator
D) query language
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
54
Bell Laboratories developed this general-purpose third-generation language that works well for mid-range computers and is portable among many computers.The Unix operating system was the first major program written in this language.

A) COBOL
B) C
C) BASIC
D) FORTRAN
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
55
________ is a programming method that combines data and instructions for processing that data into self-sufficient blocks that can be used in other programs.

A) Modular programming
B) Top-down design
C) Object-oriented programming
D) Structured programming
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
56
A ________ is a find of coding,or "tags," inserted into text that embeds details about the structure and the appearance of the text.

A) scripting language
B) natural language
C) assembly language
D) marking language
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
57
Which of these is NOT a fourth-generation (very-high-level)programming language?

A) report generator
B) compiler
C) query language
D) application generator
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
58
High-level languages are converted into machine language and executed immediately,statement by statement,using a(n)________.

A) assembler
B) compiler
C) interpreter
D) desk checker
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
59
All languages from the second generation on must be translated into machine language for the computer to be able process the input data.This is done with a(n)__________.

A) syntax translator
B) language translator
C) assembler
D) code checker
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
60
A markup language used to create 2-D web documents and pages,including links,is ________.

A) VRML
B) C
C) HTML
D) CGI
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
61
Using CASE tools,UML,and other software to build working models of system components so that they can be quickly tested and evaluated is known as prototyping.
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
62
During system implementation,the fifth phase of the SDLC,hardware,software,and files are converted to the new system,and users are trained.
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
63
If the old and new systems are operated side by side until the new system has proven itself,this type of system conversion plan is parallel implementation.
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
64
In the make-or-buy decision,the systems analyst decides whether to have a program custom written or to purchase an existing software package.
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
65
During the systems design phase,data is gathered,analyzed,and a report is written.
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
66
CASE tools are used only in the systems analysis phase of the SDLC.
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
67
Modeling tools allow systems analysts to present graphic representations of a system.
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
68
During systems design,the third phase of the SDLC,the systems analyst acquires the new software and hardware,and then tests the system.
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
69
If the performance of a new system's individual parts is examined using test (made-up or sample)data,this is called component testing.
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
70
In the fourth phase of the SDLC,if a new system's parts are linked and test data is used to see if the parts work together,this is called system testing.
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
71
Prototyping,or building working models of new systems,is used in the first phase of the SDLC.
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
72
In the third phase of the SDLC,a detail design proposes how a proposed information system will deliver the general abilities that were described in the preliminary design of the first phase.
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
73
Computer-based programs that automate various activities of the systems development life cycle in most phases of the SDLC are called computer-aided software engineering tools (CASE).
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
74
If a new system is being custom-written,then programming is part of the fourth phase of the SDLC.
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
75
The SDLC is the step-by-step process of systems analysis and design.
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
76
During the systems design phase of the SDLC,a preliminary design,or a "rough draft," of the new system is done; then a detail design is done,and a report on the work is presented.
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
77
The first step of the SDLC is to design a new system.
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
78
A data flow diagram is not a modeling tool used to represent a new system.
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
79
A limited working system developed to test design concepts is a data flow model.
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
80
SDLC stands for Systems Development Lifecycle Control.
Unlock Deck
Unlock for access to all 209 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 209 flashcards in this deck.