|
|
|
|
|
|
These brief instructions assume a lot of common sense knowledge that a machine does not have !!!
|
Instructions for computers must be given very explicitly (in "baby steps")
[The following instructions will remove the burn-out bulb]
repeat until (bulb comes free of socket)
{
turn bulb in counter-clockwise direction
}
[The following instructions will find a suitable bulb]
select a new bulb
repeat until (wattage of bulb selected = wattage of old bulb)
{
discard the selected bulb
select another bulb
}
[The following instructions will insert the new bulb]
repeat until (bulb is secure in socket)
{
turn bulb in clockwise direction
}
|
|