answersLogoWhite

0

What else can I help you with?

Continue Learning about Engineering

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 is file oriented approach and database oriented approach?

The file is store the data as document type, we don't have give particular data-type of data which will be store in it. But in database system there are specified structure (like in table format) of data store. First we have to make format with particulate data-type for the data, which will store in it. other The file has no record system, while database system store data with record in row, it is easy to maintain.


Which data type will you use to store names of 100 students?

char data type


What are basic difference between variables and data types in the c?

In C, a variable is a named storage location in memory that can hold different values during program execution, while a data type defines the kind of data a variable can store, such as integers, floating-point numbers, or characters. Data types dictate the size and layout of the variable in memory, as well as the operations that can be performed on it. For example, an int data type can store whole numbers, while a float can store decimal values. Thus, variables are instances of data types, which determine their characteristics and behavior.


Abstract data type that store a whole numbers?

All data types can be used to store a whole number, even the data types that can store a decimal number.

Related Questions

What does data storage mean?

Data storage is the term for saving data by a computer or device. Different types of data storage work differently in a computing environment. Data storage is used to store data such as documented files, databases and for personal uses such as music and photos. Different types of data are stored in different places, depending on the type of data it is.


Offsite data refers to what type of data?

Offsite data is sending data to a critical main location. Data is normally transported using storage media such as magnetic tips and optical storage. Many companies choose to store data with third parties.


what is cloud storage?

cloud storage is a type of digital storage that stores data in servers via the internet.


What type of drives can be used to store data?

Portable drives (flash drive/jump drive) can also serve as storage devices.


From which type of store can a computer get its data most quickly?

Technically, the computer gets its data from the RAM faster than any data storage technology available. HOWEVER if you are talking about storage data, than it would have to be the ridiculously expensive FDD or Flash Disk Drive, with data transfers of over 100MB's a second for the more outrageously priced models. These are hampered by the fact that the largest FDD you can get is 128GB at this point in time.


What type of optical storage devices that contain data 210MB in a single medium?

Optical storage devices that can hold 210MB of data in a single medium include CD-ROMs, specifically standard CDs, which typically store up to 700MB. Another option is Mini CDs, which can hold around 210MB of data. Additionally, certain formats of DVD-RAM discs can also accommodate similar data sizes, though they are generally designed for higher capacities.


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 program is used to store the data source file?

The program used to store a data source file typically depends on the type of data and its intended use. For structured data, databases like MySQL, PostgreSQL, or Microsoft SQL Server are commonly used. For unstructured or semi-structured data, file formats like CSV, JSON, or XML may be stored in text editors or data processing tools like Excel or Apache Hadoop. Data storage solutions can also include cloud services like Amazon S3 or Google Cloud Storage for scalable storage needs.


What is file oriented approach and database oriented approach?

The file is store the data as document type, we don't have give particular data-type of data which will be store in it. But in database system there are specified structure (like in table format) of data store. First we have to make format with particulate data-type for the data, which will store in it. other The file has no record system, while database system store data with record in row, it is easy to maintain.


What does Accurate data Storage mean?

This is one of the most important things while making a program. Accurate storage means having the right amount of space for the program. If the data type is too mall and there is lots of memory needed to store the values then the values get chopped which obviously means that the accuracy of the data and program gets lost.This is one of the most important things while making a program. Accurate storage means having the right amount of space for the program. If the data type is too mall and there is lots of memory needed to store the values then the values get chopped which obviously means that the accuracy of the data and program gets lost.


What is the data or instructions that you type into the computer?

Input


Which data type will you use to store names of 100 students?

char data type