- Q3. Write "T" for True and "F" for False statements: (Any 03) i. In formulas, arguments are enclosed in curly brackets. ii. Min () returns the minimum value from the given range. The error message #NAME! is displayed in the cell when text is not recognized. iv. Sigma sign on tool bar represents AutoSum. Left, Center and Right alignment are horizontal alignment. Section-C V.
Answers
Answered by
1
Explanation:
true
false
false
true
Hope its help..
Answered by
0
Answer:
you could use a byte[], each byte[] element taking 8 bits. So you can store 4 direction datasets in each byte. You can
1) set 0,1,2 or 3 as value for each direction (can be final static byte)
2) depending on the insert position in the byte, use the bitshift operations to create
a "mask" for your operation
3) use binary | operator to assign your value to the byte.
instead of bitshift, *4 or /4 (multiplication or division) will also shift by 2 bit digits.
Similar questions