1
Q

PIC stands for?

A

Programmable interrupt control.

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

PIC has —- inputs signals and —- output signal/s.

A

eight, one

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

PIC is and example of ——?

A

Peripheral devices system.
For communicating with peripheral devices processor used I/O ports.

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

There are only two operations with external world possible?

A

1- Read
2- Write

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

The IN and OUT instructions have a —– form and a —– form, but the —- form is almost always used.

A

byte, word , byte

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

PIC has —- ports?

A

two ports
1- 20
2- 21

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

Port 20 is —- while port 21 is the ——.

A

Control port. interrupt mask register
They can be used for selectively enabling or disabling interrupts.

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

Each of the bits at port —- corresponds to one of the —- lines.

A

21, IRQ

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

The three flags are not used for mathematical operations are —-?

A

1- Direction flag
2- Interrupt flag
3- Trap flag

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

If the —– flag is set, after every instruction a —– will be automatically generated.

A

interrupt, type 1 interrupt

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