answersLogoWhite

0

📱

Database Programming

Databases are collections of tables that maintain and display information, often collaboratively; this information can be used for interaction with an application or gaining general knowledge. Questions about database engines and modifying or using them belong in this category.

8,803 Questions

Types of information systems used in organisation?

The 'classic' view of Information systems found in the textbooks of the 1980s was of a pyramid of systems that reflected the hierarchy of the organization, usually Transaction processing systems at the bottom of the pyramid, followed by Management information systems, Decision support systems and ending with Executive information systems at the top.

However, as new information technologies have been developed, new categories of information systems have emerged, some of which no longer fit easily into the original pyramid model. Some examples of such systems are:

  • Data warehouses
  • Enterprise resource planning
  • Enterprise systems
  • Expert systems
  • Global information system
  • Office Automation

Hope this helps!

Inclus - We provide indivdual and coporate trainings

Educate, Learn & Serve

www.Inclus.net

How are schools using multimedia database?

The incorporation of multimedia database systems will improve the quantity and quality of information manipulated by computer users in all fields, computer aided design, and information retrieval. The area of intelligent multimedia content analysis and retrieval techniques is an emerging discipline. Techniques for representing and extracting semantic information from media such as speech, images, and video are required.

When a multimedia application lacks a database, the data structure is buried in the script, where all of its value is lost. This omission also makes the script more complicated and less flexible. Using a multimedia database makes the data structure logic available to other multimedia applications and simplifies the script so that many scripts can share the same multimedia metadata. In addition, when a multimedia or abstract data database is organized and annotated for one application, other applications can use those annotations without going through the same time-consuming process. This capability adds great value to the data through reuse and controlled redundancy.

When multimedia application content is controlled by the multimedia database, multimedia content can be added, deleted, or modified without modifying the application script. For example, interactive kiosks that display, describe, and demonstrate products can be updated automatically without reprogramming the application script. Furthermore, a multimedia application such as a multimedia textbook can actually control the operation of book topics that have the same look and feel. This control lets the script perform as a template: An entire series of math textbooks (algebra, calculus, trigonometry, and geometry), including text and video, can use the same multimedia application because all data is physically separate.

Search and retrieval operations are critical in interactive multimedia applications; they must be equally efficient and powerful. Search and retrieval of multimedia and abstract data is challenging, but multimedia databases make it feasible through internal storage format flexibility and efficient operation. The DBMS should have significant knowledge about the data and its structure to enable powerful semantic optimizations and intelligent searches. Search and retrieval operations also give the application access to media components so that they can be dynamically and seamlessly processed when necessary.

By: IBZ_BEAST

What does the skiptrace database TLO stand for?

The TLO in "Skiptrace database TLO" stands for "TransUnion Limited Options". TLO is a comprehensive database used by skiptracers and investigators to gather information on individuals, including their contact details and their connections to other people and addresses.

What are some advantages of having the student enrolment information on a computerized database compared to manual record keeping?

Some advantages of having student enrollment information on a computerized database include:

  1. Improved organization and efficiency: Information can be easily sorted, searched, and updated, saving time and effort compared to manual record keeping.
  2. Enhanced accuracy: Computerized databases can minimize human errors, ensuring reliable and correct information.
  3. Easy accessibility: Authorized personnel can access the database remotely, allowing for efficient collaboration, sharing of information, and generating reports.

What is the purpose of ISOPREP data?

