Author Question: In a Master Test Plan, criteria for passing tests and software description fall under which ... (Read 101 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?

The B-complex vitamins and vitamin C are not stored in the body and must be replaced each day.

Did you know?

Hip fractures are the most serious consequences of osteoporosis. The incidence of hip fractures increases with each decade among patients in their 60s to patients in their 90s for both women and men of all populations. Men and women older than 80 years of age show the highest incidence of hip fractures.

Did you know?

Coca-Cola originally used coca leaves and caffeine from the African kola nut. It was advertised as a therapeutic agent and "pickerupper." Eventually, its formulation was changed, and the coca leaves were removed because of the effects of regulation on cocaine-related products.

Did you know?

Sildenafil (Viagra®) has two actions that may be of consequence in patients with heart disease. It can lower the blood pressure, and it can interact with nitrates. It should never be used in patients who are taking nitrates.

Did you know?

Barbituric acid, the base material of barbiturates, was first synthesized in 1863 by Adolph von Bayer. His company later went on to synthesize aspirin for the first time, and Bayer aspirin is still a popular brand today.

For a complete list of videos, visit our video library