Answer:
Replace /* Your code goes here */ with
for(i =0; i<NUM_VALS; i++)
{
printf("%d", origList[i]*offsetAmount[i]);
printf(";");
}
Explanation:
The first line is an iteration statement iterates from 0 till the last element in origList and offsetAmount
for(i =0; i<NUM_VALS; i++)
{
This line calculates and print the product of element in origList and its corresponding element in offsetAmount
printf("%d", origList[i]*offsetAmount[i]);
This line prints a semicolon after the product has been calculated and printed
printf(";");
Iteration ends here
}
Answer: Quality is the parameter which describes about the distinctive trait presented by something.The measurement of the quality is based on whether or not the substance is able to fulfill the requirement of the client.
In respect with the computing field ,quality is the characteristic that is supposed to be good if there is presence of no defects or damage and is able to meet the requirement of the user or client. This parameter can be for devices, programming languages, software etc.
Answer:
False
Explanation:
Kleene star is a unary operation, we can perform this on a character or set of strings.It means zero or more than zero up to infinite.
It is represented by Vˣ or V+.
For 1, the kleene star will be empty string '∈' or any number of strings.
1ˣ =(∈,1,11,111,1111,11111......)
In question, the empty string '∈' is not present.
Answer:
Demarcation point
Explanation:
There is point that is set by engineers for the entrance of the cables to provide different services such as Telephone, internet and other utilities. At this point a device has been installed, in which service provider and end users plugin their cables.
Service providers is responsible for any service degradation till this point. After this point user is responsible for any damage. This point is called Demarcation point
.
Answer:
A
Explanation:
The smooth endoplasmic reticulum perform all of the listed functions in different cells except protein synthesis in conjunction with ribosomes which is the function of the rough endoplasmic reticulum.