SL PAGE
PROGRAM DATE
NO NO
COMPUTER COMPONENTS
To Identify phase and neutral of AC mains supply by using a
1
Neon Tester.
To open the computer’s CPU cabinet and remove the power
2
supply unit.
To examine different types of add-on cards that can be used in a
3
personal computer.
To examine/ operate various Input/ Output devices connected to
4
the CPU.
WINDOWS OPERATING
SYSTEM
To study the various components & features of the desktop of
1
windows.
2 To optimize your desktop display of windows.
3 To change the size of text that your desktop display windows.
To change the user account control settings of your account in
4
windows.
5 To recover files from the Recycle bin of windows.
6 To save a document in your computer in windows.
To examine the various options available while printing a
7
document in windows.
WORD PROCESSING
SOFTWARE
To save an existing Ms-Word document in different formats of
1
MS Word.
To format the text in a document by using font command of
2
MS-Word.
To perform the text alignment of the text in a document of MS-
3
Word.
4 To insert a table and delete a table in a document of MS-Word.
5 To insert a picture in a document of MS-Word from a file.
To insert different shapes in a MS-Word document file and
6
resize it.
7 To insert headers and footers to a document of MS-Word.
8 To insert page numbers to a document of MS-Word.
To insert, edit and remove a hyperlink in a document of MS-
9
Word.
To insert and configure the footnotes and endnotes in a
10
document of MS-Word.
11 To add and delete comments in a MS-Word document.
To protect the MS-Word document so that no one can open,
12
copy, and edit the contents.
13 To create mail merges to invite your birthday.
SPREADSHEET APPLICATION
1 To calculate Sum, Average, Max, Min, Count functions.
2 To calculate Salary of Employee table.
3 To calculate tax using IF function.
4 To generate Grade of students using nested if formula.
5 To calculate SUMIF and AVERAGEIF formula.
6 To calculate SUMIFS and AVERAGEIFS formula.
7 To create pivot table, apply sort and filter.
8 To generate Text formulas.
9 To generate Mathematical formulas.
To save a workbook or save it in a different name in MS-Excel
10
application.
To perform filtration of text on a set of data in MS-Excel
11
worksheet.
To enter today’s date using different procedures in MS-Excel
12
sheet.
CREATING PRESENTATION
To identify the various components of MS Power Point
1
Application.
2 To create a new presentation in MS Power Point Application.
3 To save a presentation in MS Power Point Application.
4 To format a textbox on a slide in MS Power Point Application.
To apply or modify a design theme to a slide in MS Power
5
Point Application.
To animate the objects and slides in MS Power Point
6
Application.
MYSQL
1 Create database, table and display table structure.
2 Insert 12 values into the table.
3 To apply select command in different ways.
4 To apply DELETE, ALTER, AND, OR, NOT functions.
5 To apply LIKE, IN, BETWEEN operations.
6 To apply sort, workings of aggregate functions.
7 To apply UNION, INTERSECT functions.
8 To apply join functions.
CONFIGURING AND USING
NETWORK
To identify various types of cables, connections and
1
termination used in Networking.
2 To share a printer on the network for other computers.
3 To setup video conferencing on your computer using Skype.
USING NETWORK
1 To set up an internet connection on the computer system.
To logon to Internet using dialler connection on a computer
2
system.
3 To open internet explorer and browse different sites.
COMPUTER BASICS AND SOFTWARE
INSTALLATION
1 To boot the computer system from a CD or DVD drive.
2 To format a Hard Disk using My computer in Windows
3 How to install a Virus Scanner on a Windows Desktop system.
DOS COMMANDS
1 To change the default drive in DOS.
2 To change the directories present in ROOT directory of DOS.
3 To make directories in DOS.
4 To remove directories in DOS.
5 To list the tree structure of a directory in DOS.
LINUX
To display the message on the screen in LINUX operating
1
system.
To list the contents of the directories in LINUX operating
2
system.
DESIGNING STATIC WEBPAGES
1 To create a webpage using heading tags.
2 To create a webpage using bold, italic, underline and font tags.
3 To create a webpage using superscript and subscript tags.
4 To create a webpage using image, anchor and marquee tags.
5 To create a webpage using ordered list tags.
6 To create a webpage using un ordered list tags.
7 To create a webpage using definition list tags.
8 To create a webpage using nested list tags.
9 To create a webpage using table tags.
To create a webpage using colspan, rowspan, cell padding and
10
cell spacing attributes.
11 To create a webpage using forms tag and its attributes.
12 To create a webpage using frame set tags.
13 To create a webpage using inline style sheet.
14 To create a webpage using internal style sheet.
15 To create a webpage using external style sheet.
JAVA SCRIPT
1 To Print sum and average of 3 numbers using prompt.
2 To Check whether a number is even or odd.
3 To Print day in a week.
4 To Check whether smallest of 3 numbers.
5 To Check arithmetic calculation using switch.
To Check whether a number is palindrome or not using while
6
loop.
To Check whether a number is Armstrong or not using do while
7
loop.
8 To Print factorial of a number.
9 To Check whether a number is Prime or not using for loop.
10 To Print Fibonacci series.
11 To Print pattern.
12 To find area of circle using function.
13 Print swapping of 2 numbers using function.
14 To print reverse of a number using form.
15 To print simple arithmetic calculator using form.
ADVANCED EXCEL
1 To create advanced filtering of a table.
2 To create subtotal of a table.
E-COMMERCE
1 To create an account in Amazon website.
2 To sell a product in OLX website.
CYBER SECURITY
To identify if a file is infected with a virus using
1
www.virustotal.com.
2 To enable or disable firewall settings of windows 10.
3 To secure payments operation online.
CLOUD COMPUTING
To create a free cloud service on Microsoft azure and then
1
cancel it.
To create and configure an azure active directory domain
2
services and managed domain.
To create and configure a free Microsoft Office 365 account &
3
switch users.
PYTHON
1 To find area and perimeter of rectangle.
2 To check whether largest of 2 numbers.
3 To check whether vowels in an alphabet using elif.
4 To find largest of 3 numbers.
5 To find sum of n natural number using while loop.
6 To find reverse of a number using while loop.
To check whether a number is palindrome or not using while
7
loop.
To check whether a number is Armstrong or not using while
8
loop.
9 To find factorial of a number using for loop.
10 To check whether a number Prime or not using for loop.
11 To print multiplication table using for loop.
12 To print Fibonacci series using for loop.
13 To find arithmetic calculations using def.