7. Monitoring and control systems Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is a sensor?

A

A measuring device with a specific purpose.

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

What is a Control system/environment?

A

A control system/environment is a system that has the monitoring activity plus the capability to control a system.

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

What is an actuator?

A

An actuator is an electric motor that is connected to a controlling device. It might be used for switching on or off or for adjusting a setting.

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

Describe, with a scheme, Computer-controlled environment

A

Sensor -> Analogue-to-digital converter -> Computer or microprocessor (has predefined desired value for output) -> Digital-to-analogue converter -> Actuator and controlling device -> Process (if something goes wrong or everything is right) -> Sensor -> …

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

What are 3 main types of bit manipulation logical operations? Describe them.

A
  1. AND - Positions in which mask’s values are set to zero after ANDing get blanked. But original is retained if mask’s value is set to 1
  2. OR - Use 1s where we want to set values to 1 and use 0s where we want to retain the values
  3. XOR - Use 1s to toggle and use 0 to retain values
How well did you know this?
1
Not at all
2
3
4
5
Perfectly