You are on page 1of 11

Guru Nanak College Budhlada

B. Voc (CS)-1 2022-23


S No Roll No Reg No. Student Name Category Contact No.
1 18101 5111-2022-1083 Mohit Sharma general 9988249500
2 18103 5111-2022-1461 Manav Kumar general 9582300014
3 18105 5111-2022-1084 jaspal kaur general 9915794859
4 18106 5111-2022-1085 tarsem singh general 9501653745
5 18107 5111-2022-1086 sonu singh sc 7717504311
6 18108 5111-2022-1087 lovepreet kaur general 9779713874
7 18109 519-2019-0049 baljinder singh BC 9877245037
8 18110 5111-2022-1088 harpreet kaur general 6280182099
9 18111 5111-2022-1089 parveen kumar BC 7087575975
10 18112 5111-2022-1090 karan kumar obc 8284056253
11 18113 5111-2022-1091 Gurpreet sc 7087556184
12 18114 5111-2022-1462 AREENA general 7696766160
13 18115 5111-2022-1092 sandeep Singh obc 8427007113
14 18116 5111-2022-1093 vipandeep sharma general 9464893136
15 18117 5111-2022-1094 karam singh general 6239265650
16 18118 5111-2022-1095 jaspal singh sc 9501917795
17 18119 5111-2022-1463 arshpreet singh general 6283737834
18 18120 5111-2022-1096 hanck singh sc 9779063439
19 18121 5111-2022-1097 diljeet singh sc 7888341337
20 18122 5111-2022-1098 lovedeep singh sc 6283094137
21 18123 5111-2022-1464 gurleen kaur general 7696659106
22 18124 5111-2022-1465 harmalpreet singh general 7986227512
23 18125 5111-2022-1466 mandeep singh general 7888313146
24 18126 5111-2022-1467 PARNEET KAUR general 7986336440
25 18127 5111-2022-1082 AKKI KAUR sc 9876308763
26 18128 5111-2022-1468 EKAMJOT KAUR general 7717503875
27 18129 5111-2022-1469 PARWINDER KAUR BC 9041784963
28 18130 5111-2022-1470 ramanpreet singh BC 623906001
29 18131 5111-2022-1099 manveer singh BC 8847370316
30 18132 5111-2022-1100 gurleen kaur general 9592194401
31 18133 5111-2022-1101 harbhajan singh general 6280977374
32 18134 712-2015-111 BHAVLEEN KAUR general 9023333785
33 18135 5111-2022-1102 thakar chand general 6283459029
34 18136 5111-2022-1103 seema rani sc 9041603244
35 18137 5111-2022-1104 ASHOK KUMAR general 8699217644
36 18138 5111-2022-1471 ROSHAN KARKI general 8054384350
ramandeepak singh
37 18140 5111-2022-1330 Sandhu general 9872020455
muskanpreet kaur
38 18141 5111-2022-1352 Sandhu general 9815650455
39 18142 5111-2022-1472 Aneetinder kaur general 9815614599
40 18143 5111-2022-1473 bharat bangari general 7251862760
41 18144 5111-2022-1331 sandeep singh general 9877321775
42 18145 5111-2022-1678 harjot singh cheema general 6239817713
43 18146 5111-2022-1065 SHEETAL general 8883333800

2. Time Table

Time Table 2022-23

Sr no. Name I II III IV V VI

1 Kiranpal B.Voc(CS+SD)-1 B.Voc(CS)-3 PGDCA+ MCA-1 B.Voc(CS+S B.Voc(CS)-3


Kaur C programming Ethical Msc(IT)-1 Data D)-1 Ethical Hacking
Hacking IT &E- Structure C prog Lab lab
Commerce

. Syllabus

B. VOC. ( CYBER SECURITY) First Year( 1st Semester)


(2022-23 Sessions)

Compon Credits University Internal Max. Exam.


Code Title of Paper ent Examination Assessment Marks Duration
Hours
BCSB1101T Communication Skills General 4.5 60 40 100 3
BCSB1102T Fundamentals of Computer and General 4.5 60 40 100 3
Cyber Security
BCSB1103T Computer Programming using C Skill 4.5 60 40 100 3
BCSB1104T Web Designing using HTML Skill 4.5 60 40 100 3
and DHTML
BCSB1105P Project – I Skill 4.0 50 50 100 3
BCSB1106L Software Lab – I (Based on Skill 4.0 50 50 100 3
B.VCS-113 & B.VCS-114)
BCSB1107L Language Lab-I General 4.0 50 50 100 3
Total 30 390 310 700

