answersLogoWhite

0

What is derived data?

Updated: 8/11/2023
User Avatar

Wiki User

9y ago

Best Answer

Derived data is data that is copied or enhanced from operational data sources into an informational database. This is in the information catalog center.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is derived data?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Why an array is called derived data type?

it contains the similar type of object which derive from the predefined data type like int,float,char e.t.c so it is called derived data type.........................


Program for derived class in cpp?

#include<iostream> class base { int m_data; public: base(const int data):m_data(data){} base(const base& cpy):m_data(cpy.m_data){} base& operator=(const int rhs){m_data=rhs;return(*this);} base& operator=(const base& rhs){m_data=rhs.m_data;return(*this);} virtual ~base(){} }; class derived { public: derived(const int data):base(data){} derived(const derived& cpy):base(cpy){} derived& operator=(const int rhs){return(base::operator=(rhs));} derived& operator=(const derived& rhs){return(base::operator=(rhs));} virtual ~derived(){} }; int main() { derived d=42; }


Does the derived class take the memory of base class in inheritance?

Yes, the derived class includes the memory of the base class. The derived class inherits everything in the base class, data and function, and provides additional data and function as needed.


What are derived data types in the C language?

You seem to have lost your text book so I am giving you a link where you can study data types, including derived data types.


Can you access in drive class from base class private data?

Base class should no knowledge about derived classes. The "private" modifier on a data member means private to the class which defined it. Base class cannot directly reference/access the private data member of the derived class, and the derived classes cannot access the private data member defined in the base class. Either way the accessing the private data member should be done via properties or getters

Related questions

What is the difference between fundamental and derived data types?

fundamental data type makes up the derived data type


Why an array is called derived data type?

it contains the similar type of object which derive from the predefined data type like int,float,char e.t.c so it is called derived data type.........................


Program for derived class in cpp?

#include<iostream> class base { int m_data; public: base(const int data):m_data(data){} base(const base& cpy):m_data(cpy.m_data){} base& operator=(const int rhs){m_data=rhs;return(*this);} base& operator=(const base& rhs){m_data=rhs.m_data;return(*this);} virtual ~base(){} }; class derived { public: derived(const int data):base(data){} derived(const derived& cpy):base(cpy){} derived& operator=(const int rhs){return(base::operator=(rhs));} derived& operator=(const derived& rhs){return(base::operator=(rhs));} virtual ~derived(){} }; int main() { derived d=42; }


Does the derived class take the memory of base class in inheritance?

Yes, the derived class includes the memory of the base class. The derived class inherits everything in the base class, data and function, and provides additional data and function as needed.


What does data mean when you use it in Excel?

Data is any values type in like numbers, dates, text etc. Data does not include formulas. The results of formulas are technically known as information, not data. Information is derived from data, by use of formulas.Data is any values type in like numbers, dates, text etc. Data does not include formulas. The results of formulas are technically known as information, not data. Information is derived from data, by use of formulas.Data is any values type in like numbers, dates, text etc. Data does not include formulas. The results of formulas are technically known as information, not data. Information is derived from data, by use of formulas.Data is any values type in like numbers, dates, text etc. Data does not include formulas. The results of formulas are technically known as information, not data. Information is derived from data, by use of formulas.Data is any values type in like numbers, dates, text etc. Data does not include formulas. The results of formulas are technically known as information, not data. Information is derived from data, by use of formulas.Data is any values type in like numbers, dates, text etc. Data does not include formulas. The results of formulas are technically known as information, not data. Information is derived from data, by use of formulas.Data is any values type in like numbers, dates, text etc. Data does not include formulas. The results of formulas are technically known as information, not data. Information is derived from data, by use of formulas.Data is any values type in like numbers, dates, text etc. Data does not include formulas. The results of formulas are technically known as information, not data. Information is derived from data, by use of formulas.Data is any values type in like numbers, dates, text etc. Data does not include formulas. The results of formulas are technically known as information, not data. Information is derived from data, by use of formulas.Data is any values type in like numbers, dates, text etc. Data does not include formulas. The results of formulas are technically known as information, not data. Information is derived from data, by use of formulas.Data is any values type in like numbers, dates, text etc. Data does not include formulas. The results of formulas are technically known as information, not data. Information is derived from data, by use of formulas.


What are derived data types in the C language?

You seem to have lost your text book so I am giving you a link where you can study data types, including derived data types.


What is imperical data?

Empirical data is derived from direct observations or experiments. It is often used to prove a specific theory or idea.


Can you access in drive class from base class private data?

Base class should no knowledge about derived classes. The "private" modifier on a data member means private to the class which defined it. Base class cannot directly reference/access the private data member of the derived class, and the derived classes cannot access the private data member defined in the base class. Either way the accessing the private data member should be done via properties or getters


What do you understand by information process data?

Data are generally considerd tobe the raw facts that has undefined uses and application;information is considered to be the processed data that influence choices,that is data that have somehow been formated,filterd and sumrized;and knowledge is considered tobe the understanding derived from informaton distinction among data,information,and knowledge may be derived from scientific terminology.


How does the term bit derived?

If you are referring to 'bit' in computer, it is derived from binary digits, the smallest data in a computer, which is a series of 0's and 1's.


What is the difference between row data and information?

I would say "raw data" is a collection of observations from experiments and "information" is the conclusion derived from that raw data after it has been analyzed.


How do you identify group data or ungroup data in standard deviation?

You cannot. If you are told the standard deviation of a variable there is no way to tell whether that was derived from grouped or ungrouped data.