Describe two situations in which you could create workbooks to store and calculate data.
What will be an ideal response?
Grades. A student can keep track of grades earned on assignments, test, quizzes, etc. and calculated weighted averages based on the professor’s grading scale.
Budget. A student can keep track of his or her monthly budget, including any income or scholarships and expenses such as tuition, car payment, food, entertainment, etc.
You might also like to view...
Describe some of the ways in which conventional email is vulnerable to eavesdropping, masquerading, tampering, replay, denial of service. Suggest methods by which email could be protected against each of these forms of attack.
What will be an ideal response?
Given the following two arrays:
``` char s1[] = {'a', 'b', 'c'}; char s2[] = "abc"; ``` Which of the following statements is correct? a. s1 has three characters b. s2 has three characters c. s2 has four characters d. s1 has four characters
To arrange table data such as 1, 25, 5, and 150, choose the ____ sort type.
A. ascending B. descending C. number D. date
The term hacker refers to someone who illegally uses computers for personal benefit or to cause damage.
Answer the following statement true (T) or false (F)