Here are the answers based on the questions you've provided:
Question 41: Which entry into cell C1 results in 66?
- Answer:
= A1 + B1
Question 42: If cell C1 has a formula that computes the sum of A1 and B1, and A1 changes to 20, what happens to C1?
- Answer: C1 immediately changes to 31 (since C1 would reflect the new sum: 20 + 11 = 31).
Question 43: Which is NOT a common use of spreadsheets?
- Answer: Creating formatted text, like a resume that nicely shows a person's education/experience (although spreadsheets can be manipulated for this purpose, it's not their primary use).
Question 44: In a spreadsheet, a(n) _____ like AVERAGE is a pre-built set of instructions for performing a calculation.
- Answer: function
Question 45: A relational database is a database that has a collection of tables of data items, all of which is formally described and organized according to the relational model.
- Answer: True
Question 46: Which SQL statement would retrieve only the first and last name values for all tuples?
- Answer: SELECT first, last FROM Student;
Question 47: SELECT Population FROM City WHERE Name='Tokyo'; is a correctly written SQL statement.
- Answer: True
Question 48: An Excel spreadsheet function that returns the value of the cell with the largest value within a range of cells.
- Answer: MAX
Let me know if you need any more assistance!