ICT Questions
ICT Questions
4..What are the different file formats supported by MS Word for saving documents?
Ans: MS Word supports various file formats for saving documents, including .docx
(default), .doc, .pdf, .rtf, .txt, and more.
5. What is justification in MS-Word? Give Examples.
Ans: In Microsoft Word, justification refers to the alignment of text within a paragraph. There are
four main types of text justification:
Ans: In MS Word documents, footnotes and endnotes are two elements of the document that
provide important information to the audience. These are used to write extensive memos,
instructions, and other informative text to the MS Word document.
MS-Excel Questions:
1. What are the total number of rows and columns in a sheet of MS-Excel?
Ans: A Microsoft Excel worksheet has 1,048,576 rows and 16,384 columns by default. This
results in a total of 17,179,869,184 cells
2.How do you sort data in Excel?
Ans: To sort data in Excel, you can select the range of cells you want to sort, then go to the
"Data" tab, click on the "Sort" button, and choose the sorting options (e.g., sort by column, sort
by values, sort in ascending or descending order). Excel will then rearrange the data according
to the specified criteria.
3. How do you freeze panes in Excel?
Ans: To freeze panes in Excel, you can select the row below and the column to the right of
where you want the split to appear. Then, go to the "View" tab, click on "Freeze Panes," and
select either "Freeze Panes" to freeze the selected rows and columns, or "Freeze Top Row" or
"Freeze First Column" to freeze only the top row or first column, respectively.
Ans: The order of operations in Excel is referred to as PEDMAS. Shown below is the order of
precedence while performing an Excel operation.
● Parentheses
● Exponentiation
● Division/Multiplication
● Addition
● Subtraction
5.How will you write the formula for the following? - Multiply the value in cell A1 by 10,
add the result by 5, and divide it by 2.
Ans: We have to follow the PEDMAS Precedence. The correct answer is ((A1*10)+5)/2.
Answers such as =A1*10+5/2 and =(A1*10)+5/2 are not correct. We must put parentheses
brackets after a particular operation.
Ans: The function VLOOKUP in Excel is used to look up information in a table and extract the
corresponding data.
Basics of Computer
1. What is the difference between System Software and Application Software?
Ans:
1. System Software:
○ System software is a type of software that provides a platform for running and
managing computer hardware resources and other software applications. It acts
as an interface between the hardware and the user applications.
○ Examples of system software include operating systems (such as Windows,
macOS, Linux), device drivers, utility programs (like disk defragmenters and
antivirus software), and firmware.
○ System software is essential for the proper functioning of a computer system and
provides services such as memory management, process management, file
management, and hardware control.
2. Application Software:
○ Application software, on the other hand, is designed to perform specific tasks or
functions for end-users. It is used to solve particular problems or meet specific
needs of users, such as word processing, spreadsheet analysis, graphic design,
web browsing, etc.
○ Examples of application software include Microsoft Office Suite (Word, Excel,
PowerPoint), web browsers (Chrome, Firefox, Safari), Adobe Photoshop, video
editing software (Adobe Premiere, Final Cut Pro), games, and various mobile
apps.
○ Application software utilizes the resources provided by system software to
execute tasks and provide functionality directly to users.