Answer:
Syntax error
Explanation:
This is a type of error that occurs when there is a problem with the code that makes it unable to compile and execute.
For example, making a conditional statement without using the correct parameters will result in a syntax error.
Answer:
it gives gives the Operating System a way to securely manage memory.
Explanation:
the user never directly deals with the physical address but can access by its corresponding logical address.
hope this helps :)
Answer:
c. Compile time binding
Explanation:
Compile Time Binding is a term in computer programming that describes the interpretation of logical addresses to physical addresses at the time of compilation.
Therefore, given that in the compile time binding, compiler code is generated at the start of the location, and moves afterward, thus, if at any point the starting address location changes, then it will be essential to recompile the code.