DCC Micro
DCC Micro
JAYAWANTRAO SAWANT
POLYTECHNIC, Handewadi Road,
Hadapsar, Pune-28
Department of Computer Engineering
Academic Year 2023-24
MICRO PROJECT
TITLE OF THE PROJECT
1
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION
Certificate
………………………………..
2
MICRO PROJECT
GROUP DETAILS
3
INDEX
1 Certificate 1
2 Group Details 2
3 Index 3
4 Annexure 1 4
5 Program Code 5
7 7
Annexure 2
8 9
Annexure 3(Teachers Evaluation Sheet)
4
JSPM’s
Title of Micro project: Share the file and folder in network by using password offline
The aim is to securely share files and folders over a network, ensuring that only
authorized users can access them by requiring passwords, even when offline.
3.0Action Plan
1 Computer Processor: 1
system with Inter®Pentium®[email protected].
5
broad Installed Memory-RAM: 4.00GB.
specifications
System type:32-bit Operating System
2 Software Window 10 1
#include<graphics.h>
#include<conio.h>
#include<stdio.h>
void main()
{
int gd=DETECT,gm;
int i,j,k,t,q;
float x,y;
initgraph(&gd,&gm,"c:\\tc\\bgi");
setcolor(3);
rectangle(0,0,getmaxx(),getmaxy());
setcolor(2);
i=0;
for(t=0;t<getmaxx();t+=120)
{
line(t,250,t+60,170);
line(t+60,170,t+120,250);
}
line(0,400,getmaxx(),350);
setfillstyle(11,CYAN);
floodfill(2,420,2);
setfillstyle(4,LIGHTGREEN);
floodfill(1,300,2);
i=0;
while(i!=150)
{
setcolor(BLACK);
setfillstyle(SOLID_FILL,BLACK);
fillellipse(k,j,30,30);
setfillstyle(SOLID_FILL,LIGHTRED);
fillellipse(170+i,235-i,30,30);
j=235-i;
k=170+i;
i++;
6
setcolor(2);
for(t=0;t<getmaxx();t+=120)
{
line(t,250,t+60,170);
line(t+60,170,t+120,250);
}
setfillstyle(1,GREEN);
floodfill(202,200,GREEN);
delay(25);
}
for(i=36;i<80;i++)
for(j=0;j<=360;j+=20)
{
x=319+i*cos(((float)j*3.14)/180);
y=86+i*sin(((float)j*3.14)/180);
putpixel(x,y,LIGHTRED);
delay(1);
}
getch();
}
7
Program Output:
8
JSPM’s
9
5. The content was compiled into report.
6. Project report is ready for submission.
1 Computer Processor:Inter®Pentium®[email protected].
system with
Installed Memory-RAM: 4.00GB. 1
broad
specifications System type:32-bit Operating System
2 Software Turbo C -
7.0
10
Teacher Evaluation Sheet
11
12
Teacher Evaluation Sheet
13
Teacher Evaluation Sheet
14
Teacher Evaluation Sheet
15
Micro Project Evaluation Sheet
Process Assessment Product Assessment Total
Marks
Part A - Project Project Par B - Project Individual
Proposal Methodology Report/ working Presentation/ Viva 10
Model
(2 Marks) (2 Marks) (4 Marks)
(2 Marks)
Note: Every course teacher is expected to assign marks for group evaluation in first
3 columns and individual evaluation 4th column
Signature: ………………………
16