D. Answer the following questions.
1. What is an algorithm?
2. Name some programming languages.
3. Which language you used to write an algorithm?
4. what is the keyboard shortcut to move to the last cell of a column?
5. What is a workbook?
6. What is a worksheet?
7. What is a cell?
8. What is flowchart?
9. How are rows and columns labelled in MS Excel?
10. What is the keyboard shortcut to start the extend mode?
Answers
Answer:
sequential steps to perform a specific task.
C, C++, java, Fortran, pascal, lisp etc.,.
English because we don't use specific programming language to write an algorithm.
Ctrl+end.
In Microsoft Excel, a workbook is a collection of one or more spreadsheets, also called worksheets, in a single file.
A worksheet has a single spreadsheet containing data.
A cell is the intersection of a row and a column.
A flowchart is simply a graphical representation of steps. It shows steps in sequential order and is widely used in presenting the flow of algorithms, workflow or processes.
By default, Excel uses the A1 reference style, which refers to columns as letters (A through IV, for a total of 256 columns), and refers to rows as numbers (1 through 65,536). These letters and numbers are called row and column headings.
F8.