Examinations,: Nizam College (Autonomous) Semester

Download as pdf or txt
Download as pdf or txt
You are on page 1of 33

Code No.

23M102/NCDP
Nizam College (Autonomous)
Faculty of Informatics
B.C.A. I- Semester Examinations, May - 2023
Digital Principles
ine:3 Hours Max. Marks: 80
Section -A
LAnSwerany EIGHT ofthe following questions. [8 x4=32]

1 Convert decimal number 2743 into octal, binary and hexadecimal.


2. State the properties of Boolean algebra.
1 What do you mean by canonical and standard form? Explain.
ADescribe don't care condition with an examplein K-Map.
5. Explain Binary Adder with circuit diagram.
6. What is magnitude compiler? Explain with an example.
7. Describe the operation of Tflip Flop.
8. How do you analyze clocked sequential circuit?
9. Write about 4 - bit register with illustration.
an example.
10. Explain an asynchronous sequential circuit with
asynchronous sequential logic circuit?
11.When does an oscillation occur in an
12.Define Hazard and its types.
Section -B
14 x 12 = 48]
internal choice.
IL. Answer the following questions using
codes with examples.
13. (a) Describe about various binary
[OR]
gates.
any four basic logic gates using only NAND
(b) What are universal gates? Construct ABC+A'B'+ABCD
expression into standard SOP form:
14.(a) i)Convert the following
F=A+B'Cin a sum of minterms (SOP).
ii) Express the Boolean function
[ORJ
circuit with AND gates and truth table.
(b) What is Decoder? Draw 3x8 decoder
counter using Tflip flops.
15.(a) Design 4-bit binary
[OR]
detail about 4-bit Johnson counter.
(b) Explainin
Drawthe block diagram of asynchronous sequential circuitt and explain? Also write the procedure
16.(a)
transition table from circuit diagam of an asynchronous sequential circuit.
forobtaining
[OR]
with an example.
flowtable and race Free State assignment of sequential circuit
(b) Explain
Code No. 23M101/NCIMFCS
Nizam College (Autonomous)
Faculty of Informatics
B.C.A. I- Semester Examinations, May -2023
Mathematical Foundations of Computer Science
3 Hours Max. Marks: 80
Section-A
LASWerany EIGHT of the following questions. [8r4=32]
Construct the table for[(pvq)a(-r)]>q.
2 Determine whether the implication(Gpv)apy¬)is tautology or contradiction?
,. pefne quantifiers and its types.
et A={0,1,2} and B=p,q} be two sets. Then find the relation Rfrom Ato B.

. Show that the function f() =x and gx) = for xe Rare inverse of one another.
Define the generating function and give examples to it.
1
1 Determine the sequence generated by using the generating function 1+3x
e Define Monoid and semi group.
0 Prove that inverse of every element in group is unique.
10. Define homomorphism and order of group.
11. Define simple graph and order of graph.
edges. Find the number of regions in G.
12, Let Gbe a planar graph with 10 vertices, 3components and 9
Section-B
choice. [4x 12 =48]
I. Answer the followingquestions using internal
13. a) Show the equivalence p’ (gvr)(p’q)v(p’).
[OR]
n(n+1)(2n +1) by the mathematical induction.
b) Prove that 1'+2 +3+..+n=:
EUE,HE|+|E,|-|EnE,|.
E, and E, are two subsets of auniversal set U, then provethat |
14. a) If [OR]
= {2,4,6,8}.Then find AnB and A- B.
b) () Let A={1,2,3,4,5,7} and B
relation R from A to B.
g}be two sets. Then find the
(i) Let A={0,1,2}and B={p,
-5a, -6a,, =0, n22,a, =l,4 -3.
15.a) Solve the recurrence relation a, [OR]
using the generating functionf(r)= .
(b) Determine the sequence generated by 1-x

picture ofthe graph G=(/,E), where V=fa, b, c, d, e} and


I6. a) Draw a (a,c}.{a,d},{a,e}.{e, c},{c, a}} and state whether it is directed or non- directed.
E={la.b), [OR]
where
eachvertex in the graphs G=(V,E).
Detemine the in-degree and out-degree of
{a,b).{6,c).{c,d}, le,d},(d,e}}.
=le.b.G, d,e) and E={{a,a)
CODE NO. 23M104/NCIWT
Nizam College (Autonomous)
Faculty of Informatics
B.C.A. I-Semester Examinations, May -2023
Introduction to Web Technology
Max. Marks: 80
Hours
Section -A
[8x4=32)
any EIGHT of thefllowing questions.
URL.
Explain HTTP and
Explain ROW span and COL span.
2
ExplainWww.
and collections.
! Explain object referencing
on blur.
3, Explain on focus and
6 Explain Navigator Objects.
examples.
1. Explain variables and operators with
with examples.
8. Explain arrays and functions
script closures.
9. Explain strings and java
10. Explain XML DTD.
Directives.
11. Explain Angular JS
JS.
12. Write features of Angular
Section -B
4x 12 =48]
using internalchoice.
LAnswer the following questions
multi media. i) How to
create forns?
images and
B. (a) i) Explain links, [ORJ
with examples.
and un ordered lists
(b)Explain ordered
with examples.
14.(a) Explain CSS
[OR)
over.
,on mouse move, on mouse
submit, on click, on load, on erTor
(b) Explain on
Explain conditional statements and loops with examples.
15.(a) [ORJ
short notes on Event Handling.
ExplainDOM. ii) Write
i).
(b) Document Structure and XML
Schemas.
ExplainXML
16. (a) [OR]
AngularJS Expressions and Modules with examples.
Explain
(b) ***********
Code No. 23M103/NCProg.C
Nizam College (Autonomous)
Faculty of Informatics
B.C.A. I-Semester Examinations, May - 2023
Programming in C
Time: 3 Hours Max. Marks: 80
Section -A
LAnswer any EIGHT ofthe following questions. [8x4=32]

1. What is the use of printf) and scanf) functions? Also explain format specifiers?
2. What is the difference between struct and union in C?
3. List the Dynamic memory management functions in Cprogramming.
4. What is a nullpointer? What is its use?
5. What is difference between compiler and interpreter?
6. How is a function declared in C language?
7. Differentiate between call by value and call by reference?
8. What is the diference between variable and array?
9. What is typecasting with syntax?
10. Define two Dimensional Array with syntax.
11. Explain the following string handling functions: (i) strcpy() (ü) strlen()?
12. Explain about the fopen, fclose, feof, fprintf functions?
Section -B
IL Answer the following questions using internal choice. [4 x 12 = 48]

