Database Fundamental (TIS 1101 Tutorial 12

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

(Database Fundamental (TIS 1101

Tutorial 12

1. Explain the terms server and client used in client/server computing.

 A client is any computer process that requests specific services from server.
 A server is any computer process that provides requested services to the clients.

2. Discuss the components of 3-tier Client/Server system.

In 3-tier Client/Server, the client requests are handled by intermediate


servers. The client is any computer process that requests services from
the server. It is also known as the front-end application. The server is any
computer process providing services to the clients. The server is also
known as the back-end application. The communication middleware is
any computer process (es) through which clients and servers
.communicate. It is also known as middleware or communications layer

3. What is an object instance? What is an object class?

Object instance is an individual object that belongs to an object


.class
.Object class is a set of objects that share common structure and behaviors

4. Using a graphic representation of objects, draw Unified Modeling Language (UML)


class diagrams for the following relationships:

a) Each STORE hires many STAFFs, and each STAFF works at only one STORE.
Each STORE has only one manager, and each manager manages only one
STORE.
b) Each SONG is composed by many COMPOSERs, and each COMPOSER writes
many SONGs.

You might also like