BCA II Assignment I
BCA II Assignment I
Assignment –I
Question
1 Mark 2 Marks 3 Marks 4 Marks 5 Marks
No.
Definition + Detailed
Definition + Definition + Definition +
Discussion + Multiple
Q1 Definition Short Short Discussion Detailed Discussion
examples + Not
Discussion + One example + Multiple examples
copied /Originality
Definition + Detailed
Definition + Key Definition +
Definition + Discussion + One +
Q2 Definition points + Short Detailed Discussion
Key points Not copied /
Discussion of key points
Originality
Definition + Key Definition + Key
Definition + Definition + Detailed
points + Short points + Short
Q3 Definition Key points + Discussion of all steps
Discussion of all Discussion of all
Steps + diagram
steps steps + diagram
Definition Definition + Key Definition + Key
Definition + Detailed
Definition+ +Difference + points + Short points + Short
Q4 Discussion of all steps
Difference Key points + Discussion of all Discussion of all
+ diagram
Steps steps steps + diagram
Definition + Key Definition + Key
Definition + Definition + Detailed
points + Short points + Short
Q5 Definition Key points + Discussion of all steps
Discussion of all Discussion of all
Steps + diagram
steps steps + diagram
Jagannath International Management School
Vasant Kunj, New Delhi-110070
(Affiliated to Guru Gobind Singh Indraprastha University, New Delhi)
Recognized u/s 2(f) by UGC & Accredited with ‘A+’ Grade by NAAC
Participant of UNGC & UNPRME, New York
ISO 9001:2015 Quality Certified
Bachelor of Computer Applications (BCA)
(Session: January- June 2023)
Assignment –I
Ques 1:- Define Data Structure and also write down the difference between primitive and non-
primitive data structure. Discuss Linear & Non-Linear data structure with the help of
examples.
Ques 2:- Discuss Binary Search with the help of an example of your choice (atleast with a list of
10 elements) and how is it implemented using recursive function? List the strategy used by
Binary Search and one disadvantage of it over Linear search.
Ques 3:- Show various stages in SelectionSort over the data:-90, 89, 45, 11, 90, 12
Ques 4:- Show various stages in Insertion Sort over the data: 89, 45, 90, 12, -90, 11