Three main types of database applications and briefly explain them with suitable example?
A collection of programs that enables you to store, modify, and extract information from a database. There are many different types of DBMSs, ranging from small systems that run on personal computers to huge systems that run on mainframes. The following are examples of database applications:
From a technical standpoint, DBMSs can differ widely. The terms relational, network, flat, and hierarchical all refer to the way a DBMS organizes information internally. The internal organization can affect how quickly and flexibly you can extract information.
What is advantages and disadvantages of Distributed System?
Cluster systems are ultimately a brilliant discovery to the world of programming. The advantages are network unity, and the capability of managing work from different locations. They are cost effective, they are flexible. The disadvantage is all computers connected are easily effected by one malfunction. Since there is data sharing involved, it may make it easier to breech security efforts from one information system to the other.
Database as the name suggest is the collection of records or data that are related to each other. There are mainly three type of database network database, object oriented database and hierarchical database. Database helps in maintaining data consistency and data integrity.
What is the difference between an online database and a website?
A website is a document that is sent over the internet for people to view with an internet browser (Like internet explorer). An example is this yahoo answers page you are looking at right now. Almost anything you go to with internet explorer is a website (also called a webpage).
A database is a collection of records that are stored on a computer. For example, if I used Microsoft Access to make a table that lists all the books I have. A database can be viewed over the internet through a website.
For a better understanding, view the two sources below.
Source(s):http://en.wikipedia.org/wiki/Databasehttp://en.wikipedia.org/wiki/Website
Difference between right join and inner join?
Hi,
Natural Join: It is combination or combined result of all the columns in the two tables.
It will return all rows of the first table with respect to the second table.
Inner Join: This join will work unless if any of the column name shall besxame in two tables
Two disadvantages of a computerised database?
the first one they can sometimes not save your work and second they breake down
Burst time is an assumption of how long a process requires the CPU between I/O waits.It can not be predicted exactly, before a process starts.
It means the amount of time a process uses the CPU for a single time. (A process can use the CPU several times before complete the job)
What is another name for voltage?
Voltage can also be called "potential" and is measured across components or sections of a circuit.
Answer'Voltage' is another word for 'potential difference', not'potential'!
What are the advantages and disadvantages of network analysis?
Advantages are that you will know where everything is and when things will be done. Disadvantages are they are difficult to make.
What is the difference between DBMS and Data warehouse?
A database is used to record, retrieve, update business transactions which are occured daily in business life. A data warehouse is used to record historical data, purely for analysis purpose for top management.
What is the difference between DBMS and a database?
The database holds the records, fields, cells ..with data. The DBMS is the "tools" used to manipulate the data in the database. An example of a DBMS is SQL Server.
The DBMS is the database engine itself. This is the core, the actual program that contains the logic to execute your SQL statements. performs that actual data access based upon these commands (relationaly).
whereas DS is linked with improving the speed of traversing and searching the data in main memory.
As we all know that the processor can only process the data that is available in main memory. Therefore the different models used to organize data in main memory are collectively referred as DS.
How many bytes in 8 gigabytes?
1 gigabyte = 1,073,741,824 bytes
so....
1,073,741,824 times 4 = 4,294,967,296
4 gigabyte =4,294,967,296
What is the difference between record management and information management?
A main difference is that records management is associated with governance, risk, and compliance. Information management is the collection and management of information from one or more sources and the distribution of it to various audiences.
What are the advantages and disadvantages of face recognition system?
A facial recognition system is a computer application or device that can identify individuals based on their unique facial characteristics. Unlike many other identification methods (e.g., fingerprints, voiceprint, signature), they do not need to make direct contact with an individual in order to verify their identity. This can be advantageous in clean environments, for surveillance or tracking, and in automation systems.
Because the system keeps a reference model of the individual, and captures their image for identification, there may be concerns about how the system is perceived by its users. They may also be more error-prone when identifying individuals, due to the fairly recent development of the technology. In addition, if used for security purposes, it is considerably more expensive and complex than other methods, such as mechanical locks, passwords, or identification cards.
Application of queue in data structure?
Application of stack:
Application of queue:
What is the difference between uart and usart?
UART is universal asynchronous receiver/transmitter. It is a piece of computer hardware that translates data between parallel and serial forms. Modern ICs that have UART's that can also communicate synchronously are called USARTs (universal synchronous/asynchronous receiver/transmitter).
In software engineering, an Entity - Relationship model(ER model for short) is an abstract and conceptual representation of data. Entity-relationship modeling is a database modeling method, used to produce a type of conceptual schema or semantic data model of a system, often a relational database, and its requirements in a top-down fashion. Diagrams created by this process are called entity-relationship diagrams or ER diagrams.
learn more www.ngprakasam.hpage.com
What are the advantages of using database system instead of file system?
1. Redundency of data means some information may be duplicated in several places in file processing s/y .this can also be refined through DBMS.
2. Accessing of data is difficult in file processing s/y .to access the different data
we requried different program many times in other word for different type application requried different application program .
3. Multiple user can access the same data in DBMS.
4.Security also provided by DBA(Database adminstraror).
What are the responsibilities of database administrators and database designers?
It depends on the nature of the job. Supposing you are the database manager in cancer research, then you will have to organise the patient's data with respect to a particular treatment, say for example radiation treatment. It will be more like a retrospective study. Or your job might be to enter the data in tables, organise using Microsoft access or Excel and you may also have to perform simple data analysis. Your job might also include writing reports and contributing to publications etc. I guess the responsibilties are diverse and entail many areas. Hope this helps Thank you Good luck
How are databases used in everyday life?
One example of everyday use of a database is the telephone directory. Another is your own personal address book.
You might also refer to the contents page or index of a book, or use a dictionary to look up the meaning, pronunciation or origin of a word; these are everyday databases, as are encyclopedias.
Schools keep a list - a database - of all students attending, and of students attending each individual class, as well as of all staff employed by the school; all employers keep databases of their employees.
Er diagram for hospital management system?
An ER diagram is an entity-relationship diagram they show individuals and their links to each other. An ER diagram for a hospital management system would be a flow chart showing hospital staff, equipment, patients, records and more.