CFOA Practical File
CFOA Practical File
INDEX
1 Assignment 1 on MS word 3 to 7
2 Assignment 2 on mail merge with MS word and MS excel 8 to 17
3 Assignment 3 on MS excel 18 to 21
4 Assignment 4 on MS PowerPoint 22 to 34
5 Assignment 5 on DOS commands 35 to 38
6 Assignment 6 on HTML
2
ASSIGNMENT 1
You are supposed to create a word processing file using MS Word, according to the
instructions given below.
6.Select the heading “welcome to the inmantec.” and format it as given below.
>Font color: blue >Style: Bold and underline >Align: Center >Change all the letters to UPPERCASE
7. Create a bulleted list for the last 3 lines of text given under “Current special categories” and format it
as follows.
⮚ Download Brochure
⮚ Admission Procedure
⮚ Online Application Form
⮚ Download Application Form
3
8. At the end of the bulleted list create the table shown below.
9. Enter the text below as the heading of the table and format it to get the following output using a Word
art. (Font: Arial Black, Font size: 16, Align: Center)
10.Insert a new row just below the last row of the table and enter the following information
into the new row:
4
Output:
5
ASSIGNMENT 2
6
OUTPUT:
DATA SOURCE-
Letter-
7
Merged Letters-
8
Envelop File-
9
ASSIGNMENT 3
You are supposed to create a spreadsheet using MS Excel, by following the instructions given below.
Figure: Student Marks Report
10
Roll Name COFA C POM Total Percentage Remark
No. (MM Programming (MM (150) (Pass/Fail)
50) (MM 50) 50)
1 Aley
2 Bob
3 Candy
4 Danny
5 Elise
6 Frandece
7 Gorg
8 ziller
9 mike
10 Camel
Output:
ASSIGNMENT 4
First Task
12
o Create your own presentation:
(Assume that your are introducing yourself)
- Pull down the File menu, click New and click blank presentation.
- You should automatically see the title slide as the first slide.
- Add the title “Introduction to PowerPoint” as title, your name as the subtitle.
- For each slide also add your name and date.
- Also for each slide, you can change the slide theme. Click Design 🡪 Slide Theme and choose the
appropriate theme that suits best with the content of the current slide.
- The second slide usually displays the overciew of the presentation.
- Create 5-10 slides powerpoint presentation that describes yourself.
- ( Hints: 1. birthdate, sex, bithplace, address, tell no, 2. family members and their personal informations
(job, age) 3. hobbies, 4. graduated schools, 5. future plans....).
- Click Tools 🡪 Spell Checker to check the presentation for spelling. Misspelled a word in your presentation
and use spell checker.
- Save the powerpoint presentation in your account C:/ drive.
- Pull down the Format menu and click the Slide Design. Slide Design window will be opened. Choose a
template from the list and apply the template. Do not forget to save the presentation!.
o Optional:
- add clip art objects
- add animation effects
Second Task:
Create a PowerPoint presentation (Seven slide minimum) relevant to your course of study or field of work. Your
presentation should include the following:
{ 2. Title Slide: Include your name, date and slide number in footer area of title slide master
{7. Create a summery slide as the last slide of the presentation that include the title of the each slide.
TASK 1 OUTPUT:
SLIDE 1 – “INTRODUCTION TO POWERPOINT”
13
SLIDE 2 – “ALL ABOUT ME…”
14
SLIDE 4- A QUICK VIEW ON MY FAMILY
15
SLIDE 5- MY HOBBIES
16
SLIDE 7- MY STRENGTHS & WEAKNESSES
SLIDE 8- “THANKYOU”
17
TASK 2 OUTPUT:
SLIDE 1
18
SLIDE 2
SLIDE 3
19
SLIDE 4
20
SLIDE 5
SLIDE 6
21
SLIDE 7
22
SLIDE 8
23
ASSIGNMENT 5
Write DOS commands for given problem: -
1. To change the present working directory to another directory.
2. To check space available on your hard disk.
3. To create directory with the name of “INMANTEC”.
4. To create a file in the already created directory with the name of
“BCA1stsem” and write a paragraph in this file.
5. To display the content of the above created file.
6. To copy the content of this file into another file “BBA1stsem”.
7. To rename the copied file into any other name.
8. To delete the file.
9. To display the current date and time of the system.
10. To display the free and used amount of memory in the computer
system.
24
11. To compare two files of the same directory and display the difference
between these two files.
12. To search the specific text string “INTEGRATED ACADEMY OF
MANAGEMENT AND TECHNOLOGY” from a given file “BCA”.
13. Show the content of a file using MORE command.
14. To show the version of your system.
15. Create a batch file to run some commands together.
25
26
Problem 6:
DOS Command –
“source path”: Press Enter
copyBCA1stsem.txt “d
Problem 11:
DOS Command - fc “full path of file 1” “full path of file 2” Press
Enter
“Don’t use space for any other work except b/w fc and path, and b/w
both paths.“
Problem 12:
DOS Command - findstr “INTEGRATED ACADEMY OF MANAGEMNET
AND TECHNOLOGY” “full path of file ‘BCA’”Press Enter
Problem 13:
DOS Command - more| “file_name”Press Enter
Problem 14:
DOS Command - systeminfo | findstr BuildPress Enter
Problem 15:
27
DOS Command -
“You have to create an actual batch file first let’s name it bacth.bat”
Copy con batch.batPress Enter
“Now file has been created and you can add the (command(s) you
want to add in it once done then:”
“full path of batch.bat”Press Enter
“It will execute your batch file”.
28