0% found this document useful (0 votes)
67 views17 pages

5th Sem END B.C.A.

Uploaded by

Yashasvi rana
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
67 views17 pages

5th Sem END B.C.A.

Uploaded by

Yashasvi rana
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 17

-",="",:~,

,,
"j.'"

Roll No.

TBC-501
< ,

)
B. C.·A. (Fifth Semester)
End Semester EXAMINATION, 2017
- WEB TECHNOLOGY
Time: Three Hours. ] [ Maximum Marks: 100

\ Note: (i) This question paper contains two Sections.


(ii) Both Sections are compulsory.
Section-A
~

1. State True or False: (l xS=S Marks)


(a) An example of a file extension is .htm.
(b) The largest and most widely accessed
network is the Internet.
(c) Online profiling is a marketing technique
used to collect online data about consumers.
(d) Employers must notify· employees before
reading their e-Mail messages.
(e) Corporate presence and e-Commerce
websites are categorized as informational
websites.
2. Attempt anyfive parts : (3xS=lS Marks)
(a) Define URL.

C-32 P.T.O.
II
(2] TBC-5u [3]

(b) What is DNS server? r. (c) What is web domain ? If you see a web
(c) What do you understand by Gateway? address on a magazine, to which web page
does it point?
(d) What is the W3e and what does it do ?
5. Attempt any two parts of choice from (a), (b)
(e) What is web browser? Give examples. and (c). (lOx2=20 Marks)
(f) How to adjust width and height of an Image (a) Explain <img sre> and <a href>, How to
inIITML ? create links to sections on the same page in
) HTML?
(g) What is the difference between Java and
JavaScript ? (b) Give introduction to Internet and write about
security aspects of Internet.
Section-B '"
(c) How to differentiate between Local and
3. Attempt any two parts of choice from (a), (b) Global variables in JavaScript ? Define DOM
and (c). (lOx2=20 Marks) ~ methods.
~ i
(a) What do you mean by JavaScript ? Explain i 6. Attempt any two parts of choice from (a), (b)
pattern matching in JavaScript. and, (c). (lOx2=20 Marks)
1 i
,
(b) What do you mean by PHP ? what is the (a) , What do you mean by ess ? What is a class
latest version of PHP in industry level ? & ID in ess ? Explain the properties of ess.

(c) What do you mean by web browser and web (b) Explain the different types of pop-up boxes
application ? Define cookies. you can create in JavaScript.
(c) How to get the contents of an input box using
4. Attempt any two parts of choice from (a), (b)
JavaScript ? How to detect the operating
and (c). (lOx2=20 Marks)
system on the client machine?
(a) What is XML ? Explain its features. How is
it differ from XHTML ?

(b) What is HTML validation ? Do you ever


validate your HTML ? Why ? TBC-501 120
C-32 C-32
,---_. ------- -.----

Roll No.

