Assignment
Assignment
APPLICATIONS (BCA)
RD
3 Semester
Important Note:-
Submit your assignments on
13-Dec-2024
Subject-Computer Architecture & Assembly Language
Q.1 What is an instruction? What are different parts of instruction & also Explain
Instruction Cycle.
Q.2 What is Register? Discuss about bit position in Flag Register 8085.
b) Booth’s Algorithm
Q.6 How arithmetic operations in computer are perform with some examples.
Q.8 What are the different techniques for data transfer between memory & I/O controller?
Q.10 What is assembly language & Syntax of assembly language.& also compare between
advantages and disadvantages of assembly language. Write a program in assembly
language to generate the Fibonacci series of number up to N terms
Subject-Data Structure Using C
Q.1 Define : Array, multidimensional array , sparse array , tridiagonal array. Give somple
example of each.
a)infix to postfix
b)infix to prefix
c)prefix to postfix
Q.3 Define a B-Tree and its properties. Create a b-tree in the following sequences
12,5,14,45,20,5,67,8,34,11,16,63,22,77
a) Merge sort
b) Heap sort
Q.5 Write the method of interconversion between infix,prefix and postfix expression using
Stack .Give examples.
a) Linear array and linked list b)Inorder & preorder Tree traversal
b) binary search
Subject-OOPs Using C++
Q.2 Define class and objects. Explain with example the method of defining a class and
constructor in C++.
Q.5 Explain the various access specifier in C++ . and their visibility in the class with exampl
a) File streams
c) Runtime polymorphism
e) Data hiding