Foca Lab Manual
Foca Lab Manual
1
List of Experiments:
2
Experiment 1: Introduction to Computer System and Basic Operations
Aim: To understand the basic functioning of a computer system, components, and their usage.
Theory:
- Computer System Components: Hardware (Input, Output devices), Software (System Software,
Application Software).
Procedure:
3
Experiment 2: MS Word – Document Creation and Formatting
Aim:
To learn how to create, format, and manage documents using Microsoft Word.
Theory:
Procedure:
1. Open MS Word.
---
4
Experiment 3: MS Excel – Data Handling and Formulas
Aim:
Theory:
Procedure:
---
5
Experiment 4: MS PowerPoint – Presentation Creation
Aim:
Theory:
Procedure:
1. Open MS PowerPoint.
3. Add slides with various layouts (Title Slide, Text Slide, Image Slide).
---
6
Experiment 5: Introduction to Internet and Web Browsing
Aim:
Theory:
Procedure:
7
Experiment 6: Introduction to Programming Concepts (C Programming)
Aim:
Theory:
Procedure:
4. Modify the program to take user input and print the input.
---
8
Experiment 7: Basic File Handling and Directories
Aim:
Theory:
Procedure:
4. Read the file using the `cat` or `more` command (for Linux).
---
9
Experiment 8: Introduction to Algorithms and Flowcharts
Aim:
Theory:
Procedure:
10
Experiment 9: Debugging and Error Handling in C
Aim:
Theory:
Procedure:
1. Write a program with common errors (e.g., missing semicolons, uninitialized variables).
11
Experiment 10: Data Structures Basics (Arrays and Linked Lists)
Aim:
Theory:
- Linked Lists: A collection of nodes, where each node contains data and a pointer to the next node.
Procedure:
---
12