NOCTI COMPUTER PROGRAMMING FINAL EXAM NEWEST 2024 ACTU
EXAM COMPLETE 230 QUESTIONS AND CORRECT DETAILED ANSWE
Study online at https://quizlet.com/_fug7xt
1. One of the main goals in analyzing functional require- define the problem
ments is to from the user's
point of view
2. In programming interface data files, if the length of delimited (if you
the fields is not known, a common format for the data have a "name"
is: , an "address",
a "SSN", , "tele-
phone"
3. When analyzing user requirements it is important to think in terms of
the user's needs
4. If a user states that he/she needs to distribute a report The management
to many people, of changed to doc-
uments programs
and other info
stored as version
control.
5. The particular method of data storage should be the best meets the
one that program require-
ments and cost re-
straint.
6. Good programming technique incorporated which of Adequate and
the following principles? concise com-
ments
7. A structured code walkthrough ensues the code
follows in house
rules
8. Depending on the size of the organization systems employed to be
analysts are a liaison be-
tween non techni-
cal users and IT
professionals
, NOCTI COMPUTER PROGRAMMING FINAL EXAM NEWEST 2024 ACTU
EXAM COMPLETE 230 QUESTIONS AND CORRECT DETAILED ANSWE
Study online at https://quizlet.com/_fug7xt
9. When conducting a design review, allow the programming
team to define
the most impor-
tant parts of their
code themselves
10. The source document and the input screen design follow the same
should order
11. After programmers develop a solution algorithm us- VALIDATE the
ing a flowchart or pseudocode, program design
for accuracy.
12. The implementation phase constructs or builds a new or modified
system and then
delivers it to the
customer
13. The analysis phase of the systems development life This can also
cycle (SDLC) includes an investigation to determine be called feasibili-
a definitive problem or improvement of a system and ty study.
decide whether it is worth pursuing.
14. A programmer has written a program that would au- Store the informa-
dit all record changes in a relational database. What tion inside an SQL
would be an appropriate way for enabling a user to database as a re-
search for this information and manage it using a lated record.
system logging tool?
15. The concatenation function allows a programmer to build a string by
combining strings
together.
16. The correct time to plan data storage is during the implementation
phase
17. A machine language program is executable with-
out alteration
18.
, NOCTI COMPUTER PROGRAMMING FINAL EXAM NEWEST 2024 ACTU
EXAM COMPLETE 230 QUESTIONS AND CORRECT DETAILED ANSWE
Study online at https://quizlet.com/_fug7xt
Program documentation provides a means for pro- to follow the logic
grammers of the program
19. One example of a text processing (scripting) lan- Perl
guage is
20. In a structured program environment, a control struc- is a series of
ture instructions that
control the logical
order in which pro-
gram instructions
are executed.
21. The following BASIC control statement FOR X=15 to (inclusive) 'NEXT
35 will cause: X' statement to be
executed 21 times
22. Best practices for comments suggest that program- descriptions of the
mer includes the programmer's initials, modification, and
date
23. Each module in top -down programming should: represent a pro-
gram function
24. When performing maintenance on source code its leave the old com-
important to ments in place
and add new com-
ments
25. Compile error can be caused by bad syntax, typ-
ing data or: illegal
function call
26. If an object can act differently under different parts of polymorphic
the program
27. Which of the following is an example of unit testing errors are detect-
ed early which re-
sults in cost reduc-
tions
, NOCTI COMPUTER PROGRAMMING FINAL EXAM NEWEST 2024 ACTU
EXAM COMPLETE 230 QUESTIONS AND CORRECT DETAILED ANSWE
Study online at https://quizlet.com/_fug7xt
28. Which of the following is used when debugging a error listing
program
29. People who analyze new software to bridge the gap beta testers
between programmers and potential customers are
called
30. A software package that records users interface ac- developing test
tivity is useful when scripts
31. A document specifying the details of a testing ap- test case
proach for a software feature by identifying the asso-
ciated tests is known as a
32. In user acceptance testing it is important to have the user run
it and evaluate the
results
33. In software testing, a test script is a program that exer-
cises the software
being tested
34. A 'divide by zero' error is runtime error
35. Runtime errors are produced during source code deployment
36. Testing that ignores the internal mechanisms sys- external condi-
tems or components and focuses solely on the out- tions is known as
puts generated in response to selected functional
37. During the implementation phase, code is construct- information gath-
ed by ered during the
design phase
38. Data used to verify that programs function properly is test
called a
39. This can often
help users to stay
EXAM COMPLETE 230 QUESTIONS AND CORRECT DETAILED ANSWE
Study online at https://quizlet.com/_fug7xt
1. One of the main goals in analyzing functional require- define the problem
ments is to from the user's
point of view
2. In programming interface data files, if the length of delimited (if you
the fields is not known, a common format for the data have a "name"
is: , an "address",
a "SSN", , "tele-
phone"
3. When analyzing user requirements it is important to think in terms of
the user's needs
4. If a user states that he/she needs to distribute a report The management
to many people, of changed to doc-
uments programs
and other info
stored as version
control.
5. The particular method of data storage should be the best meets the
one that program require-
ments and cost re-
straint.
6. Good programming technique incorporated which of Adequate and
the following principles? concise com-
ments
7. A structured code walkthrough ensues the code
follows in house
rules
8. Depending on the size of the organization systems employed to be
analysts are a liaison be-
tween non techni-
cal users and IT
professionals
, NOCTI COMPUTER PROGRAMMING FINAL EXAM NEWEST 2024 ACTU
EXAM COMPLETE 230 QUESTIONS AND CORRECT DETAILED ANSWE
Study online at https://quizlet.com/_fug7xt
9. When conducting a design review, allow the programming
team to define
the most impor-
tant parts of their
code themselves
10. The source document and the input screen design follow the same
should order
11. After programmers develop a solution algorithm us- VALIDATE the
ing a flowchart or pseudocode, program design
for accuracy.
12. The implementation phase constructs or builds a new or modified
system and then
delivers it to the
customer
13. The analysis phase of the systems development life This can also
cycle (SDLC) includes an investigation to determine be called feasibili-
a definitive problem or improvement of a system and ty study.
decide whether it is worth pursuing.
14. A programmer has written a program that would au- Store the informa-
dit all record changes in a relational database. What tion inside an SQL
would be an appropriate way for enabling a user to database as a re-
search for this information and manage it using a lated record.
system logging tool?
15. The concatenation function allows a programmer to build a string by
combining strings
together.
16. The correct time to plan data storage is during the implementation
phase
17. A machine language program is executable with-
out alteration
18.
, NOCTI COMPUTER PROGRAMMING FINAL EXAM NEWEST 2024 ACTU
EXAM COMPLETE 230 QUESTIONS AND CORRECT DETAILED ANSWE
Study online at https://quizlet.com/_fug7xt
Program documentation provides a means for pro- to follow the logic
grammers of the program
19. One example of a text processing (scripting) lan- Perl
guage is
20. In a structured program environment, a control struc- is a series of
ture instructions that
control the logical
order in which pro-
gram instructions
are executed.
21. The following BASIC control statement FOR X=15 to (inclusive) 'NEXT
35 will cause: X' statement to be
executed 21 times
22. Best practices for comments suggest that program- descriptions of the
mer includes the programmer's initials, modification, and
date
23. Each module in top -down programming should: represent a pro-
gram function
24. When performing maintenance on source code its leave the old com-
important to ments in place
and add new com-
ments
25. Compile error can be caused by bad syntax, typ-
ing data or: illegal
function call
26. If an object can act differently under different parts of polymorphic
the program
27. Which of the following is an example of unit testing errors are detect-
ed early which re-
sults in cost reduc-
tions
, NOCTI COMPUTER PROGRAMMING FINAL EXAM NEWEST 2024 ACTU
EXAM COMPLETE 230 QUESTIONS AND CORRECT DETAILED ANSWE
Study online at https://quizlet.com/_fug7xt
28. Which of the following is used when debugging a error listing
program
29. People who analyze new software to bridge the gap beta testers
between programmers and potential customers are
called
30. A software package that records users interface ac- developing test
tivity is useful when scripts
31. A document specifying the details of a testing ap- test case
proach for a software feature by identifying the asso-
ciated tests is known as a
32. In user acceptance testing it is important to have the user run
it and evaluate the
results
33. In software testing, a test script is a program that exer-
cises the software
being tested
34. A 'divide by zero' error is runtime error
35. Runtime errors are produced during source code deployment
36. Testing that ignores the internal mechanisms sys- external condi-
tems or components and focuses solely on the out- tions is known as
puts generated in response to selected functional
37. During the implementation phase, code is construct- information gath-
ed by ered during the
design phase
38. Data used to verify that programs function properly is test
called a
39. This can often
help users to stay