The purpose of ISOPREP (Individual Service Member's Pre-deployment Training Program) data is to provide critical information about military personnel to ensure their safety and effective recovery in the event of an isolated personnel situation or during a deployment. It includes personal, medical, and contact information, helping to facilitate search and rescue operations and aid in repatriation efforts. ISOPREP data is vital for contingency planning and personnel accountability in the military.

What privacy act is responsible to protect a citizens private information stored on an automated information system?

The Privacy Act of 1974 is responsible for protecting a citizens private information stored on an automated information system. This federal law was enacted by the 93rd United States Congress on December 31, 1974.

What is deadlock in rdbms?

A deadlock is a situation in which two or more competing actions are each waiting for the other to finish, and thus neither ever does.

In an operating system, a deadlock is a situation which occurs when a process enters a waiting state because a resource requested by it is being held by another waiting process, which in turn is waiting for another resource. If a process is unable to change its state indefinitely because the resources requested by it are being used by another waiting process, then the system is said to be in a deadlock.

The collection of related records called as file or table?

A table is a collection of related records in a database. Each record in a table represents a specific entity or object, and each column in the table represents a specific attribute or characteristic of that entity. Tables are used to organize and store data in a structured and efficient manner.

What contains data about each file in the database and each field within those files?

The data dictionary contains information about each file in the database, including the structure, properties, and location of each file. It also includes information about each field within those files, such as the data type, size, and constraints associated with each field. The data dictionary acts as a centralized repository of metadata that helps in managing and understanding the database schema and data.

What important information is stored on databases and why?

Database contains relevant and important information that is often needed for a certain program or application such as console application or a website.

The following example will show a situation with a use of a database:

An owner of a website has a large amount of customers.

He wants his website to display a suitable text for a suitable customer. for that he needs to make the website to identify which customer has entered the website.

Now, he could make a login form, but the login script needs to check the username and the password from some sort of an information tank.

SQL is the language that "speaks" to the database.

There are four main actions in SQL:

* Select - used to pick up information

* Insert - used to add a new row to the database's table

* Update - used to edit column(s)

* Delete - used to delete row(s)

Explain the reasons for building distributed database systems?

  • in ths type system all the computation are distributed among several processors. distributted system are also reffered as loosely coupled system because here the processors do not share memory or a clock . instead each has is own local memory. its sharing the resource.
  • Realibity:- it means in distributed system, if one site fails reamaining sites will share the work of failed site.
  • Communication- when many sites are connected to one another by a communication network, the process at different sites have athe opportunity to exchange information. a user may intiate file transfer file or communicate.
  • navin sharma
  • B.sc it

Why fragmentation and date replication are useful in Distributed DBMS?

Most people use Relational databases to simplify work. All a Distributed DBMS is a Relational Database spread over a wider area than the workplace. Fragmentation and Date replication are complications and experience says that Distributed DBMS are built to make life simpler

What is the primary purpose of ARP?

The primary purpose of the Address Resolution Protocol (ARP) is to map an IP address to a MAC address in a local network. This allows devices on a network to communicate with each other using their unique MAC addresses. ARP is crucial for proper functioning of Ethernet-based networks.

What are the disadvantages of centralized data processing?

A centralized database is one in which all the data of an organization is stored in a single mainframe computer. One disadvantage of this database is that if the centralized database is corrupted, all the data will be lost.

What is DBMS and when it should not be used?

DBMS is the software to manage the data base.it is set of programs,modules,and packages specially designed to enable the users to manage this data base is called as data base management system.......

What does the term field names mean in a database?

A field name is the name of the column or field in a data table which stores a particular set of data. A field name should be as descriptive as possible to describe the data stored in that field. For example, a table storing data about cars may have a field to store the color of the car. This field should be named COLOR or CAR_COLOR or something otherwise descriptive of the data that field is storing.

What are the advantages of the database approach compared the file processing approach?

The database approach offers several advantages over the file processing approach. Firstly, databases provide a central repository for data storage, allowing for better data organization and easier access. Secondly, databases allow for efficient data retrieval and manipulation through query languages, enabling users to extract relevant information quickly. Lastly, databases offer data integrity and security features, ensuring that data is protected from unauthorized access or modification.

What is a codgers queries called?

A codger's queries would simply be called codger's queries.

What is the difference between a data bank and database?

A data bank is a collection of data that is usually organized into a specific format or structure, often for a specific purpose or industry. It is typically managed by a central authority or organization.

On the other hand, a database is a software tool used to store, organize, and retrieve data. It provides a way to structure and manipulate data in a structured and efficient manner, allowing for easy querying and analysis.

In summary, a data bank refers to the collection of data itself, while a database refers to the software tool used to manage and manipulate that data.

What is the relation between integrated data model and sales force automation?

The integrated management of information leads to Integrated Data Model which supports a centralized data repository. This data repository gives up to date status of the organization at any point of time without data redundancy and assuring total integrity.

Sales force automation is a technique of using software to automate the business tasks of sales, including order processing, contact management, information sharing, inventory monitoring and control, order tracking, customer management, sales forecast analysis and employee performance evaluation.

In what order is data organised in a DBMS?

Data in a DBMS (Database Management System) is typically organized in a hierarchical manner. The highest level is the database, which is divided into tables. Within each table, data is stored in rows, with each row representing a record. And within each row, data is further organized into columns, with each column representing a specific attribute or field of the record. This hierarchical structure allows for efficient storage, retrieval, and manipulation of data.

What is chs mode?

Cylinder-Head-Sector (CHS) is a computer access mode that assigns addresses to data on computer hard drives. It was an early method for giving addresses to each physical block of data on a hard disk drive.

What is the need of data manipulation language?

Data Manipulation Language: It is a part of SQL statements and shortly known as DML. DML is basically used to work with data in SQL server. Most popular DML statements: Insert, Update & Delete.

How can police get access to any computer even when they do not have the administrator password available?

Its pretty easy to reset a password. People do it illegally and legally all the time. Some of the software people use is Ophcrack. Which is free and takes about 80 seconds to retrieve the password. The police have to have warrant for the property or specifically your computer if they what to access your hard drive. My suggestion is any illegal software of media you may have back it up on cd's and delete it from your dard memory. But don't have illegal information in the first place.

Response to above answer

If the shades take your computer chances are they are going to do some data recovery so recommending he deletes anything illegal from his HD is going to be futile. You could suggest using special deletion programs but I have yet to find one that actually does what it says it can do. I have had a few chances to work with data analysists for the shades and the stuff they can do is scary. BTW, they dont use Ophcrack either.

Do you honestly think cracking user accounts is a hard problem for the shades. As a technician you will regularly have to crack/reset passwords. Alot of people change the password and then cant remember what it was. And if worst comes to it, just take out the harddrive and attach it as a secondary drive and help yourself to whatever documents you want.