13. (a) What is the use of algorithms developing a program? How is it different from flowcharts?
[OR]
(b) Explain the following: (i) Machine Language (ii) Assembly Language (ii) Low and High-Level
Languages (iv) Procedural and Object-Oriented Languages.

14.(a) What is an operator? Explain the relational, logical, and assignment operators in Clanguage.
[OR]
(b)Discuss in detail with examples differences between all the storage classes.

15.(a) Write a Cprogram to read n unsorted numbers to an array of size n and pass the address of this
array to a function to sort the numbers in ascending order using bubble sort technique.
[OR]
array argument to a function. Consider the problem of
(b) Write a program to demonstrate passing anarray.
finding largest of N numbers defined in an

16 (o) write a C program to maintain a recordof "n" student details using an array of structures with four
all number, Name, Marks, and Grade). Each field is of an appropriate data type. Print the
marks of the student given student name as input.
[ORJ
(b) Definethe following terms i)Typedef statement ii)Enum and Explain the following functions in
ftell())(i) rewind( )(iv) fopen()
files:(i) fseek( ) (ii)
CODE NO. 23M204/NCDC
NIZAM COLLEGE (AUTONOMOUS)
FACULTY OF INFORMATICS
B.C.A, II- SEMESTER EXAMINATIONS, MAY -2023
DATACOMMUNICATIONS
TIME:3 HOURS MAX. MARKS:80

SECTION-A
LAnswer any EIGHT of the following questions. [8x4=32]
1. What are the advantages of intermet and explain data communications?
2. What the categories of net works?
3. Write the difference between NRZ-L and NRZ-I.
4. What are Guided and Un Guided media?
5. What are Transmission Impairments?
6. Short note analog and digital transmission.
7. How CRC is used for eror checking?
8. What are the types of errors with examples?
9. Define Flow Control.
10. How is interference avoid by using FDM?
11. Differentiate between erTOr detection and error correction.
12. What is Synchronous time division
multiplexing?

IIL.Answer the following questions using


SECTION-B
internal choice. [4x 12 = 48]
13. (a) Explain the OSI model of net work
communication witha neat diagram.
[ORJ
(b) What is the need for protocol
architecture? Explain TCP/IP protocol architecture.
14.(4) Explain digital data to digital signals.
[OR]
(b) Explain about analog and digital data
transmission.
I$.() Write about error detection
techniques and difference between Asynchronous and
Transmission. Synchronous
[ORJ
b) Explain high level data link control
(HDLC) protocol.
l6.(4) Explainfrequency division multiplexing:
[OR]
b) Explain time division
multiplexing
CODE N0. 23M204/NCIACN
NIZAM COLLKGE (AUTONOMOUS)
FACULTY OF INFORMATICS
BC.A. I- SEMESTER EXAMINATIONS, MAY -2023
ADVANCED COMPUTER NETWORKS

TIME: 3HOURS MAX. MARKS:80

SECTIONA
LAnswer any EIGHT of the following questions. (8 x4=32)

1. How does DTN works?


2. Disadvantages of overlay networks?
3. What are high speed communication networks?
4. Disadvantages of Client/Server networks?
S. Diference between circuit and packet switching?
6. What are the benefits of ATM?
7. What is a subnet mask?

8. What are the challenges to intemetworking?


9. Draw IPV4 Frame Work.
10. What are the principles of Congestion control?
11. What are the components of SNMP?
12. Uses of Domain Name System?

SECTION-B
IL Answer the following questions using internal choice.
[4x 12 =48]
13. (a) Explain about routing overlays ,peer to peer networks and content
distribution networks?
[OR]
(b) Explain about 1) Ethernet 2) Multiple Access Networks.
14.(a) Discuss about exploring broad band Integrated service digital
network layer and Adaptation layer?
[OR]
(b) Explain about requirement, traffic sizing
characterstics and protocols of traffic engineering.
15. (a) Discuss about ICMP and IGMP?

[OR]
() Wite short notes oni) DVMRP ii)MSDP
l6. (a) Discuss about Q0S concepts, How to
achieve Q0S in Congestion Control and its types?
[ORJ
(b) Explain about SSL/TLS in detail?

tttttttttt
CODE NO. 23M202/NC/OBP

NIZAM COLLEGE (AUTONOMOUS)


FACULTY OF INFORMATICS
B.C.A. II-SEMESTER EXAMINATIONS, MAY - 2023
OBJECT ORIENTED PROGRAMMING

TIME: 3 HOURS MAX. MARKS: 80

SECTION -A
LAnswer any EIGHT of the following questions. [8 x4=32]l
1. Write structure of C+program.
2. Discuss about procedure oriented programming.
3. What is scope resolution operator? Explain.
4. Demonstrate if.else statement with a program.
S. Explain about default arguments.
6. What is online function? Explain.
7. Write about copy constructor with the help of a program.
8. Write about inheritance with its types.
9. What is this pointer? Write its applications.
10. Ilustrate polymorphism with an example.
11. Write rles for overloading operators.
12. What is a template? How does it work?
SECTION-B
IL Answer the following questions using
internal choice. [4x 12 =48]
13. (a) Explain C++ data types with examples.
(OR]
(b) Discuss about object oriented programming its
concept, benefits and applications.
14. (a) Explain else if ladder and nested if
decision statements with example programs for each.
[OR)
(b) Explain friend function with the help of
example program.
15. (a) Explain overloading of Binary
operators using C+H program.
[ORJ
(b) Explain about multilevel
inheritance with the help of C++ program.
16. (a) What is Run time polymorphism? Write a C++
program using virtual function.
[OR]
(b) What is an exception? Describe
exception handling mechanisms with examples.
CODE N0. 23M201/NCFPS-NEW
NIZAM COLLEGE (AUTONOMOUS)
FACULTY OF INFORMATICS
B.C.A. II -SEMESTER EXXAMINATIONS MAY- 2023
FUNDAMENTALS OF PROBABILITY AND STATISTICS
(TIME: 3 HOURS) (MAX. MARKS: 80)
Section -A

L.Answer any EIGHT of the following questions. (8x4=32)


1. Define population and sample
2. What is a moment?
3. Write about Kurtosis.
4. What is the probability of drawing either aking or aspade from apack of cards?
5. Define statistical probability.
6. What is the probability of having 53 Tuesdays in a leap year and non leap year?
7. Show that Cov(aX,bY}FabCov(X,Y)
8. Ten coins are thrown simultaneously. Find the probability of getting 4 heads.
9. Define distribution function and its properties.
10. Define regression and its properties.
11.What is Positive and negative correlation?
12. Give the conditions for validity of Chi square test.
Section -B
I. Answer the following questions using internal choice. (4x12=48)
13.a) Calculate Quartile deviationfrom mean for the following data.
Marks 0-10 10-20 20-30 30-40 40-50 50-60 60-70
No.Of Students 6 5 8 15 7 6 3
Or
b) Define secondary data. Write about its collection.

