answersLogoWhite

0

A homework question but here is a clue. A data structure is ****?

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How do you store data in c?

Write your data to a data file.


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.


An audio file provides?

a place to store sound data


What is the structures of the files and data bases?

I think file is a open structure. and the data base is closed structure.


Difference between catalog and schema?

A catalog is a set of tables which contains the definitions or descriptions of the database structure and its constraints. For example it could store the structure of each file +Type and Format of each data item stored in the file. A catalog is a type of schema and a schema is what defines a data elements and their interrelationships.


What are the advantages of a file management system?

Some of the advantages are: 1. A file management system will allow user to create and store Meta data. Meta data is data about the files. 2. A file is indexed for faster and easier retrieval. Gives structure to all your info. You will be able to manage all your information much easier.


What is the purpose of file conversion?

helps store data


What saves data to a VHD file?

Backing store


What are the advantages and dis advantages of file?

file is data storage structure it is collection of record


Example of data program dependency in file system?

-File structure is defined in the program code.


How do you make record file in c language?

To create a record file in C, you typically define a structure to represent the record data, then use file handling functions to write to a file. First, include the necessary headers like <stdio.h> and define your structure. Use fopen() to open a file in write mode, and then use fwrite() or fprintf() to write the structure data to the file. Finally, close the file with fclose() to ensure all data is saved properly.


Why should computers have a file structure in place?

Computers should have a file structure in place to organize and manage data efficiently. A file structure helps users easily locate and access files, improves system performance, and ensures data is stored in a logical and structured manner.