Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

1. (TCO 8) Which of the following data types should be used for number of days i

ID: 1847577 • Letter: 1

Question

1. (TCO 8) Which of the following data types should be used for number of days in a week? (Points : 4) a. int
b.unsigned int
c.char
d.unsigned char Question 2. 2. (TCO 8) Find the value for PORTB after the execution of the following code:

                PORTB = 0x66 & 0x99; (Points : 4) a. PORTB = 0x09
b. PORTB = 0x06
c. PORTB = 0x0F
d. PORTB = 0x00 1. (TCO 8) Which of the following data types should be used for number of days in a week? (Points : 4) a. int
b.unsigned int
c.char
d.unsigned char

Explanation / Answer

1.b.unsigned int

2.c. PORTB = 0x0F