14. a) State and prove Bayes theorem.


Or
b) Define conditional probability. A box contains 5 red balls and 3 white balls. A
second boX contains 4 red balls and 4 white balls. Two balls are drawn at random
from the first box and placed in the second box. Then one ball is drawn at random
from the second box. What is the probability that this ball is red?

15.a) () Find the expectation of the number on adie when thrown.


(ü) Two unbiased dice are thrown.Find the expected values of the sum of numbers
of points On them.
Or
b) IfX is normally distributed with mean 12 and standard Deviation 4. Find the
following probabilities
a) P(X<-20) b) P(X>-20) ) P(0<=X<=12)

16. a) Calculate the Correlation coefficient to the following data.


28 28 28 30 30 33 35 38
X 23 27
22 27 24 29 27 26 28 29
Y 18 20
Or
the bolts with average diameter of 21 mm. A
random
b) Afactory is producingmean diameter of 22.6mm and standard deviation 3
sample of 25bolts has a af
been drawn trom population at 5% level
Can we assume that the sample has
significance.
CODE NO. 23M203/NC/DSC

NIZAM COLLEGE (AUTONOMOUS)


FACULTY OF INFORMATICS
B.C.A. II -SEMESTER EXAMINATIONS, MAY - 2023
DATA STRUCTURES WITH CPP
TIME: 3 HOURS MAX. MARKS: 80

SECTION -A

I. Answer any EIGHT of the following questions. [8 x4-32]


1. List out the uses of Data Structures.
2. Define Abstract Data Type and mention its features.
3. Explain the advantages of linked list over array.
4. What is the linked list? List out its types.
5. Define Stack. Write the routine to pop a element from a stack.
6. List the applications of queue.
7. Explain Binary search tree.
8. Define Binary Tree with its properties.
9. Define Collision.
10. Explain the types of Graphs.
11. What is insertion sort? How many passes are required for the elements to be sorted?
12. Explain linear search.

SECTION-B
I. Answer the following questions using
internal choice. [4 x 12 = 48]
13.(a) Explain operations on array with an
example.
[OR]
(b) What is a String? Explain string
operations with the help of a program.
14.(a) Explain the steps involved in
with an example. inserting and deleting an element into a single linked list
(b) Differentiate between a [OR]
Stack and a Queue. Explain queue
15. (a) Describe the operations using array.
different hashing functions with an example
(b) What is tree [OR]
traversal. Explain the in-order, preorder and
16.(a) Illustrate Breadth First
post-order traversal.
Search Method with an example.
(b) Explain Heap Sort with an [OR]
example.
****
Code No. 23MOS/NC/OSC
Nizam College (Autonomous)
Faculty of lnformatics
B.C.A. III- Semester
Examinations,May - 2023
Operating System Concepts
Time:3 Hours
Max. Marks: 80

Section -A
t any EIGHT of the following questions, (8 x4=32)
Vhat are the components of operating system?
what is a process? Draw and explain process state
Discuss the advantages ofthreads.
diagram.
Explain different types of CPU Schedulers.
i Write about hardware locks.
Why there is a need for deadlock avoidance. Explain.
1. Write about page table.
&How does demand paging affect the system performance?
0. What is thrashing? How it can prevented.
10. Explain file structure with an example.
11. What is file system recovery?
12.Discuss about program threats.

Section -B
1Answerthefollowing questions using internal choice. (4x 12 = 48]

13. (a) What is system call? Explain various system calls with examples.
[OR]
(b) Describe any two process scheduling algorithms with examples for each.
14. (a)What is critical section problem? Explain 3solutions with examples to solve critical section
problem.
[ORJ
(b) Explain Dead lock prevention techniques.
15. (a) What is continuous memory allocation? Discuss various types of continuous memory

management.
[OR]
(b) Describe disk scheduling algorithms.
mechanisms.
16. (a) Explain free space management
[OR]
authentication? Describe user authentication techniques.
(b) What is user
****ktt*
Code No. 23M303/NCIJP
Nizam College (Autonomous)
Faculty of Informatics
B.C.A. III - Semester Examinations, May -2023
Java Programming
Tine:3 Hours Max. Marks: 80
Section -A
LAnswer EIGHT of the following questions. (8x4=32]

keyword.
1 Write about final
Writeshort note on type casting.
? Write about access modifiers.
4
Write a short note on interfaces.
Write about abstract class.
5.
6 Define package. How to import packages in Java?
7. Write a short note on finally keyword.
8. Write about thread life cycle.
9. Write a short note on character streams.
10. Write about AWT class hierarchy.
AWT?
11. How to create Checkbox using
framework.
12. Write a short note on collection

Section -B
|4x 12 =48]
using internal choice.
II Answer the following questions
in detail.
13. (a) Explain OOPS Concepts
[OR]
(b) Discuss various
operators available in Java.
concept in detail.
14. (a) Discuss inheritance
[OR]
methods with suitable example.
(b) Explain string class
Java?
handle the exceptions in
15. (a) How to
[OR]
streams in detail.
(b) Explain byte
mechanism in Java.
event handling
16. (a) Discuss the
[ORJ
available in Java.
What is AWT? Briefly explain various AWT controls
(h)
Code No. 23M302/NCIAM - BL
Nizam College (Autonomous)
Faculty of Informatics
B.C.A. III -Semester Examinations May -2023
Applied Mathematics -]
Tine:3 Hours
Max. Marks: 80

Section-A
(8x4-32)
LAnSwer any EIGHT of the following Ouestions.
1
1 Find the domain of the function f(x, y) = logx+ log y
example to it.
2. Define homogeneous function of two variables and give one
ôz
3. Find, where z=e" sin by.
ty
4. Find the total differential of the function f(%,y) =8r'y' -*y'.
minima of function of two variables.
5. Describe the method of finding maxima and

