1.
Default extension files for Excel 2007/2010 is
Correct Answer
D. Xlsx
Explanation
The default extension file for Excel 2007/2010 is "xlsx". This file extension is used for Excel workbook files in the XML-based file format introduced in Excel 2007. The "xlsx" format allows for better data storage and manipulation, improved file size, and compatibility with other Microsoft Office applications. Therefore, when saving a file in Excel 2007/2010, the default option is to save it with the "xlsx" extension.
2.
Shortcut key for Print Preview in Excel 2010 is
Correct Answer
A. Ctrl + F2
Explanation
The correct answer is Ctrl + F2. This shortcut key is used to open the Print Preview window in Excel 2010. By pressing Ctrl + F2, users can quickly preview how their spreadsheet will look when printed, allowing them to make any necessary adjustments before printing.
3.
One of features that help user make using spreadsheet with quicker and faster is Insert Function Utility. Where i sthe location for Insert Function Utility key?
Correct Answer
A. Formula Tab --> within Function Library group
Explanation
The correct answer is "Formula Tab --> within Function Library group". The Insert Function Utility key is located on the Formula Tab, specifically within the Function Library group. This feature allows users to easily insert and use functions in their spreadsheets, making the process quicker and faster.
4.
Formula to create current date and time is
Correct Answer
C. =NOW()
Explanation
The correct answer is =NOW(). This formula is used to create the current date and time in a cell. It will display the current date and time as a serial number, which can be formatted to show the desired date and time format. This formula is commonly used when you need to have the current date and time automatically updated in a spreadsheet.
5.
If the number is 364.66667, what is the final number if we use formula =ROUND(cell that contain 364.66667,0)?
Correct Answer
A. 365
Explanation
The formula =ROUND(cell that contains 364.66667,0) rounds the number to the nearest whole number. In this case, since 364.66667 is closer to 365 than to 364, the final number after rounding would be 365.
6.
What formula to combine several text at several cell into one cell?
Correct Answer
B. =CONCATENATE()
Explanation
The correct answer is =CONCATENATE(). This formula is used to combine several text values from different cells into one cell. It allows you to join multiple strings together by specifying the cells or text values to be combined. This can be useful for creating full names, addresses, or any other text that needs to be merged into a single cell.
7.
WHAT IS THE LAST COLUMN AND ROW FOR EXCEL 2007/2010?
Correct Answer
B. XFD, 1048576
Explanation
The last column and row for Excel 2007/2010 is XFD and 1048576 respectively. In Excel, columns are labeled alphabetically starting from A to XFD, and rows are numbered from 1 to 1048576. Therefore, XFD represents the last column and 1048576 represents the last row in Excel 2007/2010.
8.
Which formula is false in Excel 2007/2010?
Correct Answer
D. =LEFTS(D4)
Explanation
The formula =LEFTS(D4) is false in Excel 2007/2010 because there is no function called LEFTS in Excel. The correct function to extract the leftmost characters from a cell is LEFT.
9.
What symbol represent absolute reference in Ms Excel?
Correct Answer
A. $
Explanation
The symbol "$" represents absolute reference in Ms Excel. Absolute reference is used to lock a specific cell or range of cells in a formula so that when the formula is copied to other cells, the locked cell(s) remain the same. The "$" symbol is placed before the column letter and/or row number to indicate that they should not change when the formula is copied.
10.
There are pivot graph and pivot table to present large data in real time in excel 2007/2010.
Correct Answer
A. True
Explanation
The statement is true because Excel 2007/2010 does indeed have the feature of pivot graphs and pivot tables. These tools allow users to analyze and present large amounts of data in a visually appealing and interactive manner. Pivot tables summarize data and provide an organized view, while pivot graphs provide visual representations such as charts and graphs to help users better understand the data. Overall, these features make it easier to analyze and interpret large datasets in real time.
11.
What result for the following formula?
=if(c2>500,"good","not good")
where value in c2=500
Correct Answer
A. Not good
Explanation
The formula in the question uses the IF function to check if the value in cell C2 is greater than 500. Since the value in C2 is 500, which is not greater than 500, the formula returns "not good" as the result.
12.
Formula's that can find any value related with finance are
Correct Answer
C. FV(), NPV(), PV()
Explanation
The correct answer is FV(), NPV(), PV(). These formulas are commonly used in finance to calculate different values. FV() is used to calculate the future value of an investment, NPV() is used to calculate the net present value of cash flows, and PV() is used to calculate the present value of future cash flows. These formulas are essential in financial analysis and decision-making processes.
13.
What exactly year 2001! means in excel 2007/2010?
Correct Answer
B. Name of worksheet
Explanation
In Excel 2007/2010, the term "year 2001!" refers to the name of a worksheet. In Excel, worksheets can be given specific names to make it easier to organize and navigate through multiple sheets within a workbook. By naming a worksheet as "year 2001!", it helps to identify and differentiate it from other worksheets.