4. Only (ii)
<u>Explanation:</u>
The declaration of the array can be of two types:
1. int a[100];
2. int[] a = new int[100];
The general thing about an array is that whenever we want to undergo traversal in an array, we always have to start from the 0th position as the size of the array may be a whole number (let us say 10). So, to undergo traversal in an array, we start from 0 to n-1 (in this case 9) such that it covers the size of the array.
The size of an array can be finite or infinite. The general rule is it starts from 0 to n-1 where n is the size of the array. In the above example, the range of the index of the array will be 0 through 100 and not 1 through 100.
I'm a little confused about the question, but if you're asking how many points you need to ask a question, the minimum is 10.
PCI and AGP slots have been replaced with PCI-E slot (PCI-Express). There are different types of PCI-E buses:
PCI Express 1x (250 [500] * MB/s)
PCI Express 2x (500 [1000] * MB/s)
PCI Express 4x (1000 [2000] * MB/s)
PCI Express 8x (2000 [4000] * MB/s)
PCI Express 16x (4000 [8000] * MB/s)
<span>PCI Express 32x (8000 [16000] * MB/s)
I hope that's what you meant :)</span>
The type of software which is offered in trial form or for a limited period of time is called shareware.
Software which are offered for free in trial form or for a limited time period are called shareware. They operate on the principle that once the user understands what the software can offer they will pay to use it later.
Most shareware software has built in countdowns which start as soon as you start the trial and at the end of which access is automatically revoked. They require the user to form a simple account. These versions generally provide a very basic selection of functions and are used to rake in more paying users.
Types of shareware include:
- Adware: It stands for advertising-supported software where the advertisements generate revenues.
- Demoware: This is a trial version of the original software including all features.
- Crippleware: This software is free but provides limited features till it is purchased.
- Trialware
This provides the user with full feature access for a time limit and then requires purchase.
You can learn more about shareware software at
brainly.com/question/4593389
#SPJ4