TBC-502
B. C. A. (Fifth Semester)
End Semester EXAMINATION, 2017
PROGRAMMING IN JA VA
Time: Three Hours] [ Maximum Marks: 100
'»0

Note: (i) This question paper contains two Sections.


(ii) Both Sections are compulsory.
Section-A
1. Fill in the blanks/True-False : (1x5=5 Marks)
(a) Statements in a(n) block will be
executed regardless of whether or not an
exception is thrown.
(b) In a two-dimensional array, all of the rows
must have the same number of elements,
(TrueJFalse)
(c) In Java, a library of classes is
called .
(d) nextInt and nextLine are two methods of the
................. class in Java
(e) When a program will be appending to a file
rather than creating a new file, the string
C-32 P.T.O. II
[2] TBC-502 [3} TBC-502

; append" should be added as a second (c) What is exception-handling ? Write a


parameter to the constructor for program in java to read a numbb~' froM user
FileOutputStream. (True /False)
and check number is prime or
Ao't. If entered
2. Attempt any five parts: (3x5=15 Marks) number is negative or zero: then create your
('. ;-.-:

(a) Explain WORA, JVM and JIT. own exception to handle error arid print an
,
(b) What is function overloading ? What things error message. '-' .
• should be kept in mind while overloading a ) ~,_ e J. 'I \' ~}

function? 4. Attempt .any two parts of choice, fr.<?Pl(a), (b)


(c) What are static variables/methods? What is and (c). (lO~2?~O
'~'..."'~.. ....• Marks)
,

the other name given to them ?


(a) What do you mean by Multithreading,'?
(d) Write a program to find top two maximum Explain with suitable diagram and with a
numbers in the given array.
Java program working of Thread and Thread
(e) How are Strings different from StringBuffers ? life cycle.
Name any three StringBuffer functions.
(f) Write a java program to read data from a file (b), What are the differences between Array and
and display on the console. Vector? Write a Java program to read two
(g) Explain with an example how garbage matrices from user and display
collection is done in Java.' multiplications of these two matrices.
Section-B (c) Explain the different uses and applications of
3. Attempt any two parts of choice from (a), (b) collections. Write a Java Program or
and (c). (lOx2=20 Marks) algorithm to show the working of iterator
(a) Explain the different features of Java. over Array List.
Explain the various control statements with
example in Java. 5. Attempt any two parts of choice from (a), (b)
(b) Define Inheritance. What are access and (c). (lOx2=20 Marks)
specifiers ? Draw a table showing all the
access specifiers and their accessibility in the (a) Define IDBC and IDBC Drivers each with
class, package, subclasses and other suitable diagrams. When we will use
packages. MetaData and when ResultSetMetadata ?

C-32 C-32 P.T.O.


[4] TBC-S02
I; i
::1"\1'.•.•

1:';: fl:?lj' What-ere the differences between character


h91_'~.1~ I, stream and byte stream ? Write a Java

JU (.~. program to read a student record through


n lrH1 I ikeyboard and write this student record into a
file. ,',
')
r-\ ~c) E?'Plain RMI architecture with suitable
,.J \. diagram. Explain all steps to 'write, compile
and run of a rmi program.
\, "1 •

6. 'Attempt any two parts of choice from (a), (b)


and (c). I (lOx2=20 Marks)
(a) Define Servlet and Servlet life cycle with
diagram. Write a servlet program to print A.

"Welcome in Graphic Era University".


(b) Write a JDBe Java program to read an
employee records through keyboard and
insert this complete record in to employee
table.
(c) Explain the following :
(i) Uses of cookies and session in servlet
(ii) JSP

TBC-502 120

C-32

,.
.•..•.. ~ ..~~,

"- ~

Roll No.

TBC-5-01
)
B. C. -A. (Fifth Semester)
End Semester EXAMINATION, 2017
- WEB TECHNOLOGY
Time: Three Hours] _ [ Maximum Marks: 100
Note: (i) This question paper contains two Sections.
.~.
1. (ii) Both Sections are compulsory. "'-
Section-A
1. State True or False: (1xS=S Marks)
(a) An example of a file extension is .htm.
(b) The largest and most widely accessed
network is the Internet.
(c) Online profiling is a marketing technique
used to collect online data about consumers.
(d) Employers must notify· employees before
reading their e-Mail messages.
(e) Corporate presence and e-Commerce
websites are categorized as informational
websites.
2. Attempt anyjive parts: (3xS=lS Marks)
(a) Define URL.

C-32 P.T.O.
II
(2J TBC-5u ,.' .1 (3J

(b) What is DNS server? (c) What is web domain ? If you see a web
(c) What do you understand by Gateway? address on a magazine, to which web page
does it point?
(d) What is the W3C and what does it do?
5. Attempt any two parts of choice from (a), (b)
(e) What is web browser? Give examples. and (c). (lOx2=20 Marks)
(t) How to adjust width and height of an Image (a) Explain <img sre> and <a href>. How to
inHfML ? create links to sections on the same page in
(g) What is the difference between Java and HTML?
JavaScript. ? (b) Give introduction to Internet and write about
security aspects of Internet.
Section-B r

(c) How to differentiate between Local and


3. Attempt any two parts of choice from (a), (b) Global variables in JavaScript ? Define DOM
and (c). (lOx2=20 Marks) ! 40: methods.
~ i
(a) What do you mean by JavaScript ? Explain ! 6. Attempt any two parts of choice from (a), (b)
pattern matching in JavaScript. and. (c). (lOx2=20 Marks)
(b) What do you mean by PHP ? What is the
.1 ' ,
(a) , What do you mean by ess ? What is a class
latest version of PHP in industry level ? & ID in ess ? Explain the properties of ess.
(c) What do you mean by web browser and web (b) Explain the different types of pop-up boxes
application ? Define cookies. you can create in JavaScript.
(c) How to get the contents of an input box using
4. Attempt any two parts of choice from (a), (b) ( ')
JavaScript ? How to detect the operating
and (c). (lOx2=20 Marks)
system on the client machine?
(a) What is XML ? Explain its features. How is
it differ from XHTML ?

(b) What is HTML validation ? Do you ever


validate your HTML ? Why ? TBC-501 120
C-32 C-32
"

Roll No.r

TBe-S03
B. c. A. (Fifth Semester)
End Semester EXAMINATION, 20J 7
OPTIMIZA nON TECHNIQUES
Time: Three Hours] - [ Maximum Marks: 100
Note: (i) This question paper contains two Sections. '"
(ii) Both Sections are compulsory.
Section-A
1. Write True-False: (1 x5=5 Marks)
(a) OR has replaced management by personality.

(b) Max. (z) = 3xI - 2x2 subject to Xl + x2 ~ 1,

2x,+2~ ~ 4,xl,x2 ~ 0 has no solution.


(c) A Saddle point of a payoff matrix is the
equilibrium point of the payoff matrix.
(d) The minimum elapsed time is not same for
all altemat~ve optimal sequences. 1./

(e) In PERT/CPM,
\
Total float = (Tr). ij = (L.J - D IJ..) + E·I

C-23 P.T.O. ,.
--. -~---------------
\,- [3] TBC-503

(2)
TBC-503
(t). Explain the concept of zero sum and non-

2. Attempt any jive parts: (3X5=tJ15 Marks) zero sum games.

(a) Write the role of computers in Operations (g) Explain Johnson's algorithm for processing n
Research. jobs through 2 machines.
(b) Graphically show that the following L. P. P. : Section-B
Max.:
3. Attempt any two parts of choice from (a), (b)
(z) = 3xI + 2x2 and (c). (10x2=20 Marks)
Subject to:
(a) Explain the nature and meaning of
XI-X251
Operations Research.
XI +~ ~ 3 (b) Write a short note on the scope of Operations
and xl,x2 ~ 0, has unbounded solution. Research.
(c) Express the following L. P. P. in standard (c) Formulate the following problem as Linear
form :
programming problem. "A firm manufactures
Min. :
two types of products A and B and sells them
(z) = Xl -2~ +X3
at a profit of ~ 2 on type A and ~ 3 on type B.
Subject to:
Each product is processed on two machines
2xI + 3x2 + 4x3 ~ -4 G and H. Type A requires one minute of
3xI + 5x2 + 2x3 ~ 7 processing time on G and two minutes on H;
type B requires one minute on G and one
and XI' x2,x3 ~ 0
minutes on H. The machine G is available for
(d) Write the mathematical formulation of
assignment problem. not more than 6 hours and 40 minutes while
machine H is available for 10 hours during
(e) Show that the assignment problem is special
any working day."
case of transportation problem.

C-23 P. T.O.
C-23
(4] TBC-5I03. (5] TBC-503
\~

4. Attempt any two parts of choice from (a), (b) Subject to:
and (c). (10x2=20 Marks) xI + 2x2 + 3x3 = 15
\
(a) Solve the following L. P. P. graphic,lly :
Max. :
2xI + x2 + 5XJ = 20
( z) = 8000xI + 7000X2 ,.... Xl + 2x2 + x3 + x4 = 10
Subject to: and xl,x2,XJ,x4 ~ O.
3xI + X2 ~ 66 5. Attempt any two parts of choice from (a), (b)
xl +X2 s 45 and (c). (lOx2=20 Marks)
~
xl s 20 (a) Find the initial basic feasible solution of the
x2 s 40 following transportation problem by Vogel's
and xl' X2 ~ 0 . approximation method:
- •...•
I (,.I
(b) Using Simplex method, solve the following Warehouse
Factory
L. P. P. :. •...
Max.: WI W2 W3 W4 capacity

( z) = 3xI + 2X2 + 5x3 F 1 I 19 30 50 10 7


Subject to:
Factory F2 I 70 30 4060 9
xl + 2x2 + XJ ~ 430
3xI + 2x3 ~ 460 F3 140 8 70 20 18
xl + 4X2 s 420
Wavehouse
5 8 7 14 34
and xl' X2'X3 ~ O. Requirement
(c) Solve the following problem by Big-M-
method: (b) Write a short note on the Travelling
I Max.: Salesman (Routing) problem.

( z) = xl + 2x2 + 3x3 - x4

C-2l C-23 P.T.O.


(6] TBC-503

(c) Solve the game whose payoff matrix is given (7] TBC-503
by:
(b) Write in detail the basic steps in PERT/CPM
B \
techniques.
I I II III (c) A project schedule has the following
I -2 15 -2 characteristics :
A II -5 -{) -4 Activities Time
III -5 20 -8 \ (1-2) 2

6. Attempt any two parts of choice from (a), (b) (1-4) 2


and (c). (10x2=20 Marks) (1-7) 1
(a) There are five jobs, each of which must go (2-3) 4
through the two machines A and B in the (3-6) 1
order A. B. Processing times in hours are (4-5) 5
given below: (4..2.. 8) 8
Job Time for A Time forB (5-6) 4
1 5 2 (6-9) . 3
2 1 6 (7-8) 3
3 9 7 (8-9) 5
4 3 8 Construct the PERT network and find critical
5 10 4 path and time duration of the project.

Determine a sequence for five jobs that will


minimize the elapsed time T. Also calculate
the total idle time for the machines A and B
in this period.

~
, \

C-23 TBC-S03 120

C-23
~'.~:!:-"'~-' ~_.'::_...l.::~-.::-';':' .•.
·~r'~ •.e-

Roll No.

TBC~504
) B. C. A. (Fifth Semester)
End Semester EXAMINATION, 2011
NBTWORK SECURITY

Time: Three Hours] [Maximum Marks: 100 *-

Note: (i) This question paper contains two Sections.


(ii) Both Sections are compulsory.
Section-A

1. Fill in the blanks : (1 x5=5 Marks)

(a) In Cryptography, original message, before


being transformed, is called .
(b) Data Encryption Standard (DES), was
), designed by .

(c) In Cryptography, when text is treated at bit


level, each character is replaced by
bits.
(d) MAC is a Mapping.
(e) Ethernet LAN uses Topology.

C-32 P.T.O. II
[2] TBC-504 [3] TBC-504

2. Attempt any five parts: (3x5=15 Marks) (b) Explain RSA algorithm. Perform the
(a) Use Caesar cipher with key -=15 to encrypt encryption and decryption for the following
the message "Hello".
(b) Write the authentication dialogue exchanged P = 3; q = 11, e = 7; M = 5
between a user and authentication server in
.'. Kerberos V4 ?
(c) What are the services provided by digital
signatures ? What is Birthday Attack on
(c) What is differential cryptanalysis ?
Digital Signatures? Can it be performed by
(d) Write a short note on PGP.
an 'Outsider' ?
(e) What are the different types of viruses?
(f) Write a short note on BLOWFISH. 5. Attempt any two parts of choice from (a), (b)
(g) Differentiate between active and passive and (c). - (lOx2=20 Marks)
attacks. -
(a) What is Intrusion ? Explain the different
Section-B
"" classes of Intruders.
3. Attempt any two parts of choice from (a), (b)
and (c). (lOx2=20 Marks) (b) Use Fermat's theorem to find a number
(a) What is symmetric cipher model? Explain between 0 and 72 with congruent to 9794
simple substitution techniques with an modulo 73.
example.
(b) Use Euler's theorem to find a number X (c) Explain the process involved in message
between 0 and 28 with X83 congruent to 6 digest generation and processing of single
modulo 35. block in SHA-512.
(c) Explain in detail the sub key generation and
round function of DES algorithm in detail. 6. Attempt any two parts of choice from (a), (11)
and (c). (lOx2=20 Marks)
4. Attempt any two parts of choice from (a), (b)
and (c). (lOx2=20 Marks) (a) What is the use of SSL protocol? Explain
(a) What is a message authentication code ? SSL record protocol operation with SSL
Explain the basic uses of authentication. record format.

C-32
C-32 P. T.O.
..- ....~" ...._-_
-,_.;
.. --~~-.: =-- .~~ - -~ -=.:----;!.~:~!~~

[4] TBC-504

(b) Explain howe-Mail messages are protected


using SIMIME signing and encryption.
(c) What is the need for encapsulation of
Security Payload ? Write and explain
different fields of top level format and
substructure of ESP packet.

".

TBC-504 120

C-32

Ja
Roll No.

TBe-505
B. C. A. (Fifth Semester)
End Semester EXAMINATION, 2017
PROJECT MANAGEMENT AND QUALITY
ASSURANCE
Time: Three Hours] [ Maximum Marks: 100
Note: (i) This question paper contains two Sections. "-
(ii) Both Sections are compulsory.
Section-A
1. Fill in the blanks/True-False: (1 x5=5 Marks)
(a) COCOMO stands for _
(b) model has an activity of risk
analysis.
(c) CASE stands for .
(d) . Software is a product and can be
manufactured using the same technologies
used for other engineering artefacts.
(True/F alse)
(e) The essence of software engineering practice
might be described as understand the
problem, plan a solution, carry out the plan,
and examine the result for accuracy.
(True/F alse)

C-32 P.T.O.
/A
[2 ] TBC-505 [3] TBe-505

2. Attempt any five parts: (3x5=15 Marks) (b) What do you mean by Software Reviews ?
(Defme/Short Numerical/Short PrograrnmingIDraw) What are the various types of reviews ?
Explain.
(a) Project Scheduling
(c) What are the various testing objectives ?
(b) Problems of software project
Write in detail about Testing Principles, Test
(c) Gantt charts Plans and Test Cases with the help of
(d) Earned value analysis suitable example.
(e) Testing 5. Attempt any two parts of choice from (a), (b)
(t) Project Monitoring and (c). (lOx2=20 Marks)

(g) Process (a) Explain the term Software Configuration


Section-B Management. Also elaborate version and
release in your own words.
3. Attempt any two parts of choice from (a), (b)
(b) "End user demands are the source of most
and (c). (lOx2=20 Marks)
software projects." Justify this statement.
(a) Explain the term software project
Also give the various steps of software
management in detail.
project plan.
(b) Differentiate between PERT/CPM with
(c) Identify the action to prevent or reduce the
example. following risks:
(c) What do you mean by cost-benefit analysis ? (i) Two out of three members are leaving
What are the various categories of cost the proj ect.
required to estimate the cost of the software (ii) Unauthorized and irregular expenditure.
product? (iii) Customer has modified one of his
existing requirements.
4. Attempt any two parts of choice from (a), (b)
• (iv) Cost is increased due to new taxation
and (c). (lOx2=20 Marks) policy.
(a) Define and describe the term planning along (v) Change in public demand for the
with its characteristics. services.

C-32 C-32 P.-T:o.


[4] TBC-505

6. -"Attempt any two parts of choice from (a), (b)


and (c). (lOx2=20 Marks)
(a) What are critical paths ? Is critical path
important if only one person is working on a
project?

Briefly explain the concept of PERT/CPM in


defining the concept of optimal schedule.

(b) Discuss some issues in the context of Object


Oriented testing.

(c) Explain the following with the help of a


diagram :
, (i) Network Diagram
! "'-
(ii) Bar Chart

TBC-505 120

C-32

II

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy