IGNOU BCA Semester II Papers
Some people cannot do any educational course on a regular basis. For them there is a way as IGNOU provides them with loads of opportunities in the distant learning format. A degree of Bachelor of Computer Applications is provided by IGNOU for those who cannot do it on a regular basis. This course has been recognized by UGC and AICTE. Study materials prepared by efficient faculty are sent home.
To be eligible for the course the candidate must have passed 10+2 with Mathematics as a distinct subject. Those candidates which do not have Mathematics as a distinct subject have to register both for MTE-03 and CIC along with the first semester of BCA. Candidates are required to complete these two courses successfully before registering for the third semester of BCA. The course has a minimum duration of 3 years. There is no provision for extending the counseling and practical 2nd and 3rd year automatically.
The programme structure for BCA second semester:
There are three papers-
1. CS612 PC Software Application Skills
2. CS60 Foundation Course in Mathematics in Computing
3. CS62 ‘C’ Programming and Data Structure
The papers have two sections or parts- Assignment and Term End Examination. The assignments are to be submitted by the students after solving them at their homes. The university conducts the term end exam two times in a year.
Download IGNOU BCA Semester II Papers
- Download IGNOU BCA Semester II Question Paper 1
- Download IGNOU BCA Semester II Question Paper 2
- Download IGNOU BCA Semester II Question Paper 3
- Download IGNOU BCA Semester II Question Paper 4
- Download IGNOU BCA Semester II Question Paper 5
- Download IGNOU BCA Semester II Question Paper 6
- Download IGNOU BCA Semester II Question Paper 7
- Download IGNOU BCA Semester II Question Paper 8
- Download IGNOU BCA Semester II Question Paper 9
- Download IGNOU BCA Semester II Question Paper 10
- Download IGNOU BCA Semester II Question Paper 11
- Download IGNOU BCA Semester II Question Paper 12
- Download IGNOU BCA Semester II Question Paper 13
|
- IGNOU BCA Semester IV papers
- IGNOU BCA Semester I Papers
- IGNOU BCA Semester III Papers
- IGNOU BCA Semester VI Papers
- IGNOU BCA Semester V Exam Papers
- IGNOU MCA Semester IV papers
- IGNOU MCA Semester III papers
- IGNOU MCA Semester II papers
- IGNOU MCA Semester V papers
- IGNOU MCA Semester I papers
- BCA from IGNOU
- University Of Kerala, BCA, 6th Semester Papers
- IGNOU MCA Papers
- IGNOU MCA Semester VI papers
- PTU BCA 1st Semester- Introduction to Information Technology (BC-101) Papers
Do you have any question? Please ask:
65 Responses to “IGNOU BCA Semester II Papers”
|
|
Avl tree
I AM BCA STUDENT, I NEED MODEL PAPERS FOR 2ND SEMESTER EXAM. PLEASE REPLY ME AS SOON AS POSSIBLE. IT WIL BE A GREAT HELP
I AM TRYING TO GET VIA WEBSITE BUT AGAIN & AGAIN IT IS TAKING A LONG TIME.. THANKS
when is the regestration date for bca
what r the computer knowledge require for doing bca
please send me advance c&ds paper solusan Bca-II
& maths peper solusan bca-II please replay fast ……ok…….
i need bca 2nd sem all subject solved question papers
ham a bca student….. i need viva questions of c++ 2nd sem
Sir’ when admission starts for bca in ignou banglore
sir i want Madurai kamaraj unviversity ,bca second sem digital computer architecture last five yr question papers …could u pls send sir
i want bca assignment question peperjune 2012
Assignment Solution
Dear Sir:
PLEASE?
Can you help me in solves Assignments B.Com 2nd Year by IGNOU (English Medium) for Year 2011-12 (Term June 2012)
List of Subject are:
1- ECO 03
2- ECO 05
3- ECO 07
4- ECO 12
5- ECO 13
6- ECO 14
7- FST 01
on my ID: [email protected]
THANKING YOU
as soon as Possible
Best Regards
[email protected]
Dear Sir:
PLEASE?
Can you forward or send me solved assignments for year 2011 – 2012 ( December 2011 and June 2012)
1- ECO 03
2- ECO 05
3- ECO 07
4- ECO 12
5- ECO 13
6- ECO 14
7- FST 01
On my E-mail ID: [email protected]
Thanking you
Best regards
[email protected]
sir plz give me currently bca quition paper 2nd sem
bca second semister
When BCA sem-1 exam?
i m student of dwarka (delhi)regnional center. i have no information about our economics books. my exams are near .i cannot understand what i can do for this problem. plz tell me way to solve this problem.
ignou 6th sem assingment answer
wen is the last date for bca 2nd semseter fee
wen is the last date of 2nd semster
the bca IInd sem question papers has downloaded but not show in adobe pdf reader please mail me the previous years questions
Recpected Sir:
I am Govt employe .My transfer from Jammu to Jodhpur.Due to some reason i cannt collect dec 2011 BCA IInd sem books.I have a request to email only recent assignment question paper .I will complete it and before last date i want to submit my assignment on regional center.So requested plz help me without delay.My enrollment no:111546246
Thank u ur anticipation
bca || answer paper
How to get study center for BCA, CIC, MCA at Ara near 50 kms away from Patna, so that more local candidates can be benefited. If msg is in sight of any IGNOU authority plz reply with all possible flexibility.
i want saurastra university bca examination paper of oct-nov 2010 of c#,j2ee,
write a note on tree traversal.
dear sir
how to fill the from of BCA.
1. (a) Write an algorithm to subtract two polynomials using array
implementation. Assume polynomials have M and N terms. (8)
(b) What is garbage collection? Explain Fragmentation, Compaction
and Relocation w.r.t. garbage collection. (6)
(c) Write an algorithm to store the sparse array using linked list. (6)
(d) Write the functions in C language for insertion and deletion of a
node in a Heap. (8)
(e) Find the number of nodes in a balanced binary tree o1. (a) Write an algorithm to subtract two polynomials using array
implementation. Assume polynomials have M and N terms
(b) What is garbage collection? Explain Fragmentation, Compaction
and Relocation w.r.t. garbage collection.
c) Write an algorithm to store the sparse array using linked list
(d) Write the functions in C language for insertion and deletion of a
node in a Heap.
(e) Find the number of nodes in a balanced binary tree
f height “h”.
(2)
2. (a) A two dimensional matrix is represented using a row major
order. Write the formula and calculate the address of element A
[10] [10]. Assume the dimensions A [10] [10] (3)
(b) Write an algorithm for converting an Adjacency list to an
adjacency matrix in ‘C’ language. (7)
3. (a) Consider the graph :
Construct a minimum cost spanning tree using Prim’s
algorithm and calculate the cost of this tree. (7)
(b) How are command line arguments passed on to ‘C’ programs?
Writ e a program to count the number of command line
arguments. (3)
4. (a) The following input sequence is sorted in increasing order using
quicksort algorithm:
75, 72, 64, 91, 56, 92, 62
Show the sorting process step-wise. (5)
(b) Write a non-recursive program in ‘C’ to traverse a binary tree in
preorder. (5)
5. Explain the following with an example each: (10)
(a) Union in ‘C’
(b) AVL Tree
(c) Hash function
(d) Weakly connected graph
(e) Indexing w.r.t files
Sir
presently i am doing BCA from saurastra university.
can i change my university to IGNOU.
In 3rd semister.
dear sir,
can u give me some idea of sem 2 examination and solution paper that i can understand it carefully.please understand some feeling of studies………
sir plz give me currently bca quition paper 2nd sem
dear sir,
I am completed to B.C.A. And then i do MSCIT.
Sir,
I am doing BCA from saurastra university.
I wants to change my university in my 3rd sem.
Tell me how can i do this.
I wants to do my 3rd sem via IGNOU.
I wall be thank full to you.
sir i want to do the BCA course from ignou.
can u please tell me more about the university and the about the facilities of the university through mail in my mail address..
sir,
please send me solved assignment of cs-60 of b.c.a of ignou
i want question paper of bca semester II
creat and excel spreadsheet for your marks sheet of 10+2 exm?
can you sent me ignou 2nd semester previous 4 year solved paper
plies give to me MCQ puestion
this mail to sand to MCQ question
solutions of 2nd semester bca
sir,
now i m doing ignou bca 2nd semester and i want solved sample papers of cs-60 fundamental of mathematics. So sir please send the solved papers. i’ll be very thankfull to you.
Dear sir,
I need some help regarding cs-60 and CS-612, kindly available me previous years question papers
Dear sir,
I need some help regarding cs-610 and bshf-101, kindly available me previous years question papers.
Dear sir,
i need help for paper cs-610,cs- 611,bhsf & mte-03 plzzzz help me i’ll be grateful to you…..
thanks to you….
i wana previous years question paper of BCA 2nd semester..
thank u sir………!!!!!!!
please give me ignou bca 2nd semester (cs60)
mathematics and computing solution paper
prove that the sum of the squares of the first nintegers is 1/24(2n)(2n+1)(2n+2)
sir,
Pleace send me the question paper of IGNOU BCA 2nd Sem CS62(june). I can’t find in net.
centeral tendency
Create an Excel spreadsheet for your mark sheet of 10+2 examination
Good afternoon,
i m neha from ignou bca 2nd semester and i want solved sample papers of cs-60 fundamental of mathematics. So sir please send the solved papers. i’ll be very thankfull to you.
your obediently
neha
ignou
bca 2nd sem.
respected sir
how can i get all quention,gase paper with solution. iwant know. how can i get deep knowladge in cs611,cs-610 with easy and random term.
What do you mean by sparse Matrix. Write a program to compute the transpose a sparse matrix
Write a ‘C’ function to compute the total number of nodes in a binary tree
sir i want the admission in ignou .can student take the admission in bca3sem.reply soon on email.thank u sir .
how can i get all question with answer of term end examination
what is costing ?
what’s use of c&c++
HOW CAN I GET THE ALL ANSWERS OF TERM END EXAMINATION,JUNE & DECEMBER 2007 OF CS-62
send me all the bca/2010 question paper.
please send me a sample paper BCA entrance test
i want the latest updates of ignou bca
send me all the bca sample paper of 2nd sem.
Wanted IGNOU BCA/MCA 2009/2010 Question paper for all topics
computer organization
sir,
i cannot download mba application form 2010. i want study in this year