CSE100 Quiz Number 1
10 minutes, no notes
<quiz>
Answer: The phenomenon is the physical/logical separation of Internet addresses. The physical form refers to the form used in the implementation; the logical form refers to our concept of the Internet, as a hierarchy of domains. These two forms are connected by the DNS, domain name server (or service).
Answer: The five steps interpret a program’s instructions stored in memory using the PC as the pointer to the currently executing instruction.
Fetch an instruction from the memory address PC.
Decode the instruction to find out what operations are to be performed.
Fetch the data needed for performing the instruction.
Execute the operations specified by the instruction.
Increment or otherwise set the PC to refer to the next instruction.
Answer: A variable.
Answer: </quiz>