answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What data type stores only one or two values?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

The hyperlink data type stores data that can have one of two values?

yes/no data type stores only one oftwo values


What is the data structure which stores the multipole values?

No such thing exist in C but you can do this using structure data type and creating arrary of it object there after!!


Which data type stores only one of two values?

In Java, such a data type is called boolean. In other programming languages it may be known by different names, including variations of "boolean" such as "bool", and "logical".


What data or variable type is used for variables that will only have the values true or false?

Boolean


What field with a Yes and No data type can store only one of two values The choices are?

boolean?


How many values can int type stores?

2^(8*sizeof(int)), typically 2^16, 2^32 or 2^64


Does the Currency data type means field can only contain text and monetary data?

That will vary on the programming language used, but in general, it is a data type with a fixed number of decimal digits - usually four - which internally stores the number it represented as a whole number - for four digits, that would mean multiplying it by 10,000. It is commonly used to store currency values, but it can also be used for other type of data, when you are sure you won't need more than four decimals; its benefit is that additions and subtractions with this data type are exact - they don't suffer from rounding errors that appear when converting between decimal and binary, with other data types.


Which data type stores web addresses?

Hyperlink


Which data type typically requires only one byte of storage?

Boolean data type usually requires only 1 byte, because it represent only 1 of 2 possible values: true or false, which is represented as 1 or 0, so only 1 byte is needed.


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.*/


What is the definition of datatypes in programming?

A data type defines how data is represented. All data is obviously represented by a sequence of binary values, however, the data type determines how that value is to be interpreted by the language compiler. Object oriented programming languages use classes to define data types, which not only defines the representation of data but also which operations are valid for the type.


What are numbers text datas or time of day that you type into a cell in Excel called?

Data or values.