answersLogoWhite

0

This question is impossible to answer accurately ! Computer files can be as small as a few kilobytes, or as large as a terabyte - or more !

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Computer Science

What is the purpose of each group of files?

nothing at all


In a database files are called?

A database holds records in files that are called tables. Each table has a specific key that defines that table and each master key is unique.


What is a fragmented file in a computer?

Files are stored on a computer hard drive in sectors. If a single file is stored in multiple areas (sectors) then it is considered fragmented. Basically, fragmentation slows down the computers abilty to to access a file quickly and efficently. A defrag program might reconnect the segments of the file and speed up the process of reading a file into memory. This is a simple explanation. For more information do a search for "defrag"


Each command on a menu performs a specific action such as searching for files or obtaining Help?

True


Which RAID level will you implement to provide redundancy?

Type your answer here...Answer Explanation: RAID 1 uses a minimum of two hard disks to mirror data for fault tolerance. Each hard disk contains a complete copy of the data. Disk duplexing improves mirroring because each disk is on a separate controller. If one disk or controller fails in a duplexing RAID 1 array, the other disk can take over immediately to provide fault tolerance.RAID 5, also known as disk stripping with parity, provides fault tolerance by striping the data across a minimum of three and a maximum of 32 disks, and by storing parity information on each disk. This allows the RAID array to recover from a single disk failure.RAID 0, also known as disk striping, is used to increase performance by striping data over a minimum of two and a maximum of 32 disks. RAID 0 provides no fault tolerance.RAID 3, also known as disk stripping with a parity disk, provides fault tolerance by writing data across three or more drives. Because the least number of hard disks is required, RAID 1 will be used instead of RAID 3.

Related Questions

What is function of disk space analyzer?

A disk space analyzer is a software utility for the visualization of disk space usage by getting the size for each folder (including sub-folders) and files in a folder or drive.


What are compressed old files?

Each disk of your computer has its own compressed old files, which are stored in some portion of it and which gets accumulated day by day.For deleting them from your hard disks so as to free the space, u can use the disk cleanup application.


What is the difference between database file and datafile?

Datafile is a group of files in each table space in an Oracle database. Database files are all files that are found within the database.


Based on information in the disk cleanup dialog box what is the purpose of each group of files?

Each group is like a different race. except in the computer world they still dont like to mix those races, they keep each file form seperate.


What is the purpose of each group of files?

nothing at all


How much space does each group of files take up on a computer?

There is no fixed number, it varies depending on the amount of data in each file in the group, the file formats used, the file system the computer uses, and the operating system the computer uses.


How is single-session disc different from a multisession disc?

When you write to a CD or DVD, two things happen. First the files are copied to the disk, then the directory is written and the disk is "closed" so it can no longer be written to. With a multisession disk, you write files, but you do not "close" the disk. You can add more files to it (or delete old ones although they are not exactly removed from the disk, just from the directory). You can continue to change it (each change being a "session") until either the disk is full or you "close" it by finalizing the directory.


How percent in vista of disk space is allocated to recycle bin for each drive?

10%


What are the different ways of adding text using vi?

ownership. When a user created a file, the file automatically belongs to the user. The fourth column show the group ownership of each file. At the time of user account creation the system administrator assigns the user to a group. The fifth column display the file size in bytes. This does not mean the amount of disk space occupied by the files. The sixth column gives the date and time of modification of the files. The last column gives the name of the file and the list is arranged in the alphabetical order.


How do you determine the minimum amount of RAM required?

You should refer to the product documentation included with each operating system to determine the minimum system requirements for the guest operating system. Be aware that the minimum required disk space you need is the sum of the required disk space of each guest operating system and the host operating system, in addition to disk space for any applications to be installed on the operating systems.


Where does Windows 7 send files or folders when deleted?

The Recycle Bin. Windows keeps a special folder, for each disk, for the deleted files; if you open the "Recycle Bin", Windows will show you the deleted files for all connected drives.Note that Windows keeps only a certain number of MB of files for each drive; once that is passed, the oldest deleted files are eliminated permanently, when additional files are deleted.


What is data fregmentation?

Data fragmentation - is splitting files or programs into smaller pieces. When a computer saves a file, it looks for the next available piece of free space on the disk - not necessarilythe amount of space needed to save the file in one piece. If it can't save the whole file in the space it finds, it saves as much as will fit, then looks for the next available space - and so on. Each piece is a fragment of the file - the computer keeps track of where each fragment is.