-
What data uses specific numbers or amounts?
quantitative data is the data that uses numbers and or amounts.
-
What type of data does a datatable use?
This question cannot be universally answered, different tables use different types. For example, in Oracle Sql*Plus command DESCRIBE will give you information about tables.
-
What are the uses of primitive data types?
A primitive variable can be one of eight types: char, boolean, byte, short, int, long, double, or float. Once a primitive has been declared, its primitive type can never change, although in most...
-
What is the use of void data type?
When a function declares it returns void, it means it does not return anything.
Sometimes the function doesn't need to return anything, so using void is convenient.
In C: using void instead of...
-
What type of graphs use categorical data?
bar graphs use categorical data