symterm programmin 1 30 pts For each part below indicate whe
symterm programmin
Solution
1) Any subroutine can also be written as a macro
Answer: False
 A macro is any public subroutine in a code module. A function or a private subroutine cannot be a macro, and a macro cannot be located in a class or form module.
2)Loaders generally support program relocation
Answer:True
 Explanation: Loaders that allow for program relocation are called relocating loader or relative loaders
3)Linkers combine two or more program segments and provide information needed to support references between them
Answer:True
4) Format #3 instruction never require a modification record.
Answer:True
5)Bootstrap loaders are not relocatable
Answer:True
6) Labels require no storage space in the object code
Answer:True
7) same as Question 5
8) same as Question 6
9)Calling a subroutine within a macro definition is not possible
Answer:True
10)The program counter refers to a variable that is used during the assembly process
Answer: False
11) Static linking results in larger executables than dynamic linking.
Answer:True
12) control section is a program unit within a single object file
Answer: False

