Purchase Solution

Computer Theory and Web Databases

Not what you're looking for?

Ask Custom Question

a) Describe and give an example of a web database.

b) Discuss proper netiquette for participants in such internet services as newsgroups and mailing lists.

c) Explain the difference between system design and system analysis.

e) If a PC seems slugging ,what could you do to try to speed it up without resorting to purchasing an entirely new system?

Purchase this Solution

Solution Summary

This response discusses the concepts of a web database, netiquette, system design compared to system analysis, and slugging.

Solution Preview

a) A web database stores large amount of information in an organized format that is easily accessible to everyone. We can get access to the data via the internet from anywhere in the world or we can create a database driven website by using such databases. We can modify the database very easily without intense HTML programming. These can be used to design a database driven website. In a database driven website, you have a web page that grabs information from a database (the web page is connected to the database by programming.) and inserts that information into the web page each time it is loaded. If the information stored in the database changes, the web page connected to the database will also change accordingly and automatically without human intervention.

Examples of a web database:
1. http://www.nrf.ac.za/wir/wirdbase.htm : The directory of women in academics and research in South Africa and contains the contact details of all of ...

Purchase this Solution


Free BrainMass Quizzes
Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Basic Networking Questions

This quiz consists of some basic networking questions.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

C# variables and classes

This quiz contains questions about C# classes and variables.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.