Posts

Showing posts from December, 2018

Client server technology - BCA 16 - 19 Sem 6 Jan 2019

CLIENT/SAINTGITS COLLEGE OF APPLIED SCIENCES First Internal Assessment Examination, Jan 2019 Department of B.C.A, Semester 6 CLIENT/SERVER COMPUTING Answer Key 1.Server software accepts request for data from client software and returns results to the client. 2. A database is a collection of  information  that is organized so that it can be easily accessed, managed and updated. 3. A  local area network  ( LAN ) is a group of computers and associated devices that share a common communications line or wireless link to a server.  4. A client is the receiving end of a service or the requestor of a service in a client/server model type of system. The client is most often located on another system or computer, which can be accessed via a network. 5. A server is a computer  program  that provides a service to another computer programs. 6.  In a database, a trigger is a set of Structured Query Language ( SQL ) stateme...

Software engineering - BCA 16 - 19 Sem 6 Jan 2019

Image
SAINTGITS COLLEGE OF APPLIED SCIENCES First Internal Assessment Examination, Jan 2019 Department of   BCA, Semester 6 SOFTWARE ENGINEERING Total : 50 marks                                                                     Time: 2 Hours Section A Answer all questions. Each question carries 1 mark. 1.      What is software engineering? A discipline whose aim is the production of quality software that delivered on time within budget and that satisfies its requirement. 2.      What are the components of a Software? Software=program+documentation + operating system. 3.    ...