Project Sample
Project Sample
Computer Science
A PROJECT WORK SUBMITTED FOR THE PARTIAL FULFILLMENT OF THE REQUIREMENT IN MATHEMATICS OF
CLASS XI
Name:Aryan Gc
Class: 11
Section: M1
Roll No: 11
Submitted To
I am very pleased to dedicate this work to all the people and institution that provide me
moral and technical support and guidance for the successful completion of this project. I
would like to tank Department of Mathematics, Global School of Science for introducing
me to the topic as well as for the all support, useful comments, remarks and
encouragement through the learning process of this project. Special thank subject
teacher Mr. Milan Bhandari Sir for continuous motivation, support and
encouragement to complete this process. In addition, I would like to thank
Mr.Roshan Dangi (Head of the department of Computer Science, Global School of
Science) for comments and encouragement during completion of this project.
requirements set by the Department of Computer Science and are being submitted as partial fulfillment of the
internal evaluation requirements for grade XI. Therefore, I recommend this report for final evaluation.
Signature………..
Date:
APPROVAL SHEET
We have examined the project report entitled “………………………………………” presented by Aryan Gc as the project
report of class XI section M1 we hereby certify that the project report is acceptable.
Name: Name:
Signature: Signature:
Step 4: Make a bio-data using different fonts and styles with different size.
Step5: Insert table going through insert and clicking on the table where
the data and information can be typed and fill the necessary
information.
Step 6: Make it more attractive using different colors for text and for
the table as well.
Address : Bhaktapur,balkot
Contact no : 9827328905
E-mail : [email protected]
Qualification:
SCHOOL Board GPA
FIS BLE 3.2
FIS SEE 3.7
GSS NEB Running
Title 2: To Prepare table using Hierarchy
1. Open Microsoft Word.
3. Click on "SmartArt."
7. Use the "SmartArt Design" tab (which appears when the SmartArt is
selected) to: o Add more boxes (click "Add Shape") o
6
Title 3: To prepare letter using mail merge.
Step 1: Prepare Your Data
• Create an Excel spreadsheet with the details you'll be
merging.
WELCOME!! WELCOME!!
Dear friend
<<Name>>
<<Address>>
I would like to invite u to my birthday party. Come and we shall enjoy with all of my and your
friends………..................................................................
………………………………………………………………………………….
………………………………………………………………………………….
Your presence will make the day even more special. Looking forward for the day we reunite.
Program details: :
Venue: Tinkune
Date: 2081-01-20
Time: 3:00 pm Sharp
Your friend:
Title 4: To prepare mathematical expression using
Msord
Click Equation (on the right side of the ribbon) or press Alt + =
on your keyboard.
Sn
2. Spreadsheet
Excel is a commercial spreadsheet application
produced and distributed by Microsoft for Microsoft
Windows and Mac OS. It features the ability to
perform basic calculations, use graphing tools, create
pivot tables and create macros.
Excel has the same basic features as all spreadsheet applications, which
use a collection of cells arranged into rows and columns to organize and
manipulate data.
They can also display data as charts, histograms and line graphs.
Features of MS-Excel:
MS-Excel allows us to sort data either in ascending or descending order.
MS-Excel allows us to create different charts such as bar graph, piecharts, line
graphs, etc.
MS-Excel automatically edits the result if any changes are made in any
of the cells.
OUTPUT:
FORMULA:
Sum: = SUM(C8:G8)
Percentage: =H9/5
Division: =IF(AND(I9>=90),"Distinction",IF(AND(I9>=75),"First
Division",IF(AND(I9>=65),"SecondDivision",IF(AND(I9>=35
), " Third Division",IF(AND(I9>=0), "Fail")))))
Result: =
IF(AND(C9>=40,D9>=40,E9>=40,F9>=40),"Pass","Fail")
3.Presentation
PowerPoint (PPT) is a powerful, easy-to-use presentation graphics software
program which allows you to create professional-looking electronic slide shows.
PPT is used
Alternatively,
Procedure
Step1: Turn on the computer and open powerpoint.
Step2: Click on blank slide and then add slide title and prepare your
presentation.
Step3: Click on new slide for your next slide and fill the required data and
information. If you want to add a video then you will find the video like
symbol to add video.
Step4: You can also add animation to your slide. For it click on animation
and then click on the necessary animation you like.
Procedure
Step1: Turn on the computer and open powerpoint.
Step2: Click on blank slide and then add slide title and prepare your
presentation.
Step3: Click on new slide for your next slide and fill the required data
and information. If you want to add a video then you will find the video
like symbol to add video.
Step4: You can also add animation to your slide. For it click on
animation and then click on the necessary animation you like.
iv. After run command appears, type Notepad++ or Notepad. v. Your Blank
page will be opened.
<body>
<h2>GLOBAL<h2>
<h3> GLOBAL</h3>
<h4> GLOBAL</h4>
</body>
</html>
OUTPUT:
26
</tr>
<tr>
<td>Sunday</td>
<td colspan="2">Computer Network</td>
<td>Math</td>
</tr>
<tr>
<td> Monday</td>
<td> HTML</td>
<td colspan="2"> Break</td>
</tr>
<tr>
<td>Tuesday</td>
<td>Communication english</td>
<td>Math</td>
<td> Break</td>
</tr>
</table>
</body>
</html>
OUTPUT:
for="female">Female</label><br><br>
<label for="hobbies">Hobbies:</label><br>
<dt>JavaScript</dt>
<dd>Used to create interactive effects within web browsers.</dd>
</dl>
</body>
</html>
OUTPUT:
36
TITLE 6: USING INTERNAL HYPERLINK.
<html>
<head>
<title>Internal Hyperlinks Example</title>
</head>
<body>
<h1>Welcome to My Webpage</h1>
<ul>
<li><a href="#about">About Me</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<hr>
Top</a></p>
<h2 id="projects">Projects</h2>
<p>Here are a few of my favorite projects:</p>
<ul>
<li>Portfolio Website</li>
<li>Weather App</li>
<li>To-Do List</li>
</ul>
<p><a href="#top">Back to Top</a></p>
<h2 id="contact">Contact</h2>
<p>You can reach me at: <strong>[email protected]</strong></p>
<p><a href="#top">Back to Top</a></p>
<a id="top"></a>
</body>
</html>
OUTPUT:
38
<ul>
<li><a href="https://www.google.com" target="_blank">Visit
Google</a></li>
<li><a href="https://www.wikipedia.org" target="_blank">Visit
Wikipedia</a></li>
<li><a href="https://www.github.com" target="_blank">Visit
GitHub</a></li>
<li><a href="https://www.w3schools.com" target="_blank">Learn
HTML at W3Schools</a></li>
</ul>
OUTPUT:
TITLE 9: To Insert Video using HTML
<html>
<head>
<title>Video Example</title>
</head>
<body>
<h1>My Video</h1>
<video width="640" height="360" controls>
<source src="C:\Users\Samriddha Don\Downloads\mumm.mp4"
type="video/mp4">
Your browser does not support the video tag.
</video>
42
</body>
</html>
Output:
TITLE 10: Using in line CSS
<html>
<head>
<title>Inline CSS Example</title>
</head>
<body style="background-color: #f0f8ff; font-family: Arial, sans-serif;">
</body>
</html>
OUTPUT:
TITLE 11: USING INTERNAL CSS.
<!DOCTYPE html>
<html>
<head>
<title>Internal CSS Example</title>
<style>
body {
background-color: #f0f0f0;
color: darkblue;
text-align: center;
p{
font-size:
18px;
color: #444;
padding: 10px;
}
button
{ background-color:
#28a745;
color: white;
border: none;
font-size: 16px;
border-radius: 5px;
cursor: pointer;
}
button:hover
{ background-color:
#218838;
}
</style>
</head>
<body>
<h1>Welcome to My Styled Page</h1>
46
<p>This page uses internal CSS for styling. It makes your HTML look much
cleaner compared to inline styles.</p>
<button>Click Me</button>
</body>
</html>
OUTPUT:
TITLE 12:USING EXTERNAL CSS:
body {
font-family: Arial,
sans-serif;
background-color:
#f0f8ff; margin: 0;
padding: 0;
}
header {
background-color: #4CAF50;
color: white;
padding: 20px;
text-align: center;
}
main
{ padding
: 20px;
}
section { background-
color: white; padding:
15px; margin-top: 10px;
border-radius: 10px; box-
shadow: 0 0 10px
rgba(0,0,0,0.1);
}
footer
{ background-
color: #333;
color: white;
text-align: center;
padding: 10px;
}
<html>
<head>
<meta charset="UTF-8">
<title>My Styled Page</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Welcome to My Website</h1>
<p>This page is styled using an external CSS file.</p>
</header>
<main>
<section>
<h2>About Me</h2>
<p>I love web development and design.</p>
</section>
</main>
<footer>
<p>© 2025 MyWebsite</p>
</footer>
</body>
</html>
5. C Programming
C is a powerful, general-purpose
procedural programming language that
has played a foundational role in the
development of modern computing. It
was initially developed by Dennis Ritchie
at Bell Labs in 1972, primarily as a system
programming language for writing
operating systems. In fact, much of the
UNIX operating system was originally written in C.
One of the key strengths of the C language is its ability to access low-level
memory directly, which gives programmers more control over hardware
resources. It features a simple set of keywords, a clean and concise syntax,
and a structured programming approach. These characteristics make it
particularly suitable for system-level programming, such as the
development of operating systems, compilers, embedded systems, and
device drivers.
Over the decades, C has had a significant influence on many modern
programming languages. Languages like C++, Java, C#, JavaScript, and PHP
have borrowed heavily from C’s syntax and core concepts. This influence has
made C an important language to learn, especially for those who want to
understand how software interacts with hardware or how high-level
languages are built on top of lower-level operations.
In addition to its performance and efficiency, C’s widespread use and long-
standing presence in the industry have made it a go-to language for many
developers, both beginners and professionals. Despite the emergence of
many newer languages, C remains relevant today due to its speed,
portability, and flexibility.
In summary, C is not just a programming language—it's a cornerstone in the
history of computer science, and its legacy continues to shape the
development of software and programming practices around the world.
TILTLE 1: TO print “welcome to C programming”
#include<stdio.h>
int main ()
{
printf("Welcome to C programming\n");
printf(“Aryan-M1”);
return 0;
}
{ int a,b,c;
printf("enter the value");
scanf("%d%d",&a,&b);
c=a+b;
printf("Sum is %d\n",c);
return 0;
int main()
{ int a,b,c;
printf("remainder is %d\n",c);
return 0;
int main()
{
int a,b,c,d;
printf( "enter the value\n");
scanf("%d%d%d",&a,&b,&c);
d=a*b*c;
printf("Multiplication is %d\n",d);
return 0;
}
int main()
{ int a,b;
printf("Enter a number\n");
scanf("%d",&a);
b=a*a;
printf("Square = %d\n",b);
return 0;
TITLE 6:
/*WAP TO DISPLAY Perimeter OF A Circle using constant*/
#include<stdio.h>
#define pi 3.1495926
int main()
{
int a,b;
printf("Enter radius of a circle \n");
scanf("%d",&a);
b=2*pi*a;
printf("Perimeter = %d\n",b);
return 0 ;
}
int main()
{
int a,b,c,d,e;
printf("Enter three numbers\n");
scanf("%d%d%d",&a,&b,&c);
e=a+b+c; d=e/3;
printf("Average = %d\n",d);
return 0;
}
TITLE 8: Converting Celsius to Fahrenheit.
#include <stdio.h>
int main()
{
float celsius, fahrenheit;
printf("Enter temperature in Celsius: ");
scanf("%f", &celsius);
fahrenheit = (celsius * 9 / 5) + 32;
printf("%.2f Celsius = %.2f Fahrenheit\n",
celsius,fahrenheit);
return 0;
}
TITLE 9: To Calculate Simple Interest.
#include <stdio.h>
int main() {
return 0;
}
TITLE 11: USING IF STATEMENT
#include <stdio.h>
int main()
}
else { printf("The number is
negative.\n");
}
printf(“Aryan-M1”); return 0;
}
TITLE 12: USING IF ELSE STATEMENT.
#include <stdio.h>
int main() {
int number;
printf("Enter a number: ");
scanf("%d", &number);
if (number % 2 == 0)
}
else
{
printf("The number is odd.\n");
}
return 0;
TITILE 13:
#include <stdio.h>
int main() {
int number;
printf("Enter a number:
"); scanf("%d",
&number);
if (number % 3 == 0) {
printf("The number is divisible by 3.\n");
} else {
if (number % 5 == 0) {
printf("The number is divisible by 5.\n");
} else {
printf("The number is not divisible by 3 or 5.\n");
}
}
return 0;
printf("Grade: F\n");
return 0;
}
OUTPUT:
if (day == 1) {
printf("Sunday\n");
}
else if (day == 2)
printf("Monday\n");
else if (day == 3)
printf("Tuesday\n");
else if (day == 4)
{ printf("Wednesday\
n");
else if (day == 5)
printf("Thursday\n");
else if (day == 6)
printf("Friday\n");
} else if (day == 7)
printf("Saturday\n");
} else
{
printf("Invalid day number.\n");
}
return 0;
printf("HOT DAMN\n");
printf("It's warm.\n");
printf("It's cool.\n");
}
else
{ printf("It'scold!\
n");
}
return 0;
}
int main()
{
int number;
printf("Enter a number: ");
scanf("%d", &number);
if (number > 0)
{
printf("The number is positive.\n");
if (number % 2 == 0)
{
printf("It is even.\n");
}
else
{
printf("It is odd.\n");
}
}
else if (number < 0)
{
printf("The number is negative.\n");
if (number % 2 == 0)
{
printf("It is even.\n");
}
else
{
printf("It is odd.\n");
}
}
else
{
printf("The number is zero.\n");
}
return 0;
}
char operator;
float num1, num2;
switch(operator) {
case '+':
case '-':
case '*':
case '/':
if (num2 != 0)
printf("Result: %.2f\n", num1 / num2);
else
int main()
char ch;
scanf(" %c", &ch); // Note the space before %c to avoid reading newline
switch(ch)
case 'a':
case 'e':
case 'i':
case 'o':
case 'u':
break;
default:
return 0;
};
TITLE 20: To Know the Number of days in a month.
#include <stdio.h>
int main()
{
int month;
switch(month)
{
case 1:
case 3:
case 5:
case 7:
case 8:
case 10:
case 12:
printf("This month has 31 days.\n");
break;
case 4:
case 6:
case 9:
case 11:
printf("This month has 30 days.\n");
break;
case 2:
printf("This month has 28 or 29 days (depending on
leap year).\n");
break;
default:
printf("Invalid month number.\n");
}
return 0;
}
TITLE 21: To print n natural number.
#include <stdio.h>
int main() {
int n;
printf("Enter the value of N: "); scanf("%d", &n);
for (int i = 1; i <= n; i++)
{
printf("%d ", i);
}
return 0;
}
TITLE 22: To calculate factorial of given number.
#include <stdio.h>
int main()
{
int num;
int factorial = 1;
printf("Enter a number: ");
scanf("%d", &num);
return 0;
}
TITLE 23: To print multiplication table of a number.
#include <stdio.h>
int main() { int
num;
return 0;
}
TITLE 24: Palindrome of a number.
#include <stdio.h>
int main() {
while (num != 0) {
}
return 0;
}
TITLE 26: Sum of first n natural numbers.
#include <stdio.h>
int main() {
int n, sum = 0, i = 1;
printf("Enter a number: ");
scanf("%d", &n);
while (i <= n)
{ sum += i;
i++;
}
printf("Sum of first %d natural numbers is %d\n", n, sum);
return 0;
sum += num;
}
TITLE 28: To print ‘n‘ even number.
#include <stdio.h>
int main()
int n, i = 2;
printf("Enter the value of N: ");
scanf("%d", &n);
printf("Even numbers from 1 to %d:\n", n);
do {
int main() {
int n, a = 0, b = 1, count = 0, next;
printf("Enter the number of terms: ");
scanf("%d", &n);
printf("Fibonacci Series: ");
do {
printf("%d ", a);
next = a + b;
a = b; b = next;
count++;
return 0;
}
TITLE 30: Program using Break statement.
#include <stdio.h>
int main() {
int i = 1;
while (1)
if (i % 3 == 0 && i % 7 == 0) {
printf("The first number divisible by both 3 and 7 is:
%d\n", i);
break;
}
i++;
}
return 0;
}
TITLE 31: To print odd number using continue.
#include <stdio.h>
int main() {
int n;
if (i % 2 == 0)
{ continue;
}
printf("%d ", i);
}
return 0;
}
TITLE 32: To input a positive number.
#include <stdio.h>
int main() {
int num;
start:
if (num < 0) {
}
printf("You entered: %d\n", num);
return 0;
}
TITLE 33: Store and print array elements.
#include <stdio.h>
int main() {
int arr[5], i;
printf("Enter 5
integers:\n");
for(i = 0; i < 5; i++)
{
scanf("%d",
&arr[i]);
}
printf("You entered:\n");
for(i = 0; i < 5; i++)
}
return 0;
}
TITLE 34: To find sum of array elements.
#include <stdio.h>
int main()
{
int arr[5], sum = 0, i;
printf("Enter 5 integers:\n");
for(i = 0; i < 5; i++)
scanf("%d", &arr[i]);
sum += arr[i];
}
printf("Sum of elements = %d\n", sum);
return 0;
}
TITLE 35: To find the greatest integers.
#include <stdio.h>
int main()
scanf("%d", &arr[i]);
} max = arr[0];
max = arr[i];
}
}
printf("Maximum element = %d\n", max);
return 0;
}
96
TITLE 36: To reverse the entered elements using array.
#include <stdio.h>
int main() {
int arr[5], i;
printf("Enter 5 integers:\n");
for(i = 0; i < 5; i++)
{
scanf("%d", &arr[i]);
}
printf("Reversed array:\n");
for(i = 4; i >= 0; i--)
{
printf("%d ", arr[i]);
}
return 0;
}
TITLE 37: To count the numbers of odd and even number.
#include <stdio.h>
int main()
{ scanf("%d", &arr[i]);
if(arr[i] % 2 == 0)
even++;
else odd++;
int main()
{
int arr[5], i, key, found = 0;
printf("Enter 5 integers:\n");
for(i = 0; i < 5; i++)
{
scanf("%d", &arr[i]);
}
if(arr[i] == key)
found = 1;
break;
}
}
if(found)
printf("Element found at position %d\n", i + 1);
else