A. TRUE
B. FALSE
=ROUND(4.7) gives the result 5 where =TRUNC(4.7) gives the 4
round function rounds the number where trunc remove (truncate) the decimal value.