answersLogoWhite

0

What is variable data?

Updated: 8/11/2023
User Avatar

Wiki User

14y ago

Best Answer

A variable data is anything that won't necessarily be the same every time you run a computer program. It may come from user input, from a random function, from consulting a database, etc.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

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

Which of the following is not a variable data type real integer number or string?

FILE, struct stat and struct tm are some examples.


Which data type can store any data?

There is no such data type. However, when we use user-defined data types of our own type, then that type of data can be stored in a variable. So as a term, you may say that user-defined data type can store any data. As the data-type used in any variable will be depending upon us.


What specifies a variable's name and data type?

Most programming languages require that you declare all of the variables that you intend to use in a program. A variable declaration is a statement that typically specifies two things about a variable:* The variable's name* The variable's data typePosted by Special:Contributions***EDIT***This can be found on page 56 in "Programming Logic and Design" by Tony Gladdis


What is a valid variable data type?

1. If its natural or integer numbers- Integer(Int) data type. 2. If it consists of decimal or fraction part- Double or float data type. 3. If it has a single letter or sign- Character(Char) data type. 4. If its got many words(alpha-numerical)- String data type. 5. If the result has to be "true" or "false"- Boolean data type.


What two things must you normally specify in a variable declaration?

This is when you specify the name and type of the variable.Example:int number;The declaration line can also include an instantiation for that variable.Example:int number = 5;When you declare a variable or an object (particularly in OOP programming) , you set aside a chunk of memory space for the data to reside.

Related questions

What is one variable data What is two variable data?

One variable data are measurements or recordings of the values of one characteristic of the subjects which are being studied. Two variable data refer to two characteristics. Examples of one variable data: hair colour, or height Examples of two variable data: hair colour and eye colour, or height and mass.


A set of data involving one variable?

A set of data with one variable is a net-graph


What type of data can line graphs display?

Line graphs are used to display data to show how one variable (the Responding variable) changes in response to another variable (the Manipulated variable).


Where is the independent variable on a data table?

The independent variable on a data table would be located on the y axis of the data table. The y axis is the bottom of the data table where the names or the objects being tested. The independent variable is dependent on the dependent variable. That's why it is called independent variable.


What variable is the data you hope to change?

Usually, the independent variable is X.


What is data dependency?

It is like a dependent variable it is just a variable alone.


What is skinny data?

Data collected from only one variable.


What is the name of the variable that describes data using words or numerals as labels?

The variable that describes data using words or numerals as labels is called a categorical variable.


What defines a data type?

the type of data which we store in a variable.. example: int a=10; /*here a is variable (data) which is of type int and stores a value 10.*/


Can a qualitative data be a dependent variable?

no


Which variable is the data collected?

boring


What is a indenpent variable?

In experimental design there are two variables, the independent variable and the dependent variable. You are allowed manipulate or change one variable to see how that affects results in an experiment you are conducting. Think of it as the variable Ican change. This is the i variable, the independent. The experiment will generate data that responds to these changes. This data is your dependent variable.