logo

UTK Notes


Quiz 4

Question 1

Which of the following sections stores global, uninitialized variables?

bss

Question 2

A register that IS guaranteed to be the same value before and after a function call is called which of the following?

callee saved register

Question 3

Which of the following registers is automatically overwritten during the call instruction?

ra

Question 4

Which of the following registers holds the address of the next instruction after a call?

ra

Question 5

The stack, when everything is allocated, must be aligned by which of the following values?

16