Answer: A) shift up 7 units
Explanation:
The +7 at the end effectively adds 7 to each y coordinate output, which is why the entire graph shifts up 7 units. For instance, a point like (1,2) moves to (1,9) after shifting up 7 units.
Side note: The function f(x)=⌈x⌉ is the ceiling function. It takes any decimal value and rounds it up to the nearest whole number. If you had an input like x = 2.01 then the output would be y = 3 even though 2.01 is closer to 2 than it is to 3.