Unlock access to all the studying documents.
View Full Document
Exam
Name___________________________________
MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.
The graphic shown below is a block diagram for an automated test system. Block 2 represents the
This is a flow chart for a(n) ________ instruction.
An advantage of pseudocode is
it helps identify potential errors.
it can be modified faster than a flowchart.
it provides a high level of structure to the program.
The flowchart symbol for an input is a
The flowchart symbol for a task is a
The graphic shown below is a block diagram for an automated test system. Block 3 represents the
The test fixture shown below would be used to measure
This is a flow chart for a(n) ________ instruction.
This is a flow chart for a(n) ________ instruction.
Test fixture switching circuits use ________ to connect terminal ports to test ports.
silicon–controlled switches
Which of the following is not a loop instruction?
The flowchart symbol for an output is a
This is a flow chart for a(n) ________ instruction.
Presenting a large program as a small number of general tasks that are then broken down into
smaller units is called
a hierarchical structure.
object–oriented programming.
process–flow programming.
TRUE/FALSE. Write ‘T’ if the statement is true and ‘F’ if the statement is false.
An IF–THEN–ELSE instruction proceeds if the result of the test is true.
MOV is an example of machine language.
Looping instructions change the sequence of program execution.
Measuring current is the easiest measurement to make using a test fixture.
Exception instructions deal with unexpected circumstances.
Pseudocode makes it easier to follow the process flow of a program.
Flowcharts use a rectangle to represent a task.
Test systems are subject to component failure just like any electronic component.
The test controller in an automated test system connects test equipment to the circuit under test.
Conditional instructions evaluate specific conditions and then determine if how the program
should proceed.