answersLogoWhite

0

What do index contain?

User Avatar

Anonymous

12y ago
Updated: 8/20/2019

an index contains the word or info and their page #

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Which database object does NOT contain data?

Database indexes do not contain data; they are structures that improve the speed of data retrieval.


What does the index of private tracker abbreviations in torrenting contain?

The Index of Private Tracker Abbreviations is an index that lists the abbreviated names or acronyms of BitTorrent private trackers. For example AOM is the acronym for Art of Misdirection.


How many images does Google's image index contain?

As many images there are on the web obviously.


What are index fossils useful for?

Because organisms that became index fossils lived only during specific intervals of geologic time, geologists can estimate the ages of rock layers based on the particular index fossils they contain.


Where can one find information about refractive index?

"One can find information about refractive index on the following websites: Wikipedia, Stack Exchange, Physics Forum, and Aleslombergar. Each of these sites contain examples and uses of the refractive index into great detail."


What does our body contain that is approximately 100?

The closest is the number of fingerprint ridges on the index finger of one hand.


Why should you not eat oranges?

The real problem with some citrus fruits is the amount of sugar they contain and their high glycemic index.


How can one calculate one's body fat index?

There are a variety of sites on the internet that contain information about calculating body fat index. Some sites that you may want to visit include Healthy Forms and Nerd Fitness.


How do you make an index.php?

There is set answer to this. The page named "index" (such as index.php, index.html, etc) is usually your homepage. This page can contain anything you want.


Why the index of an array be a positive number?

Since an array cannot contain a negative number of items, the size of an array must be at least 0. So if you ever tried to retrieve the element at a negative index in an array, it would automatically be understood to be out-of-bounds.


What the uses of index number in index index?

uses of index


How do you create string array in java?

String[] myStringArray = { "abc","def","xyz" }; You can access elements of this array by using the [index] operation. Ex: myStringArray[0] will contain value "abc" and myStringArray[1] will contain value "def" and so on...