Computer Science, asked by anjali6594, 8 months ago

System programming: elements of assembly language programming, pass structure of assemblers, design of single and two pass assemblers, macros and macro processors, design of a macro pre-processor, linkers: concepts, design of a linker, loaders, software tools: software tools for program development, editors, debug monitors, programming environments.

Answers

Answered by Anonymous
0

Database (Data) Tier − At this tier, the database resides along with its query processing languages. We also have the relations that define the data and their constraints at this level.

Application (Middle) Tier − At this tier reside the application server and the programs that access the database. For a user, this application tier presents an abstracted view of the database. End-users are unaware of any existence of the database beyond the application. At the other end, the database tier is not aware of any other user beyond the application tier. Hence, the application layer sits in the middle and acts as a mediator between the end-user and the database.

User (Presentation) Tier − End-users operate on this tier and they know nothing about any existence of the database beyond this layer. At this layer, multiple views of the database can be provided by the application. All views are generated by applications that reside in the application tier.

Similar questions