EXAM 4 REVIEW QUESTIONS Flashcards

1
Q

For the timer relay contact shown, when the relay coil is energized, there is a time delay before the contact closes. (Its a NO switch)

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

For the timer relay contact shown, when the relay coil is energized, there is a time delay before the contact opens. (Its a NC switch)

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A lamp is to be switched OFF 10s after a switch has been switched from it’s on to off position. The most directly applicable timer to use would be off-delay nonretentive timer.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

When a time-delay period longer than the maximum preset time allowed for a single timer is required, the problem can be solved by programming two or more timers together.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Normally, the reset input to a timer will override the control input of the timer.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A retentive timer must be completely timed out to reset.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Retentive timers lose the accumulated time every time the rung condition becomes false.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

The instantaneous contacts of a timer have no time-delay period associated with them.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

A timer’s delay time equals the value in the ACC multiplied by the time base.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

A TOF timer starts to accumulate time when the rung becomes true.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
Which of the following timer parameters represents the value that increments as the timer is timing?
A. Accumulated time
B.. Preset time
C. Timer address
D. Time base
A

A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
Which of the following timer parameters determines the accuracy of the timer?
A. Accumulated time
B.. Preset time
C. Timer address
D. Time base
A

D

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

The off-delay timer (TOF) starts timing when the timer’s:
A. Ladder rung switches from false to true.
B. Ladder rung switches from true to false.
C. Accumulated value equals its preset value.
D. Accumulated is greater than it’s preset value.

A

B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

The main difference between a TON and TOF timer is that the:
A. TON timer can maintain its accumulated time on loss of power or logic continuitity.
B. TOF timer maintain its accumulated time on loss of power of logic continuity.
C. TOF timer begins timing when logic continuity tot he timing rung is lost.
D. TON timer begins timing when logic continuity to the timing rung is lost.

A

C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Every PLC model offers some form of counter instruction.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Counters are similar to timers, except that they do not operate on an internal clock.

A

True

17
Q

The output of the counter is energized whenever the accumulated count is less than or equal to the preset count.

A

False

18
Q

A down-counter output instruction will decrement by 1 each time the counted event occurs.

A

True

19
Q

In normaluse, the down counter is used in conjunction with the up-counter to form an up/down-counter.

A

True

20
Q

All up-counters count only to their prest values, and additional counts are ignored.

A

False

21
Q

The counter number C5:4 represents counter file 5, counter 4 in that file.

A

True

22
Q

A counter instruction is an input instruction.

A

False

23
Q

Counters can count past their preset values.

A

True

24
Q
Programmed counters can:
A. Count up 
B. Count down
C. Be combined to count up and down.
D. All of these
A

D

25
Q
The counter instruction is found on:
A. All PLC's
B. Small-size PLC's
C. Medium-size PLC's
D. Large-size PLC's
A

A

26
Q
Which of the following is not usually associated with a PLC counter instruction?
A. Address
B. Preset value
C. Time Base
D. Accumulated Value
A

CWeh

27
Q

When the up-counter reset is set to true, the following happens:
A. The preset value is set to 0.
B. The preset value increments.
C. The accumulated value is set to 0.
D. The accumulated value is set to the maximum.

A

C

28
Q

The accumulated count of a CTD counter:
A. Increments with each tue-to-false transition.
B. Decrements with each true-to-false transition.
C. Decrements with each false-to-true transition
D. Increments with each false-to-true transition.

A

C

29
Q

A RES (reset) instruction MUST be used to zero the accumulated value in a TON timer.

A

False

30
Q

The output of the counter is energized whenever the accumulated count is greater than or equal to the preset count.

A

True

31
Q

Some PLC counters operate on the leading edge of the input signal, while others operate on the trailing edge.

A

False

32
Q

The on-delay timer (TON) starts timing when the timer’s:
A. ladder rung switches from false to true.
B. ladder rung switches from true to false.
C. accumulated value signals equals its preset value.
D. accumulated is greater than its preset value.

A

A

33
Q

The output of a PLC counter is energized when the:
A. accumulated count equals the preset count.
B. preset count is greater than the accumulated count.
C. counter input rung is true.
D. accumulated count is greater than or equal to the preset count.

A

D

34
Q
For the PLC counter to reset, the counter reset rung must:
A. be true
B. be false
C. lose continuity
D. undergo a true-to-false transition
A

A

35
Q
A PLC down-counter (CTD) counter counts:
A. scan transitions.
B. true-to-false transitions
C. false-to-true transitions
D. loss of rung continuity.
A

C