InterviewSolution
Saved Bookmarks
| 1. |
(a) List any two types of entries that are allowed in a worksheet.(b) You enter 40-10 in a cell. The worksheet does not display the difference 30 in the cell, instead it shows 40-10. What is the reason for this ?(c) Give the full form of DBMS.(d) Explain the term ‘Charts in MS Excel.(e) Write a shortcut key for each of the following(i) To minimize the worksheet (ii) To redo an action. |
|
Answer» (a) Text, Numbers, Formulas (b) Put + sign before 40 – 10 i.e., = 40 – 10. Without = sign, it understands the data as text. (c) Database Management System. (d) Chart is a visual representation of data in a worksheet showing the data along xaxis and y-axis. (e) Ctrl + F9 keys Ctrl + Y |
|