- | P a g e
NOCTI COMPUTER PROGRAMMING FINAL EXAM
NEWEST 2024 ACTUAL EXAM COMPLETE 200
QUESTIONS AND CORRECT DETAILED ANSWERS
(VERIFIED ANSWERS) |ALREADY GRADED A+
Sharing a workload with other systems, either locally or
remotely, is called:
- virtual computing
- downloading
- multitasking
- distributed computing - ANSWER- D. Distributed computing
When developing program comments, the programmer should
use terms that are:
- familiar to other programmers
- familiar to the general public
- relevant to the Boolean Logic
- relevant to the business environment - ANSWER-
When creating online help, the writer should:
- keep the graphics to a minimum in order to reduce file size
- print hard copies and distribute them to all users 1 / 4
- | P a g e
- take advantage of features unique to that medium, such as
- write the documentation as traditional printed material and
hyperlinks
then convert it to PDF - ANSWER-
A graphic used in the design phase of programming to work out
the logical process of a program is a:
- Gantt chart
- flowchart
- dataflow diagram
- pseudocode - ANSWER-
A structured code walk-through...
- should only be performed by the original programmer
- ensures that there are sufficient lines of code
- ensures that the code follows in-house quality standards
- increases the user friendliness of the program - ANSWER-
Which of the following is a US government health information computer data security standard?
A. SAFEDATA
B. HACKSTOP 2 / 4
- | P a g e
C. NIST
D. PEBKAC - ANSWER-
A variable's _____ determines where the variable can be seen in a program by limiting access and separating program parts, such as functions. apart from each other.
- memory
- scope
- namespace
- value - ANSWER-
A design specification calls for a relational database to be signed and implemented that would enable "plain English" queries. The appropriate language to use would be...
- Java
B. C++
C. SQL
D. BASIC - ANSWER- C. SQL
A _____ is one way to edit a web page.
- compiler
- developer tool 3 / 4
- | P a g e
- bit torrent
- spreadsheet - ANSWER-
A customer has asked that a programmer write a program that is fully featured and native to Microsoft.NET framework. Which language would be the most appropriate?
- Pascal
- Perl
- Java
D. C++ - ANSWER-
When considering the output or input of a variable in a computer program, what will define the variable as text versus a number?
- string
- Boolean
- integer
- float - ANSWER-
Which loop structure has its test for termination placed at the beginning of the loop?
A. REPEAT/UNTIL
- ROUTINE/CALL
- / 4