6. If z=x+y+y',x=s+t,y=s-t then find Os

7. Define vector space and subspace.


26+3c
Find vectors u and v such that
form -5
8. Let w be set of all vectorS of the
| 2c
w= span{u, v}.
kernel of a linear transformation.
9. Define linear transformation and
10. Define dimension of Nul A and Col A.
11.lIf a 4x7 matrix Ahas rank 3, find dim nulA, dim rowA.
3
Are u and v eigen vectors of A?
12. Let A= and v=

Section-B

internal choice. (4x12=48)


II. Answer the following questions using the
u u
13. (a) Verify that where u = xsin y +ysin x.
ôxôy ôyôx
(OR)

y'+y Gu Qu
show that x. +y tan u.
(b) If u= sin ßy
x+y
14. (a) Prove that if y'-3ax?+x =0,then
d'y,2a'x? =0.
du? y
(OR)

b) Expand the function f(x, y) =x + y-y² by Taylor's theorem in powers of (x-I) and
(y+2).
15. (a) i) Showthat H =span{v,, v,} is asubspace of V, given vectors v, and v, in a
vector space V.
i) Prove that intersection of two subspaces is again asubspace.

(OR)
|1 0 -2 -2
(b) Find the basis for the nulspace of given matrix A=|0 1 1
|3 -1 -7 3

[S -2 6 -1|
16. a) Find characteristic equation of A= 3 -8 0
5 4
0 0 0 1

