Q1: Which function is used to find the remainder?
- a) Mod( )
- b) Div ( )
- c) Avg ( )
- d) all of the above
Q2: Which of the following will make the text “computer” capital?
- a) UPPER (“computer”)
- b) CAPITAL (computer)
- c) CAP “COMPUTER”
- d) all of the above
Q3: What happens to the text in a cell when it is cut and paste?
- a) removes the text before paste
- b) removes the text after the paste
- c) nothing will happen
- d) bolds the selected text
Q4: What is the use of graphic object in Chart?
- a) to highlight the data
- b) to emphasis the data
- c) to entertain
- d) all of the above
Q5: Which one is equivalent to =SUM (A1:A3)?
- a) =A1 + A3
- b) =A1 + A2 + A3
- c) =ADD (A1: A3)
- d) all of the above