These notes are a compilation of different web sites and pages.
You will need to press the BACK button on your browser to return to the menus.
Play the Motion Planning Game first then look at the Hex Editor.
|
Students learn about: |
My Notes |
|
|
|
|
• the
input data stream from sensor and other devices |
|
|
– header
information |
|
|
– data
characters |
|
|
– trailer
information |
|
|
– control
characters |
|
|
– hardware
specifications |
|
|
– documentation |
|
|
• processing
of data stream |
|
|
– the
need to recognise and strip control characters |
|
|
– counting
the data characters |
|
|
– extracting
the data |
|
|
• generating
output to an appropriate output device |
|
|
– required
header information |
|
|
– required
control characters |
|
|
– data |
|
|
– required
trailer information |
|
|
• control
systems |
|
|
– responding
to sensor information |
On line info |
|
– specifying
motor operations |
|
|
• printer
operation |
|
|
– control
characters for features, including page throw, font change, line spacing |
See textbook example |
|
• specialist devices with digital
input and/or output |
|
|
|
|
|
|
|
|
Students learn to: |
|
|
|
|
|
• interpret
a data stream for a device for which specifications are provided |
|
|
• generate
a data stream to specify particular operations for a hardware device, for which specifications
are provided |
|
|
• modify
a stream of data to meet changed requirements, given the hardware specifications |
|
|
• cause
a hardware device to respond in a specified fashion |
|