Chapter 10 Flashcards

1
Q

data manipulation instructions

A
  • allow numerical data stored in controller’s memory to be operated on within control program
  • two categories: data transfer & data comparison
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

MOV

A

move

-moves source value to the destination

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

AND

A

performs a bitwise AND operation

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

OR

A

performs a bitwise OR operation

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

XOR

A

exclusive or

-performs a bitwise XOR operation

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

NOT

A

performs a bitwise NOT operation

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

CLR

A

clear

-sets all bits of a word to zero

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

data transfer instructions

A

transfer of contents from one word or register to another

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

writing over existing data

A

move block moves information from source to destination and information in destination is replaced

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

file

A

group of related consecutive words in the data table that have a defined start & end and are used to store information

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

file to file shifts

A

shift complete files from one location to another within the programmable controller memory

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

address #N7:0

A

the # means it is the starting point or the starting address

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

file copy COP instruction

A

both source & destination are file addresses, simply copies over

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

FLL file fill instruction

A

copies one value from one file to multiple files at once

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

data transfer vs data compare

A
  • data transfer are all output instructions

- data compare are all input instructions

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

LIM

A

limit test

-tests whether one value is within the limit range of 2 other values

17
Q

EQU/NEQ

A

equal/not equal

18
Q

LES/GRT

A

less than/greater than

19
Q

LEQ/GEQ

A

less than or equal/greater than or equal

20
Q

addresses for jump routine

A

Q2:0 through Q2:255