(OR)
(b) i) Is 2=2 an eigen value of 32|
?
38 Whyor why not?
i) Prove that the eigen
values of a triangular matrix are the
entries on its main diagonal.
Code No. 23M301/NCICA
Nizam Colege (Autonomous)
Faculty of Informatics
B.C.A. III - Semester Examinations, May -2023
Computer Architecture
Max. Marks: 80
ime:3 Hours
Section -A
[8 x 4=32]
any
Answer EIGHT of the following questions.
Discussaboutthe functional units of computer system.
1.
, Discuss the metrics to measure the system performance.
CISC.
3, Compare RISC and
advantages.
A What is Pipelined execution? Discuss its
5. Discuss about Data path.
complete instruction.
6. Write the steps to execute a
ROM.
1. Discuss about different types of
8. Write notes on DVD technology.
devices.
9. Discuss about magnetic tape
10. What are /O devices? Explain.
circuits.
11. Describe about Interface
12. Write notes on USB.
Section-B
|4x 12 =48]
internal choice.
IIL Answer the following questions using
Instructions and Instruction sequencing.
13. (a) Explain briefly about
[OR]
(b)Discuss about various addressing modes.
control.
Hardwired control and Microprogrammed
14. (a) Discuss briefly about
[OR]
(b)Explain about Data
hazard and Instruction hazard.
memory and itsmapping functions.
15. (a) Explain about Cache
[ORJ
magnetic and optical storage devices.
(b) Explain various types of
Accessing /O devices.
16. (a) Explain about
[OR)
Interface.
SCSI Standard I/O
(b) Discuss briefly about
Code No. 23M304/NCIDD
Nizam College (Autonomous)
Faculty of Informatics
B.C.A.III Semester Examinations, May - 2023
Database Design
Max. Marks: 80
Time:3 Hours
Section -A
[8x4 =32]
LAnswerany EIGHT of the following questions.
DBMS?
1.
What is three tier architecture in
Write short notes on common database models.
model2
2 What are constraints in ER

4. Write the steps to convert an ER diagram to a relation.


5.
Write about 2" normal form.
6. What are the basic aggregate functions?
7. What is the need for ACID properties in DBMS?
8. Write about concurrent transaction in a database.
9. Explain briefly about MAC.
10. Write short notes on parallel database with an example.
11. What are the different types of,distributed databases?
12. Write short notes on middle ware systems.
Section -B
[4 x 12 = 48]
choice.
I. Answer the following questions using internal
models with their advantages and
13. (a) Explain about different types of databases and
limitations.
[OR]
diagram.
(b) Explain in detail three schema architecture with a neat
14. (a) Explain relational model in detail with suitable examples.
[OR]
(b)Discuss about INF,2NF,3NF,4NF and BCNF with suitable examples.
suitable examples.
15.(a) Explain transactions and schedules in detail with
[OR]
(b) Explain Authentication and Authorization in detail with suitable illustration.
databases.
16. (a) Explain distributed databases and types of distributed
[OR]
(b) Describe the collaborating server systems with suitable examples.
CODEN0. 23M402/NCIAI

NIZAM COLLEGE (AUTONOMOUS)


FACULTY OF INFORMATICS
B.C.A. IV-SEMESTER EXAMINATIONS, MAY- 2023
ARTIFICIAL INTELLIGENCE
TIME:3 HOURS MAX, MARKS: 80
SECTION-A
L.Answerany EIGHT of the following questions. [8 x4=32]

of AJ?
1 What are the applications
What are the rules for production system?
.Wite about Production System characteristics.
, What is agame playing? What are the characteristics of game playing.
s What are the approaches the knowledge representation?
6. Write about Natural Deduction.
7 What are the implementation issues of Non monotonic reasoning?
& Write about justification Based Truth Maintenance Systems in DFS.
9 Write about certainly factors and rule-Based system.
10. What is Rote Learning? What are the capabilities of Rote Learning?
11. What are the applications of Expert System?
12,What are the different types of Expert System Shell?

SECTION-B
IL. Answer the following questions using internal choice. [4 x 12 =48]

13. (a) Briefly explain about tic-tac algorithm.


[OR]
(b) Discuss the Problem Reduction algorithm in Heuristic search techniques.
14. (a) Explain about Min-Max search procedure.
[OR]
(b) Discuss the Representation Instance and ISA Relationships.
15. (a) Explain the implementation of Breadth First Search.
[OR]
(b) Discuss about probability and Bayes theorem.
16. (a) Briefly explain the Learning in problem solving.
[OR]
(b) Discuss representation of domain knowledge.

k**k***
NIZAM COLLEGE (AUTONOMOUS) CODE NO. 23M204/NC/CN
FACULTY OF INFORMATICS
B.C.A.IV.-SEMESTER
COMPUTEREXAMINATIONS, MAY -2023
NETWORKS
TNE:
3 HOURS
MAX. MARKS: 80
SECTION-A
EIGHTofthe following questions.
(8x4=32)
Discussthesservices ofLLC and MAC layers.
Diterentiatebetween unicast, multicast and broadcast addresses.
Diferentiate between CSMA/CD and CSMA/CA,
CIDR
Writenoteson
Eolain about BOOTP protocol.
Discuss about lGMP protocol.
Pxolain about Timer management.
Write short notes on TCP State diagram.
Discuss about BGP.
J0,Explain briefly about IO Multiplexing.
I1. Discuss about DNS.
12. Discuss about FTP.
SECTION-B
LAnSwer the following questions using internal choice. (4x 12 = 48)

13.(2) Compareand contrast Switched, Fast and Gigabit Ethernet.


[ORJ
with a neat diagram.
(b) Explain the architecture of Wired LAN IEEE 802.3
with an example.
14. (a) What is Logical addressing? Explain the concept of Subnetting and Supernetting
[OR]
(b) Explain about Distance Vector Routing.
management mechanisms of TCP.
15.(a) What is TCP? How it is different from UDP and explain Window
[OR]
socket system calls.
(b) Explain about primitive and advance
Socket options.
16.(a) Explain about UDP socket system calls and
[OR]
Protocol in detail.
(b) Explain about Simple Mail Transfer
CODENO. 2IM404/NCISE
NIZAM COLLEGE (AUTONOMOUS)
FACULTY OF INFORMATICS
BC.A. IV-SEMESTER EXAMINAT{)VS MAy - 2024
SOFTWARE ENGINEERIN
NM4X. MARKS: 8)
TRC:3HOURS

SECTION-A
(814= 32]j
EIGHT ofthe following questions.
r any
LAnswer

1.
Whatis unittest?
Explain about regression testing.
spiral model.
1 Discuss about
change management.
ADiscuss about process of requirement
architecture style?
s What is layer
relationships.
6 Write a short notes on ÜML
1 Discuss about architectural design principles.
8. What is Feasibility study?
9. What is Cost benefit analysis?
10. What is Stakeholder analysis?
11, How SRS is important in SDLC?
12. Discuss about state machine diagram.
SECTION-B (4x 12 = i
choice.
IL Answer the following questions using internal
Professional Practice.
13.(a) Write Code of Ethics and
[OR)
Development Process and its Stages.
(b) Explain about Software
Management Planning.
14.(a) Write about Requirements
(ORJ
of Software Requirement Specifications.
(b) Write about IEEE Standard
Computing in detail.
15. (a) Write about Cloud
[ORJ Object
is the Comparison between Top down Structured and
(b) What is Data Modeling ? What
Analysis?
Software Quality Assurance.
16. (a) Write about
[OR]
and System Testing?
(b) Write about Software Testing
CODE NO. 23M4SI2/NCIPI

NIZAM COLLEGE (AUTONOMOUS)


FACULTY OF INFORMATICS
BC.A. IV-SEMESTER EXAMINATIONS, MAY- 2023
PROFESSIONAL INTELLIGENCE
MAX. MARKS:40
TIME:2 HOURS

SECTION-A
[4X4-16]
FOUR questions.
L.Answerany

and its causes.


. Defne Conflicts
having self confidence.
Write about the dangers of not
sound pollution in colleges.
. Write a three minutes speech about controlling
grooming interviews.
A Write about the importance of
media for students.
s Write a few benefits of Social
substitutes of your choice.
6 Explain five one word
for the students.
1. Give some merits of Instagram
companies.
8. Define Content development for the software

SECTION-B
[3X8=24]
using internal choice.
IL. Answer the following questions

successful professionals.
9. a Write a speech about Young
OR
field of Social Media for youth.
b. Explain few opportunities in the

10. a. Prepare your CV.


OR

Grooming.
b. Discuss the demerits of bad

Wealth'.
11. a. Write about Wellness is
OR
Student beneficial Websites.
b. Mention the methods of developing content for the
CODENO. 23M403/NC/DSUP
NIZAM COLLEGE (AUTONOMOUS)
FACULTY OF INFORMATICS
B.C.A. IV- SEMESTER EXAMINATIONS, MAY-2023
DATA SCIENCE USING PYTHON
ME:JHOURS MAX. MARKS:80

SECTION-A
anyEIGHT ofthe following questions. [8 x4=32]
AnsWer science?
data What are data science components?
Whatis
Whatarethe diferences between data science and business intelligence?
arethe challenges of data science?
3 What
Discussabout
nestediif conditions in python?
4
1 Discussabout functions in python?
Write anyfour string functions in python.
nested lists?
1 How to create
What is dictionary and how to create dictionary?
oWhat is immutability of strings in python?
What is the purpose of numpy library?
I1. What computations can perform on numpy library?
12. What is data frame?
SECTION-B
choice. (4 x 12 = 48]
I. Answer the following questions using internal applications of data science?
13.() What are the tools and challenges of data science? List
[OR]
interpreter?
(b) What are the features of python? Explain about python
example program?
14. (a) Explain about different looping statements in python with
[ORJ
python? Explain about operator precedence
(b) What are expressions, input and output statements in
the differences between lists, tuple and
I5.(a) How to create lists, tuples and dictionaries? Discuss about
dictionaries?
[ORJ
methods?
(b) What is tuple? Discuss tuple operations and tuple
and fancy indexing?
16.(a) How to create numpy array? Write a python program to sort numpy array
[ORJ
(b) Illustrate aggregation and grouping in pandas with and example.
CODE NO. 23M401/NCID&CC
NIZAM COLLEGE (AUTONOMOUS)
FACULTY OF INFORMATICS
B.C.A. IV -SEMESTER EXAMINATIONS, MAY -2023
DISTRIBUTED AND CLOUD COMPUTING

MAX. MARKS: 80
ME:3
HOURS
SECTION -A
EIGHT of the following questions. [8x 4= 32]
amy
AnsWer

Mentionthe challenges in
Distributed System?
L. different trends in Distributed System?
WWritethe
2
1.DefineHeterogeneity?
types of Clouds?
,What are the different

5.
What arethe basic principles of Cloud Computing?
layers ofCloud?
6 What are
Cloud?
2 What is Hybrid
Virtualization?
g What is mean by
features.
9. Discuss VMware
Windows AZURE2
10 What are the roles available in
). What type of datais stored in
public cloud?
AWS?
12, State the importance of buffer in

SECTION-B
J4x 12 =48]
IL. Answer the following questions using internal choice.

Distributed System in detail?


13.(a) Discuss the diferent trends in
[OR]
Explain each model in detail.
for developing distributed systems?
(b) What are different types of models
Computing? Answer in detail.
14.(a) What are the Roots of Cloud
[OR]
cloud computing?
(b) List the challenges and security risks in
Virtualization 2)Virtualization of CPU.
15. (a) Write short notes on 1) Levels of
[OR]
server consolidation in data centers?
(b) Write about Virtualization on
Design and Interconnection Networks.
16.(a) Explain about Data Center
[ORJ
Azure cloud Platform.
(b) 1)Explain the features of the
management in cloud computing?
2)What are the challenges of resource

*******
CODE NO. 23M402/NCIAI

NIZAM COLLEGE (AUTONOMOUS)


FACULTY OF INFORMATICS
B.C.A..IV-SEMESTER
I EXAMINATIONS, MAY -2023
ARTIFICIAL INTELLIGENCE
ME:3HOURS
MAX. MARKS: 80
SECTION-A
EIGHTof the following questions. [8 x4=32]
any
wer
LAnsw

AJ?
What. etheapplicationsof
1.
the rules for production system?
What are

Write
W
abouttProduction System characteristics.
3.
playing? What are the characteristics of game playing-
What is agame
representation?
. What are the approaches the knowledge
Deduction.
KWrite about Natural
Non monotonic reasoning?
7 What are the implementation issues of
Maintenance Systems in DFS.
Write about justificationBased Truth
rule-Based system.
o Write about certainly factors and
capabilities of Rote Learning?
10. What is Rote Learning? What are the
System?
1. What are the applications of Expert
System Shell?
12.What are the different types of Expert
SECTION -B
(4x 12 =48]
using internal choice.
I.Answer the following questions
algorithm.
13.(a) Briefly explain about tic-tac
[OR.
algorithm in Heuristic search techniques.
(b) Discuss the Problem Reduction
search procedure.
14. (a) Explain about Min-Max
[OR]
Instance and ISA Relationships.
(b) Discuss the Representation
Explain the implementation of
Breadth First Search.
15. (a)
[OR)
Bayes theorem.
(b) Discuss about probability and
in problem solving.
16. (a) Briefly explain the Learning
[OR]
domain knowledge.
(b) Discuss representation of
Code No. 23MS01/NCPUA
Nizam College (Autonomous)
Faculty of Informatics
B.C.A. V-Semester Examinations, May - 2023
Programming Using ASP.NET
Hours Max. Marks: 80
Section -A
EIGHT of the following questions. [8 I4=32]

down features of ASP.NET?


Wnte
1 WhatisNameSpace?

explain any two server controls in ASPNET


: Briefly roleof(Validation controls in Webpage?
! Whatis
Ernlain four properties of Drop Down List. content in ASP.NET?
bich are the different ways in which you can separate code and
6 HTML and XML?
1 Whatit is the predominant distinction between
XML2
8 Whatis validation?
9 What is meant by
view and Datagrid.
10 Write differences between Grid
RepeaterControl.
11. Write the uses of
registration form in ASP.NET?
12,How to create a user
Section -B
[4 x 12 =48]
choice.
LAnswer the following questions using intemal
IIS Servers.
Server? Explain about APACHE and
13. (a) What is Web
[OR]
CLR in ASP.NET.
in detail role of
(b) What is CLR? Explain example.
Validation Controls in ASP.NETwith
14. (2)Explain [OR] directives.
ASP.NET and write advantages of
types ofdirectives in
(b)Explaindifferent HTML server controls
in ASP.NET?
HTML and explain the
15.(a) What is [OR]
example?
Controls and explain with
ASP.NET Validation Control2
(b) What are and explain the steps in User
user Control
16. (a) What is the [OR]
Bound Controls and Explain
in detail?
Data
(6) What are
*******
ILAnswer 12. 1. 10. about7.
0 Explain 5. 4 : 2 SpitHours
15. 14. 13.
16. Feature
points. (a) (b) (a) What When What WriteDescribe Discuss Discus What Explain Discus Discus
(h) (a) (b) (a) (b) Explain are
WhatExplain WhatExplain the are is are about
What ExplainExplain testing about about aboutsoftware eabout about about
is are following differentMeasurements Test t
EIGHT
are a about t Test Information
cost Quality B.C.A.
in thetest different Function how Process Testing Cycl omatic Tof
different detail role complete?
plan? Quality Total types management. Adequacy metrics?) of the
about of levels
questions and and quality. Standardsfollowing V-Semester
types three Explain Points Quality of and (Autonomous)
College
Nizam
can engineering.
of be
Debugging Complexity. Discuss
reviews? Milestones? Engineering. Software
Testing
QualityInformatics
Facultyof
of
Software groups and using Criteria.
reviews? [OR] [ORJ about testing [ORJ [ORJ
improvedManagement
Feature about questions.Section A-
in
t***** Contiguration Test Test and internalSection-B goals.
Expla1n Points with its Examinations,
planning pldifferent
an
Principles choice. categories.
various atachments. ?
methodologies.
management and types Explain
components Policy of in
testing. how detail.
to
May
process.
development. compute
of
-202323M504NCISQTCodeNo.
a
review Function
plan. =48](4x 12 Marks:
Max.80
points [8x4=32]
and
Code No. 23M503/NCIDS-R
Nizam College (Autonomous)
Faculty of Informatics
B.C.A. V-Semester Examinations,May -2023
Data Science Using R
Max. Marks: 80
J Hours
Section -A

EIGHT ofthefollowing questions. [8x 4=32]


comparison between Python and Rprogramming.
Discussthe
packageinR?
Whatisa
the procedure to write Rscript to combine two data sets.
Explain
:
Hoowto
creates objectsin R. explain with example?
!
reorder data frames in Rprogramming?
Howdo you
5
Explain R-Matrix in R.
distribution.
1Definedata
-10to 10 with a difference of 0.1.
Write a R-Program for creating asequence of values between
statistics.
A Discuss about cumulative
10. Explain Bar charts with example.
visualization?
11. What are the advantages of data
12. Explain simple regression.
Section -B
[4 x 12 = 48]
L.Answer the following questions using internal choice.
features of R- prograrmming in detail.
13. (a) What is R-Programming? Discuss history and
[OR]
R-Programming in detail.
(b) Discuss about different packages in
insert and access elements from the list discuss with
14.(a)Define R-list. Explain how to create,
example.
[OR]
(b) Define Vector. Explain various types of vectors with example.
vectors in detail with example.
15. (a)Explain summary statistics for
[OR]
parameters. (any 5)
(h) Define Histogram. Discuss how to create histogram with the help of various
specified data,
16. (a) Explain pie charts and write a program for creating Pie chats using
[OR]
h) Explain in detail about K-mean clustering in R using data set.
k**k***k**
Code No. 23MS02/NCIUP
Nizam College (Autonomous)
Faculty of Informatics
B.C.A. V- Semester Examinations, May - 2023
Unix Programming
Mours Max. Marks: 80
Section - A
EIGHTofthe following questions. [8x4=32]

Whie
different UNIX commands.
DlainVIeditor.

1security and file permissions.


Explaincommand execution and line editing.
4
Explainvariables and i predefined
variables.
í
6Howtodisplay beginning and end of files, also explain cut and paste.
. Evolain associative arrays in awk.
Explain strings in awk.
Explain awk and sed applications.
10 Explain the overview of PHP
11.Explain operations and expresions in PHP.
12. Explain Files in PHP.
Section -B
LAnswer the following questions using internal choice. [4 x 12 =48]

13.(a) Explain the architecture and file system ofUNIX.


[OR]
(b) Explain file handling utilities and disk utilities. i) Write different net working commands.
14. (a) i) How to concatenate and compare files. ii) Explain UNIX session and sorting.
[OR]
(b) i) Explain filters and pipes. ii).Explain shell/environment customization.
15. (a) Explain awk execution, scripts, operations, patterns and actions.
[OR]
(b) i) Explain grep operation, grep family and searching a file content.
i) Explain sed scripts, operation and address.
16.(a) i) Explain syntactic characteristics of PHP. ii) Explain functions and pattem matching.
[OR]
( ) Explain different control statements in PHP. i) Explain cookies and
session tracking.
********k**
Code No. 23M505/NCIMAD
Nizam College (Autonomous)
Faculty of Informatics
B.C.A. V-Semester Examinations, May -2023
Mobile Application Development
Tine:
3 HoUrs Max. Marks: 80
Section - A
any
LAnswer
EIGHT of the following questions. [8 x4=32]
Antennas.
Write short notes on
1.
FDMA
2 Discussabout
CompareInfrared with radio transmission.
3.
delivery,
ADiscuss IP packet
networks?
( Explain about Adhoc
Discuss about transmission timeout freezing.
1 Describe the basic content of WM Document model.
Wite about Wireless binary extensible markup language.
9, Write about application security.
10. Write short notes on selected WML elements.
11.What is WML script? Discuss its purpose.
12. What is Push messaging?
Section -B
I. Answer the following questions using internal choice. (4 x 12 =48]

13. (a) What is Spread Spectrum and Signal Propagation? What are the main benefits of aspread
spectrum? How can spreading be achieved?
[OR]
(b) Discuss about IEEE802.11 and Bluetooth Architecture.
14.(a) What is IP packet delivery? Discuss about Agent Advertisement, Discovery and Registration.
[OR]
(b) Explain about Transmission timeout freezing and transaction oriented TCP.
15. (a) Give an overview of WAP Architecture and its Components.
[OR)
(b) Discuss about WML events, task and binding variables.
16. (a) Discuss about Structured Usability methods and User Interface Design Issues.
[OR]
(b) Discuss about Wireless Telephony applications in detail.

***********
Nizam College (Autonomous) Code No. 23MS07/NC/DM
Faculty of lnformatics
B.C.A. V-Semester
Time:3 Hours DataExami
Miningnations, May -2023
Section -A Max. Marks: 80
EIGHT of the
any
Answer
following questions.
[8 x4=32]
,nefine data mining

2.
nescribe difterent types of Data.
arethe kinds of
3. What patterns can be mined.
4 Discuss basic statistical description of data.
5, Describe closed| item set with an
example?
6 What is frequent item set with an example?
, Discuss about
classification and prediction.
0 Discuss about
Decision tree with a simple example.
9. State and prove Baye's Theorem.
10. Write a short note on cluster
analysis.
11. Discuss about Partitioning cluster
method.
12. Write a short note on outliers.

Section -B
L Answer the following questions using internal choice.
(4x 12=48]
13. (a) Explain about major issues in data mining.
[OR]
(b) Illustrate Data Mining Tasks.
14. (a) Explain about association rule mining as two step process with
example.
[OR]
(b) Explain about Frequent item set mining methods.
15. (a) Explain about Rule based classification with example.
[OR]
(b) Explain about Support vector machine with example.
16.(a) Explain Density based cluster method with example.
[ORJ
(b) Explain about Data mining trends.

********k**
CODE NO. 23M603/NC/BDA

NIZAM COLLEGE (AUTONOMOUS)


FACULTY OF INFORMATICS
B.C.A. VI- SEMESTER
EXAMINATIONS, MAY - 2023
BIG DATA ANALYTICS

TIME: 3 HOURS
MAX. MARKS: 80

L. Answer any EIGHT of the SECTION-A


following questions. [8 x4=32]j
1. What is parallel
processing in big data?
2. How cloud computing and big
data related?
3. What is big data?
4. Discuss about the history of
hadoop.
5. What is the functionality of
combiner in Mapreduce?
6. Draw a simple diagram for Map reduce job.
7. What is the purpose of job-tracker in mapreduce?
8. Differentiate between name node and
secondary name node functionality.
9. Discuss about the HDFS blocks.
10. What are the benefits of Pig Latin?
11. What is the purpose of Hbase in hadoop?
12. List any three HDFS file operations.

SECTION -B
IL Answer the following questionsusing internal choice. [4x 12 =48]
13. (a) Discuss the problems with old technologies and key trends with big
data.
[ORJ
(b) Explain predictive analytics in big data. How hadoop helps in processing big data?
14. (a) Explain about the hadoop ecosystem.
[ORJ
(b) Explain about Map reduce framwork.
15. (a) Explain about Hadoop distributed file system with neat diagram.
[OR]
(b) Explain job execution steps using name node, job-tracker and map reduce jobs
16. (a) Explain storage system of Hadoop HDFS, Hive and Hbase.
[ORJ
(b) Explain data transmission with Scoop and PIG.
16. 15. What14.(a) 13. I. Answer L
(b) (a) (b) Explain
(a) about(b) (b) (a) Answer 12. HOURS
TIME: 3
Write 11. 10. 9. 8. 7. 6. 5. 4. 3. 2. .
Explain Write Explain How Explain Write Interfacing
external What Define Write Define
WhatExplain What Define Write Define
briefly are does the EIGHTAny
about briefly about wireless following about are e
arRESTful is
about loT
the loT about
about about the
Raspberry
controlling Command
about python IoT Audrino . role loT with
Linux about Interfaces.
RaspberryPI Influence Python
Aplreading B.C.A.
physical sensor With of an the of
FileCommunication questions communication
Cloud
distributions web for
pi. example.
system networks. outputs on line API. inputsgadgets questions.
following (AUTONOMOUS)
VI- COLLEGE
NIZAM
application devices the Pi. Arguments?
Pi. INFORMATICS
FACULTY OF
development Server SEMESTER
using using using from usingPi. INTERNET
THINGSOF
[ORJ for [OR] [OR] and [ORJ in
Pi SECTION-B
internal Raspberry pins. modes.
Pi. API's framework end loT. SECTION -A
and
in points? of EXAMINATIONS,
Linux. Cloud. Smart choice.
with
pi?
cities?
an
example.

MAY-

2023
MARKS:
MAX.80
(4
x 4-32) [8
x
12
=48]
IL
16. 9. 8.
1
15.(a) 14. 13.()Answer 12. 11. 10. 5. 4.Define 3. 2. Answer
7. 6.steganography. 1. HOURS
TIME: 3
(b) (a) (b) (b) i) (a) (b) What Write Define What Write Define Write What What What Write
Explain ExplainExplain ExplainExplain Explain Explain i) Explain the any
How isabout one is the about is is isabout
following Kerberos triple message public cipher one EIGHT
secure to features
web Difie-Hellman digital
electronic keysubstitution, types ISO way synchronous time worms
management generate DES?
security Authentication hash authentication key feed of
hash signature questions
of protocol? of pads? B.C.A.
AES. length? back? and the
code keys, attacks, functions.
protocols, algorithm and viruses.
following VI
stream. (ELECTIVE-I)
NETWORK
SECURITY
(AUTONOMOUS)
COLLEGE
NIZAM
key book, transferring
[ORJ [ORJ and [OR] store, also [OR] IP using INFORMATICS
FACULTY OF
SEMESTER
exchange RSA Spooling frame code
electronic and block back how questions.
internal (MAC).
ISDN. algorithm? to SECTION-B vwork.
replay, up, keys,
communicate and SECTIONA
algorithm. life
payments, verifying transpositionchoice. EXAMINATIONS,
cipher time

block and
e-cash using
destruction. and
chaining ciphers.
storing public 23M604/NCNS/BACKLOG
CODENO.
and
secure keys? key MAY
and
cryptography.
electronic self- 2023 -
synchronizing. MARKS:80
MAX.
[4x
x4=32] (8
transfer 12
48] =
(SET).
16. 1S. 1(a4). 13. Answer 12. 1 . 10. 9. 8. 7. 6. 5. 4.
(b) (a) (b) (a) (b) (b) (a) 3. L AnSWer
Explain Explain What WhatExplain DiscussDescribe Draw
Write What Write What What What Write What WhatDiscussExplain 2.Write HOURS
TIME: 3
the any
about are the is are are about are are the
is is andfollowing VPNs.. about
in about a quantitative about e
thfeatures the the the thevarious
brief Firewall? security in explain different
applications various
bestsecurity different ethical
characteristics EIGHT
access detail
about international questions softwaressecurity followingthe of B.C.A.VI-
education of practices questions. tf
about NSTISSC branches intrusion risk issues
protocols controlExplain risks policies types
of control structure. of (AUTONOMOUS)
COLLEGE
NIZAM
[ORJ using for related
of used
devices its
[OR] and and [ORJ laws the [OR]
Security security cryptography?
ofprevention in risks INFORMATICS
FACULTY OF
SEMESTER
for
security strategies. information. INFORMATION SECURITY
for working trainingcontrol digital information to
********
related internal for system
secure SECTION-B information
in Systems model. policy? SECTION-A
intrusion with strategies.
in forensics. system. information
to
communications. information information choice. security. EXAMINATIONS,
illustrations. security?
Development
detection security.
security?
security. security.
system.
Life
MAY-
Cycle.
23M601/NCAS
2023 CODENO.
MARKS:
MAX. 80
[4 4-32](8x
x
12
=48]
(b) 6(4) (6) 4.(a) (b) (a) 1.
3.Answer
(a)S. Explain(b)i) Internationalization.
Explain12. 1 . 10. 9. 8. 7. 6. 5. 4. 3. 2. 1. HOURS
1IME: 3
Explain i)
i) Explain i) i) i)
Explain i) i) ExplainDescribeExplainExplainExplain What WhatExplain How ExplainExplain LAnswer
WriteExplain ExplainExplain Explain Explain Write EIGHT
rany
the to
about a are are
a Scripting types, following the
short about theServlet java the JDBC JDBC resource the advantages,set Scriptlet the the Hidden work Statement
JSTL.SQL advantages property
features features
advantages, components with
note
networking advantages,
x.advantages
tags lifeservlet Program bundle form B.C.A.
Architecture. questions and ResultSet and the of
on cycle. and
disadvantages, of
Java
and of expression. field.
Tags, of package to class. get servlet? Prepared
offollowing VI
action disadvantages, of Hibernate. disadvantages (AUTONOMOUS)
COLLEGE
NIZAM
Server tag JSP servlet read using property. JDBC.
JSTL[OR] [OR] [ORJ [OR] interface? INFORMATICS
FACULTY OF
SEMESTER
in tags over the Statement.
Faces.
JSTL. and over internal questions.
Xml in servlet Data and ADVANCED
JAVA
*********k
javax. SECTION-B SECTION -A
JSP. CGI and from
use and
tags. of
?i)Explain ? use choice. use EXAMINATIONS,
servlet. i) Database. bean
Explain of
of cookies?
JDBC tag.
http
Architecture.JSP
package. sessionDrivers.

tracking
MAY
-
23M602/NCIAJ
CODEN0.
2023
mechanism.
MARKS:80
MAX.
[4
x [8
12 x
=48] 4
-32]

You might also like