I think you need some time of camra voice recorder sorry if im wrong also sorry cuz i forgot what it is called
A is correct! We did this in Law!
Have a merry Christmas!
Answer:
Check the explanation
Explanation:
An integer (int) is of two different bytes and each page has 200 bytes in length. What this means is that each row of array A (100 int) will fits perfectly in a page.
(a) For the initial or first array-initialization loop, one column is processed at a time, so a page fault will be generated at every inner loop iteration, with a total of 100*100=10,000 page faults.
(b) And when it comes to the second array-initialization loop, one row is processed at a time, and a page fault is generated at every outer loop iteration, with a total of 100 page faults.
Hence second array-initialization loop, has better spatial locality.
Answer:
1. A browser is used to access websites and web pages whereas a search engine is used to search for particular information.
2. Indexing is the process by which search engines organise information before a search to enable super-fast responses to queries.
3.Search engines are used to find specialized data rapidly whereas web directory is used to find a list of different sites.
4. The working behind the PageRank algorithm is that a page with a large number of in- links(a link from an important page) to it, then its outgoing links to other pages also become important. It gives more importance to back links of a web page and propagates the ranking through links.
5. Look for Sites from Established Institutions 2. Look for Sites with Expertise 3. Steer Clear of Commercial Sites 4. Beware of Bias 5. Check the Date 6. Consider the Site's Look 7. Avoid Anonymous Authors 8. Check the Links
Explanation: