Control: Difference between revisions

From Computer Science Wiki
No edit summary
No edit summary
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[File:Menu.png|right|frame|Control<ref>http://www.flaticon.com/</ref>]]
[[File:Menu.png|right|frame|Control<ref>http://www.flaticon.com/</ref>]]


In computer programming, resource management refers to techniques for managing resources (components with limited availability). It includes both preventing resource leaks (releasing a resource when a process has finished using it) and dealing with resource contention (when multiple processes wish to access a limited resource). Resource leaks are an issue in sequential computing, while resource contention is an issue in concurrent computing. On many systems the operating system reclaims resources after the process makes the exit system call.<ref>https://en.wikipedia.org/wiki/Resource_management_(computing)</ref>
Control engineering or control systems engineering is the engineering discipline that applies control theory to design systems with desired behaviors. The practice uses sensors to measure the output performance of the device being controlled and those measurements can be used to give feedback to the input actuators that can make corrections toward desired performance. When a device is designed to perform without the need of human inputs for correction it is called automatic control (such as cruise control for regulating the speed of a car). Multi-disciplinary in nature, control systems engineering activities focus on implementation of control systems mainly derived by mathematical modeling of systems of a diverse range.<ref>https://en.wikipedia.org/wiki/Control_engineering</ref>




Line 19: Line 19:
* [[Distributed systems]]
* [[Distributed systems]]
* [[Autonomous agents]]
* [[Autonomous agents]]
== Standards ==
* Discuss a range of control systems.
* Outline the uses of microprocessors and sensor input in control systems.
* Evaluate different input devices for the collection of data in specified situations.
* Explain the relationship between a sensor, the processor and an output transducer.
* Describe the role of feedback in a control system.
* Discuss the social impacts and ethical considerations associated with the use of embedded systems.
* Compare a centrally controlled system with a distributed system.
* Outline the role of autonomous agents acting within a larger system.


== References ==
== References ==

Revision as of 15:49, 20 August 2016

Control[1]

Control engineering or control systems engineering is the engineering discipline that applies control theory to design systems with desired behaviors. The practice uses sensors to measure the output performance of the device being controlled and those measurements can be used to give feedback to the input actuators that can make corrections toward desired performance. When a device is designed to perform without the need of human inputs for correction it is called automatic control (such as cruise control for regulating the speed of a car). Multi-disciplinary in nature, control systems engineering activities focus on implementation of control systems mainly derived by mathematical modeling of systems of a diverse range.[2]


Big ideas in control[edit]

Centralized control systems[edit]

Distributed systems[edit]

Standards[edit]

  • Discuss a range of control systems.
  • Outline the uses of microprocessors and sensor input in control systems.
  • Evaluate different input devices for the collection of data in specified situations.
  • Explain the relationship between a sensor, the processor and an output transducer.
  • Describe the role of feedback in a control system.
  • Discuss the social impacts and ethical considerations associated with the use of embedded systems.
  • Compare a centrally controlled system with a distributed system.
  • Outline the role of autonomous agents acting within a larger system.

References[edit]