Template
Template
Mid-Term, Assessment
Topic – 1. Practical of DOS (Disc Operating System) 2.
Microsoft Excel
Command-Based Operation:
DOS operates through commands, which are specific words or abbreviations of English
terms that the system recognizes. When a user inputs a command, DOS interprets it and
performs the corresponding action. Due to its reliance on commands, DOS is also
commonly referred to as the Command Prompt.
1. Internal Commands: These are commands that are built into the "Command.com" file
of DOS. They are always available and do not require any additional files to execute.
Examples include-
• CLS: Clears the screen.
• VOL: Displays the disk volume label.
• TIME: Shows or sets the system time.
• DATE: Shows or sets the system date.
• COPY: Copies files from one location to another.
2. External Commands: These commands are not part of the "Command.com" file but
are included in separate files within the DOS system. They are executed as standalone
programs.
Examples include-
• TREE: Displays a directory structure graphically.
• FORMAT: Formats a disk for use with DOS.
• MODE: Configures system devices such as printers or display settings.
DOS, with its command-line interface, laid the groundwork for more complex operating
systems and remains a fundamental part of computing history.
If we have installed WINDOWS as our main Operating System then we get a DOS environment
within WINDOWS. MS DOS (Microsoft DOS) environment can be run on computer through
WINDOWS in following way:
Click on start button and in the list produced click on “RUN” option. A dialog box appears. In
this dialog box, type cmd or command in the given box next to label “Open”. Press enter or
click on OK button. DOS will open on your computer screen.
Start RUN
Ex: C:\>dir
Volume in drive C is Windows-SSD Volume
Serial Number is F6CF-F5EB
Directory of C:\
Ex:
C:\>date
The current date is: 28-08-2024
Enter the new date: (dd-mm-yy)
Ex:
C:\>time
The current time is: 0:28:40.68
Enter the new time:
Ex:
C:\India\WB>cd\ C:\>
Ex:
C:\>cd india C:\India>
Ex:
C:\India\WB>cd..
C:\India>cd.. C:\>
Ex:
C:\> md φ India
Ex:
C:\India\WB>type capital1
Kolkata is the capital of West Bengal.
21. Color To change the colour of background and font of DOS screen
c:\>color φ <any digit from 0 to 9 or ABCDEF>
Ex:
C:\>color 1 (Then color change into blue.)
Microsoft Excel is a powerful spreadsheet application that is part of the Microsoft Office
suite. It is primarily used for:
2. Creating Graphs: It can generate various types of charts and graphs to visually
represent data, making it easier to interpret trends and insights.
3. Maintaining Databases: Excel can manage large datasets, store records, and sort or
filter data to analyze specific information.
4. Data Analysis: It offers advanced tools like PivotTables and built-in functions for
statistical and financial analysis, which help in making data-driven decision
1. Spreadsheets and Worksheets: Excel organizes data into rows and columns within
worksheets, allowing for structured data management and calculations.
2. Formulas and Functions: Excel offers a wide range of built-in formulas (e.g., SUM,
AVERAGE, IF) and functions for performing calculations and automating tasks.
3. Data Visualization: The ability to create various charts and graphs (e.g., bar, line, pie)
helps users visually represent data and identify trends.
4. PivotTables: This powerful feature allows for quick data summarization, filtering, and
analysis, making it easier to find insights from large datasets.
5. Conditional Formatting: Users can apply formatting rules to highlight data that
meets certain conditions, such as coloring cells based on their value.
6. Data Sorting and Filtering: Excel allows users to organize data by sorting it
(alphabetically or numerically) and filtering it to display only relevant information.
7. Data Validation: Ensures the accuracy and consistency of data entered into cells by
restricting inputs to certain types or ranges.
8. Macros: Excel supports automation of repetitive tasks through the use of Macros,
which are recorded actions that can be played back.
9. Collaboration Tools: Excel offers features like shared workbooks and real-time
editing, enabling multiple users to collaborate on the same document.
10. Importing and Exporting Data: Excel can handle data from various sources (e.g.,
CSV files, databases) and export data to formats like PDFs or spreadsheets for sharing
and analysis.
Formula:
First Surname Full Jan Feb March Apr May June Tot Avg
Name Name
Amitabh
Amitabh Bacchan Bacchan 972 688 1201 871.33
Ajay Devgan Ajay 668 608 769 948.50
Devgan
Shahrukh Khan Shahrukh 642 1213 576 956.50
Khan
Salman Khan Salman 541 803 1477 962.83
Khan
Rajkumar Rao Rajkumar 1119 970.83
Rao
Akshay Kumar Akshay 715 1001.00
Kumar
Hritik Roshan Hritik 1291 1039.17
Roshan
Irfan Khan Irfan 744 1431 1292 1039.17
Khan
Manoj
Manoj Vajpayee Vajpayee 1169 1096.33
Amir Khan Amir 1156 1455 1058 586 6817 1136.17
Khan
Amitabh
Amitabh Bacchan Bacchan 972 688 1201 536 1137 694 5228 871.33
Add column:
Right click of the mouse > Insert > Entire column > ok .
Home tab > Insert > Insert Sheet Column.
Add Row
Right click of the mouse > Insert > Entire row > ok .
Home tab > Insert > Insert Sheet Rows.
Concatenate Function
Add a column name ‘Full Name’ > select full name cell (C3) > =CONCATENATE(A3," ",B3)
> Enter > Drag down for entire Column.
Clear Format Select > Editing menu from Home bar > Clear
> Clear format.
Number Filter
Select column (Tot) > Editing > Sort & Filter > Filter > Number Filter > Choose any one from
Less than, Greater than, Between, etc. > Ok.
Highlight Cell
Select > Conditional formatting from the Style menu of the Home bar > Highlight Cell Rules
> Less than, Greater than, Between, etc.
Slicer
Select table > Inset > Filter > Slicer > Select Column Name > Ok
Add Grade
Make a table ‘Grade’ A, B, C > Make a ‘Grade’ Column > Select > Data > Data Validation >
Settings > Allow “List” and Source ‘Grade’ Table > Ok