Author Question: In a Master Test Plan, criteria for passing tests and software description fall under which ... (Read 100 times)

Collmarie

  • Hero Member
  • *****
  • Posts: 569
In a Master Test Plan, criteria for passing tests and software description fall under which category?
 
  A) Procedure Control
  B) Overall Plan
  C) Testing Requirements
  D) Component-Specific Test Plans

Question 2

Describe the three families of file organization.
 
  What will be an ideal response?


uniquea123

  • Sr. Member
  • ****
  • Posts: 311
Answer to Question 1

D

Answer to Question 2

In a sequential file organization, the rows in the file are stored in sequence according to a primary key value. To locate a particular row, a program must normally scan the file from the beginning until the desired row is located. A common example of a sequential file is the alphabetic list of persons in the white pages of a phone directory. Sequential files are very fast if you want to process rows sequentially, but they are impractical for random row retrievals. Deleting in an indexed file organization, the rows are stored either sequentially or nonsequentially, and an index is created that allows the application software to locate individual rows. An index is a structure that is used to determine the rows in a file that satisfy some condition. Each entry matches a key value with one or more rows. An index can point to unique rows or to potentially more than one row. An index that allows each entry to point to more than one record is called a secondary key index. One of the most powerful capabilities of indexed file organizations is the ability to create multiple indexes. The main disadvantages to indexed file organizations are the extra space required to store the indexes and the extra time necessary to access and maintain indexes. In a hashed file organization, the location of each row is determined using an algorithm that converts a primary key value into a row address. Although there are several variations of hashed files, in most cases the rows are located nonsequentially as dictated by the hashing algorithm.



Related Topics

Need homework help now?

Ask unlimited questions for free

Ask a Question


 

Did you know?

Drugs are in development that may cure asthma and hay fever once and for all. They target leukotrienes, which are known to cause tightening of the air passages in the lungs and increase mucus productions in nasal passages.

Did you know?

Green tea is able to stop the scent of garlic or onion from causing bad breath.

Did you know?

About one in five American adults and teenagers have had a genital herpes infection—and most of them don't know it. People with genital herpes have at least twice the risk of becoming infected with HIV if exposed to it than those people who do not have genital herpes.

Did you know?

There are major differences in the metabolism of morphine and the illegal drug heroin. Morphine mostly produces its CNS effects through m-receptors, and at k- and d-receptors. Heroin has a slight affinity for opiate receptors. Most of its actions are due to metabolism to active metabolites (6-acetylmorphine, morphine, and morphine-6-glucuronide).

Did you know?

Ether was used widely for surgeries but became less popular because of its flammability and its tendency to cause vomiting. In England, it was quickly replaced by chloroform, but this agent caused many deaths and lost popularity.

For a complete list of videos, visit our video library