1. The breakup of marks for the practical will be as under:


i. Internal Assessment 50 Marks
ii. Viva Voce (External Evaluation) 20 Marks
iii Lab Record Program Development and Execution(External 30 Marks
. Evaluation)

2. The breakup of marks for the internal assessment for theory Subjects will be as under:
i. Average of Both Mid Semester Tests / Internal 24 Marks
Examinations
ii. Attendance 8 Marks
iii. Written Assignment/Project Work etc. 8 Marks

BCSB1106L:SOFTWARE LAB-I (Based onBCSB1103Tand BCSB1104T)

Max Marks: 50

Min Pass Marks: 35%

Maximum Time: 3 Hrs.

nglish United States

This laboratory course will comprise as exercises to supplement what is learnt under paper Based on
BCSB1103 TandBCSB1104T

Students are required to develop the following programs with internal documentation:

1 Assignments on Data types, Operators, Control Structure (if else, while, for, Do- while), jumping
statements in C.

i. Write a program to print the size of all the data types supported by C.

ii. Write a program to check whether the given number is a even number or not.

iii. Write a program to accept three numbers and find the largest among them.

iv. Write a program to count the different vowels in a line of text using switch

Write a program to accept two numbers and perform various arithmetic operations (+.-../) based on the
symbol entered.

vi. Write a program to find factorial of a number

vii. Write a program to print all prime numbers between any 2 given limits.

viii. Write a program to print all the Armstrong numbers between any 2 given limits.
ix. Write a program to demonstrate the use of break and continue statements.
Assignment on Arrays(one and two dimensional) and strings (string handling functions)

i. Write a program to find largest element in an array.

ii. Write a program to search an element in an array.

iii. Write a program to find sum and average of numbers stored in an array.

iv. Write a program to check whether a string is a Palindrome.

V. Write a program to perform matrix addition.


Assignment on Pointers and Array of Pointers

vi. Write a program to perform matrix multiplication.

vii. Write a program to demonstrate string handling functions.

i. Write a function to swap two numbers using pointers.

ii. Write a program to access an array of integers using pointers.

Assignment on Functions, Recursion and Storage Classes

i. Write a program to demonstrate the methods of argument passing.

ii. Write a program to find the roots of a quadratic equation using function.

iii. Write a recursive program to find the factorial of a number

iv. Write a recursive program to find the nth Fibonacci number v. Write a program to show the
significance of different storage classes.

Assignment on Structures and Unions

1. Write a program to create an employee structure and display the same.

ii. Write a program to create a student database storing the roll no, name, class etc and sort by name

Weekly Lesson Plan


Teaching aids
Class Subject Topics covered
Date used
03-10- B.Voc C programming Write a program to print the size of all the data Projector
2022 CS-1 Lab types supported by C.
Write a program to check whether the given
04-10- B.Voc C programming number is a even number or not.
2022 CS-1 Lab Projector

Practice
06-10- B.Voc C programming
2022 CS-1 Lab Projector
Write a program to accept three numbers and find
07-10- B.Voc C programming the largest among them.
2022 CS-1 Lab Projector
08-10- B.Voc C programming Projector
Practice
2022 CS-1 Lab
Write a program to count the different vowels in a Projector
line of text using switch
10-10- B.Voc C programming
2022 CS-1 Lab
Write a program to accept two numbers and Projector
perform various arithmetic operations (+.-../) based
on the symbol entered.
12-10- B.Voc C programming
2022 CS-1 Lab
13-10- B.Voc C programming Projector
Practice
2022 CS-1 Lab
Projector
Write a program to find factorial of a number
15-10- B.Voc C programming
2022 CS-1 Lab
Write a program to print all prime numbers Projector
between any 2 given limits.
17-10- B.Voc C programming
2022 CS-1 Lab
18-10- B.Voc C programming Projector
Practice
2022 CS-1 Lab
19-10- B.Voc C programming Projector
Practice
2022 CS-1 Lab
Write a program to print all the Armstrong numbers Projector
20-10- B.Voc C programming between any 2 given limits.
2022 CS-1 Lab
Projector

Practice
21-10- B.Voc C programming
2022 CS-1 Lab
22-10- B.Voc C programming Write a program to demonstrate the use of break Projector
2022 CS-1 Lab and continue statements
Projector

