Answer:
The answer for the part of the operating system communicates with the BIOS, device drivers, resource managers, and APIs to coordinate operating system functions is the Kernel.
Explanation:
The Kernel is the part of the operating system that is most visible to users.
It provides a reference point for activities in the operating system and coordinates operating system functions.
The kernel communicates with the BIOS, device drivers, and the API and handles the hardware, timing schedule, peripherals, memory, disks and user access.
I believe the answer you are looking for is what's called an assignment statement. In computer programming, an assignment statement sets and/or resets the value stored in the storage location(s) denoted by a variable name; in other words, it copies a value into the variable. Also, in most imperative programming languages, the assignment statement or expression is a fundamental construct.
Answer:
INPUT n
sum = 1
FOR mult = 1 TO n
sum = sum*mult
NEXT
result = n/sum
PRINT result
Explanation:
sum should not be defined inside the for loop because it will reset to the initial number after every loop iteration which is not what is desired. Sum should not be 0 if it is being multiplied then divided. This will cause an error. Result should be calculated after sum has settled on a final number, after the loop has finished.
He first needs to compare, but I would recommend the AVERYTM brand.
<span />