Match the following terms with their description:I.Zoom controlII.WorkbookIII.WorksheetIV.Sheet tabV.CellA.Makes the text on the screen smaller or largerB.Contain labels, values and formulasC.The intersection of a column and a rowD.Shows the name of the worksheetE.The same as a spreadsheet
Fill in the blank(s) with the appropriate word(s).
A, E, B, D, C
You might also like to view...
Using inheritance allows us to
a. eliminate duplicate code b. make our classes more modular c. use polymorphism d. all of the above e. none of the above
Using the Hotel schema given at the start of the Exercises at the end of Chapter 4, determine whether the following queries are semantically correct:
(a) SELECT r.type, r.price FROM Room r, Hotel h WHERE r.hotel_number = h.hotel_number AND h.hotel_name = ‘Grosvenor Hotel’ AND r.type > 100; (b) SELECT g.guestNo, g.name FROM Hotel h, Booking b, Guest g WHERE h.hotelNo = b.hotelNo AND h.hName = ‘Grosvenor Hotel’; (c) SELECT r.roomNo, h.hotelNo FROM Hotel h, Booking b, Room r WHERE h.hotelNo = b.hotelNo AND h.hotelNo = ‘H21’ AND b.roomNo = r.roomNo AND type = ‘S’ AND b.hotelNo = ‘H22’;
Under Windows XP, when a process or thread references the contents of a virtual address on an invalid page, a(n) __________ occurs.
a. interrupt b. exception c. page fault d. system fault
____________________ lets you use formatting properties such as font and color for application to a column or column group.
Fill in the blank(s) with the appropriate word(s).