Practice
27-10- B.Voc C programming
2022 CS-1 Lab
Write a program to find largest element in an array. Projector
.
28-10- B.Voc C programming
2022 CS-1 Lab
29-10- B.Voc C programming Projector
2022 CS-1 Lab Practice
Projector

Write a program to find sum and average of


numbers stored in an array
31-10- B.Voc C programming
2022 CS-1 Lab
Projector
01-11- B.Voc C programming Practice
2022 CS-1 Lab
Projector
Write a program to check whether a string is a
Palindrome.
02-11- B.Voc C programming
2022 CS-1 Lab
Projector
04-11- B.Voc C programming Write a program to perform matrix addition
2022 CS-1 Lab
05-11- B.Voc C programming Projector
Practice
2022 CS-1 Lab
07-11- B.Voc C programming Projector
Practice
2022 CS-1 Lab
Write a program to demonstrate the methods of Projector
argument passing.

09-11- B.Voc C programming


2022 CS-1 Lab
Projector

. Write a program to search an element in an array.


10-11- B.Voc C programming
2022 CS-1 Lab
Projector
11-11- B.Voc C programming Practice
2022 CS-1 Lab
Write a program to find the roots Projector
12-11- B.Voc C programming of a quadratic equation using function.
2022 CS-1 Lab
14-11- B.Voc C programming Projector
2022 CS-1 Lab Practice
Projector
Write a recursive program to find the factorial of a
number
15-11- B.Voc C programming
2022 CS-1 Lab
16-11- B.Voc C programming Projector
Practice
2022 CS-1 Lab
Projector
. Write a recursive program to find the nth
Fibonacci number v. Write a program to show the
significance of different storage classes.
17-11- B.Voc C programming
2022 CS-1 Lab
18-11- B.Voc C programming Projector
Practice
2022 CS-1 Lab
19-11- B.Voc C programming Projector
Practice
2022 CS-1 Lab
Write a program to create an employee structure Projector
and display the same.

21-11- B.Voc C programming


2022 CS-1 Lab
22-11- B.Voc C programming Projector
Practice
2022 CS-1 Lab
Write a program to create a student database Projector
23-11- B.Voc C programming storing the roll no, name, class etc and sort by name
2022 CS-1 Lab
24-11- B.Voc C programming Projector
Practice
2022 CS-1 Lab
.

6. Lecture division (Lecture Statement)


S.N0 Roll Student Name Oct Nov Total Lectures Attended
No 2022 2022 (38)
(19) (19)

15

1 18101 Mohit Sharma 15 30


15

2 18103 Manav Kumar 16 31


16

3 18105 jaspal kaur 16 32


15

4 18106 tarsem singh 15 30


16

5 18107 sonu singh 15 31


16

6 18108 lovepreet kaur 17 33


15

7 18109 baljinder singh 15 30


15

8 18110 harpreet kaur 16 31


15

9 18111 parveen kumar 15 30


16

10 18112 karan kumar 15 31


15

11 18113 Gurpreet 16 31
16

12 18114 AREENA 15 31
17

13 18115 sandeep Singh 17 34


16

14 18116 vipandeep sharma 16 32


18

15 18117 karam singh 15 33


16

16 18118 jaspal singh 15 31


15

17 18119 arshpreet singh 17 32


15

18 18120 hanck singh 16 31


16

19 18121 diljeet singh 16 32


16

20 18122 lovedeep singh 17 33


15

21 18123 gurleen kaur 15 30


17

22 18124 harmalpreet singh 16 33


15

23 18125 mandeep singh 15 30


18

24 18126 PARNEET KAUR 15 33


15

25 18127 AKKI KAUR 17 32


17

26 18128 EKAMJOT KAUR 17 34


15

27 18129 PARWINDER KAUR 16 31


16

28 18130 ramanpreet singh 15 31


15

29 18131 manveer singh 16 31


17

30 18132 gurleen kaur 15 32


16

31 18133 harbhajan singh 15 31


15

32 18134 BHAVLEEN KAUR 17 32


16

33 18135 thakar chand 16 32


15

34 18136 seema rani 16 31


16

35 18137 ASHOK KUMAR 17 33


15

36 18138 ROSHAN KARKI 16 31


15

37 18140 ramandeepak singh Sandhu 15 30


15

38 18141 muskanpreet kaur Sandhu 16 31


16

39 18142 Aneetinder kaur 17 33


16

40 18143 bharat bangari 16 32


15
41 18144 sandeep singh 15 30
17
42 18145 harjot singh cheema 15 32

43 18146 SHEETAL 16 16

You might also like