The index used by the OS to manage computer files is called _____.API
FAT
GUI
RAM

Answers

Answer 1
Answer: The answer is B) FAT.
Answer 2
Answer:

hey bud it's your ole pal paps

sans and i came to help by giving some tips this will surely help and jolt the memory.

Keeping track of these files is a big job. To perform this task, the OS makes an index of all the files stored on the computer. This index is called a File Allocation Table (FAT). The OS updates the FAT every time a file is created, renamed, moved, or deleted.

-paps & sans


Related Questions

At which minimum height off the floor should a new oven be installed
You receive an email from someone who claims to be a representative from your credit card company. The email asks you to click on a link to reset your password to the company’s website. You should proceed with caution because the email may be a(n) _______ attempt. A. spam B. phishing C. malware D. legitimate
Write a program to input the day of a week and print holiday if it is Saturday
Glossaries are usually located at the front of a text or document.
What are the six external parts of a computer?

A man-made world event that would affect the labor market would be a(n) _____.

Answers

Hurricane and Is there a Choice or..

Write the definition of a function named sumArray that receives two parameters: an array of element type int and an int that contains the number of elements of the array. The function returns the sum of the elements of the array as an int.

Answers

Answer:

// here is program in C++.

#include <iostream>

using namespace std;

// function to calculate sum of elements of array

int sumArray(int ar[],int n)

{

   // variable

   int sum=0;

   for(int a=0;a<n;a++)

   {

   // calculate sum of all elements

       sum=sum+ar[a];

   }

// return sum

 return sum;

}

// driver function

int main()

{

 // variable

  int n;

  cout<<"enter the number of elements in array:";

  // read the number of elements

  cin>>n;

  // Declare an array of size n

  int ar[n];

  cout<<"enter "<<n<<" elements:";

  // read the elements of array

  for(int x=0;x<n;x++)

  {

      cin>>ar[x];

  }

   // call the function with parameter array and n

   // print the sum

  cout<<"sum of "<<n<<" elements of array is: "<<sumArray(ar,n)<<endl;

   return 0;

}

Explanation:

Read the number of elements and assign it to "n".Then create an array of size n of integer type.Read n elements of the array.Call the function sumArray() with parameter array and n.Here it will calculate the sum of all elements and return an integer which holds the sum of all elements.

Output:

enter the number of elements in array:5

enter 5 elements:3 6 12 9 5

sum of 5 elements of array is: 35

If the experiment data does not support the hypothesis what would a scientist do next

Answers

Record their results. Test the experiment again. If it sill doesn't have the same results as the experiment says a real scientist then they will announce their finding to the board of scientists. Then more scientists will test both experiments and try to get the results as one of these experiments. This cycle will continue until the experiment is proven true. 

Answer:

a qustion thier ability to be a scientist

List 3 categories of computers,describe 2 aspects that differentiate these categories in terms of capability.

Answers

Coding computers and gaming computers and just regular used computers

The efficiency of a screw is low because of _____. width friction length height

Answers

it friction because the screw is low on the efficiency.


friction is the correct answer


Literacy is best defined as knowing how to: (Points : 1

Answers

Depends on what kind of literacy you are referring to, (computer, health, etc). Since this was asked under computers and technology, I will base my answer on Computer Literacy.

Computer Literacy basically means how much you know about using a computer. Using applications such as Internet Explorer and Microsoft word, or simply typing a document is a form of computer literacy.