This test is run by .
Note that your final mark will not be saved in the system.
Note that your final mark will not be saved in the system.
1.6-1.7 How electronic systems and programmable components provide functionality GapFill
Target Level
4-5
Running Total
0
0%
Attempt
1 of 3
You must fill all the gaps before clicking ‘Check Answers!’
A program is built up of functions, including
. These functions are typically a set of questions, with
answers. A computer will use these questions and answers to make
, which will result in a calculated output. The next instruction or question will only happen once the program has detected an input. This output could be another device, such as a
, which will only respond once the computer has told it to. A
is a method used to communicate a system like this, with the use of different symbols. Some sensors are not digital, they are
; for example, a
. The output of this component will respond to temperature changes. A computer can be programmed to respond to these changes. A
is a type of function that tells the electronic system to wait. The program will pause for 10 seconds and then move on to the next question or instruction.
is a type of function that records how many times it receives an input. A
is a type of function that sends the program back a previous point in the flow chart, to repeat a set of questions or instructions. The functions will keep repeating until the
.