During system testing, developers test the program in an environment that is very similar to how the program will eventually be used.
A. True
B. False

Answers

Answer 1

Answer:

True

Explanation:

When it is time to test a system, a great way to test and confirm the program is safe, and ready is in the most used environment.

Answer 2
The awnser is ( true ).

Related Questions

Match the parts of a CPU to their functions.

-control unit
-ALU
-register
Is a temporary data storage unit
manages data transfer operations
performs arithmetic and logical operations on input data

Answers

Answer:

CPU performs arithmetic and logical operation on input data

The way it is the performs

A computer consists of both software and hardware. a)Define the term software​

Answers

Answer: We should first look at the definition of the term software which is, “the programs and other operating information used by a computer. Now looking at this we can break this definition down. Software, are instructions that tell a computer what to do. Software are the entire set of programs, procedures, and routines associated with the operation of the computer. So pretty much to sum it up software is the set of instructions that tell the computer what to do, when to do it, and how to do it.

Have a nice day!

Answer/Explanation:

We should first look at the definition of the term software which is, “the programs and other operating information used by a computer. Now looking at this we can break this definition down. Software, are instructions that tell a computer what to do. Software are the entire set of programs, procedures, and routines associated with the operation of the computer. So pretty much to sum it up software is the set of instructions that tell the computer what to do, when to do it, and how to do it.

Define the following terms: Staff authority ,in your own words.

Answers

Answer:

To provision advise for other services to line managers.

Explanation:

Question:

Define Staff authority

Explanation:

Line managers receive counsel and other services from staff authority. Senior managers must exercise caution when it comes to restricting the number of employee employment. A company might end up with an excessive level of corporate overhead if this does not happen.

------------------------

hope it helps...

have a great day!!

Based on the following quote from Leonardo Da Vinci, what would be his definition of a fine artist? “Principles for the Development of a Complete Mind: Study the science of art. Study the art of science. Develop your senses- especially learn how to see. Realize that everything connects to everything else.” - Leonardo da Vinci
A fine artist must discover the world for herself and not listen to others’ interpretations.

A fine artist is one who sees things others don’t see and makes connections others don’t make.

A fine artist is a scientific genius who cultivates the power of observation.

A fine artist must first be scientist and use science to improve his art.

Please hurry :(

Answers

Answer:

A fine artist is one who sees the things other don't see and make connections other don't make.

Answer:

I think it is

A fine artist is one who sees things others don’t see and makes connections others don’t make.

the abuse of children is a symptom of

Answers

Mental issues such as anger issues
the abuse is a anger issue.

define the following terms: Line authority,in your own words.

Answers

The power given to a person in a supervisory position who makes decisions and actions by subordinates. An engineer manager is an example of like authority.

Will Give Brainiest 75pts

Read the following excerpt from "Did You R e a l l y Just Post That Photo?" by Kristin Lewis: There is no way to know for sure if the photos you posted on F a c e b o o k (you know, the ones that got you grounded) are the reason you were denied [college admission]. But you'll always be h a u n t e d by the possibility that the college found them. The fact is, an increasing number of colleges are looking up applicants on social-media sites like F a c e b o o k and Y o u T u b e. If they don't like what they find out about you, you could miss out on a scholarship or even get rejected. Colleges aren't the only ones scouring the Internet for your name either. Potential employers are looking too. An i n a p p r o p r i a t e photo can cost you a job, whether it's the babysitting gig you're hoping to land next week or the internship you will apply for five years from now. Which of the following is a paraphrase of the bolded lines that could be used for note-taking purposes? Applicants use social media to research potential colleges and jobs. Potential employers are looking up applicants online to help make hiring decisions. Social media can negatively impact a user's college and job prospects. "The fact is, an increasing number of colleges are looking up applicants on social-media sites like F a c e b o o k and Y o u T u b e."

Answers

Answer:

it's not C. Social media can negatively impact a user's college and job prospects. I answered that and I got it wrong. I think it might be B, im like 80% sure, so sorry if I'm wrong

hope this helps!

The option that paraphrase  the bolded lines is Potential employers are looking up applicants online to help make hiring decisions.

Is it right for a potential employer to use the Internet in this way?

The use of social media for any kind of monitoring, investigation, and job decision making by the employer is one that is advisable to all.

Conclusively, It is moral to use information that will help one in terms of job performance and if the employer uses the internet in line with their policies and practices, then there is no issue with it.

Learn more about employers from

https://brainly.com/question/26355886

Need the answer ASAP PLZ!!!! I’ll mark brainliest if it’s correct

Select the correct answer.
Suzanne, a project manager, wants to change the style and font of the text in the document. What documentation standards should Suzanne
follow?

OA
interchange standards
ОВ.
identification standards
OC.
update standards
OD
process standards
OE.
presentation standards

Answers

Answer:

update standards

i think this is correct

don't be afraid to correct me if im wrong

Explanation:

mrk me brainliest

Need the answer ASAP!!!!!!!!
I’ll mark brainliest if correct

Drag each label to the correct location on the image. Match the correct component to the part on the flowchart

Procedure 1

subroutine

procedure 2

decision

input

End

Start

Answers

Answer:

i answerd this on a diffrent page

Explanation:

Which is the greatest potential drawback to a liberal market?


increased monopolization

decreased technological advancement

lack of consumer regulations

increased cybercrime


you can only pick one, if u get it wrong ima visit u tonight.

Answers

Answer; increase momonolatizion
Hope helps

The post-closing trial balance shows the balances of only the ____ accounts at the end of the period.
A. liability
B. asset
C. temporary
D. permanent​

Answers

Answer: The post-closing trial balance shows the balances of only the “permanent” accounts at the end of a period. So your answer is D. Permanent.

Have a nice day!

-------- C++ ------

Assume you need to test a function named inOrder. The function inOrder receives three intarguments and returns true if and only if the arguments are in non-decreasing order: that is, the second argument is not less than the first and the third is not less than the second. Write the definition of driver function testInOrder whose job it is to determine whether inOrder is correct. So testInOrder returns true if inOrder is correct and returns false otherwise.

For the purposes of this exercise, assume inOrder is an expensive function call, so call it as few times as possible!

-------------------------------------------

Assume you need to test a function named max. The function max receives two int arguments and returns the larger. Write the definition of driver function testmax whose job it is to determine whether max is correct. So testmax returns true if max is correct and returns false otherwise.

------------------------------------------

Write a program that will predict the size of a population of organisms. The program should ask the user for the starting number of organisms, their average daily population increase (as a percentage, expressed as a fraction in decimal form: for example 0.052 would mean a 5.2% increase each day), and the number of days they will multiply. A loop should display the size of the population for each day.

Input Validation.Do not accept a number less than 2 for the starting size of the population. If the user fails to satisfy this print a line with this message "The starting number of organisms must be at least 2.", display the prompt again and try to read the value. Similarly, do not accept a negative number for average daily population increase, using the message "The average daily population increase must be a positive value." and retrying. Finally, do not accept a number less than 1 for the number of days they will multiply and use the message "The number of days must be at least 1."

Answers

Answer:

The function testInOrder is as follows:

bool testInOrder(){

bool chk= false;

   int n1, n2, n3;

   cin>>n1;cin>> n2; cin>> n3;

   if(n2>=n1 && n3 >= n2){chk = true;}

   bool result = inOrder(n1,n2,n3);

   if(result == chk){ return true;}

   else{return false;}

}

The function testmax is as follows:

bool testmax(){

   bool chk = false;

   int n1, n2;

   cin>>n1; cin>>n2;

   int mx = n1;    

   if(n2>=n1){        mx = n2;    }

   int returnMax = max(n1,n2);

   if(returnMax == mx){        chk = true;            }

   return chk;

}

The prediction program is as follows:

#include <iostream>

using namespace std;

int main(){

   int startSize,numDays;

   float aveInc;

   cout<<"Start Size: ";

   cin>>startSize;

   while(startSize<2){

       cout<<"The starting number of organisms must be at least 2.";

       cin>>startSize;    }

   cout<<"Average Daily Increase: ";

   cin>>aveInc;

   while(aveInc<1){

       cout<<"The average daily population increase must be a positive value.";

       cin>>aveInc;    }

   cout<<"Number of days: ";

   cin>>numDays;

   while(numDays<1){

       cout<<"The number of days must be at least 1.";

       cin>>numDays;    }

   for(int i = 0;i<numDays;i++){        startSize*=(1 + aveInc);    }

   cout<<"Predicted Size: "<<startSize;

}

Explanation:

testInOrder

This defines the function

bool testInOrder(){

bool chk= false;

This declares all three variales

   int n1, n2, n3;

This gets input for the three variables

   cin>>n1; cin>>n2; cin>>n3;

This correctly check if the numbers are in order, the result is saved in chk

   if(n2>=n1 && n3 >= n2){chk = true;}

This gets the result from inOrder(), the result is saved in result

   bool result = inOrder(n1,n2,n3);

If result and chk are the same, then inOrder() is correct

   if(result == chk){ return true;}

If otherwise, then inOrder() is false

   else{return false;}

testmax

This defines the function

bool testmax(){

This initializes the returned value to false

   bool chk = false;

This declares the two inputs as integer

   int n1, n2;

This gets input for the two numbers

   cin>>n1; cin>>n2;

This initializes the max of both to n1

   int mx = n1;    

This correctly calculates the max of n1 and n2

   if(n2>=n1){        mx = n2;    }

This gets the returned value from the max() function

   int returnMax = max(n1,n2);

If returnMax and max are the same, then max() is correct

   if(returnMax == mx){        chk = true;            }

   return chk;

}

Prediction program

This declares all necessary variables

   int startSize,numDays;  float aveInc;

This gets input for start size

   cout<<"Start Size: ";    cin>>startSize;

The loop is repeated until the user enters valid input (>=2) for startSize

   while(startSize<2){

       cout<<"The starting number of organisms must be at least 2.";

       cin>>startSize;    }

This gets input for average increase

   cout<<"Average Daily Increase: ";    cin>>aveInc;

The loop is repeated until the user enters valid input (>=1) for aveInc

   while(aveInc<1){

       cout<<"The average daily population increase must be a positive value.";

       cin>>aveInc;    }

This gets input for the number of days

   cout<<"Number of days: ";    cin>>numDays;

The loop is repeated until the user enters valid input (>=1) for numDays

   while(numDays<1){

       cout<<"The number of days must be at least 1.";

       cin>>numDays;    }

The following loop calculates the predicted size at the end of numDays days

   for(int i = 0;i<numDays;i++){        startSize*=(1 + aveInc);    }

This prints the predicted size

   cout<<"Predicted Size: "<<startSize;

Select the correct answer from each drop-down menu.
According to the IEEE guidelines, what is required to find a large amount of reference information during documentation?

According to the IEEE guidelines, a/an___________ is required to help ________ A large amount of reference information during documentation

Options for the first box:list of page numbers, index, glossary

Options for the second box: locate, list, summarize

Answers

Answer:

glossary

summarize

Explanation:

i am positive that this is correct

According to the IEEE guidelines, a glossary is required to help summarize a large amount of reference information during documentation.

What are the IEEE guidelines?

IEEE guidelines are the manual for the editorial guidelines of IEEE transaction, letters, journals, etc.

The edits include punctuation, capitalization, abbreviations, biographies, etc.

Thus, the correct options are glossary and summarize.

Learn more about IEEE guidelines

https://brainly.com/question/17030694

#SPJ2

in 2 or 3 sentences, describe one advanced stradegy and how its useful

Answers

Answer:

A search strategy is useful because it helps you learn about things that are not available to you in person. One advanced search strategy is to form words carefully. I could copy 'describe one advance search strategy and how it is useful' and put it into a search engine and get many different results that aren't helpful. But if I shorten it to 'advance search strategies' I get helpful information.

Explanation:

An energy source that is bought and sold.​

Answers

Commercial energy sources are bought and sold.

Collin wants to insert and center a title at the top of his spreadsheet. Collin should _____.


A. highlight the cells in row 1, select Center command, and type the title

B. type the title in cell A1 and click on the center icon

C. select cells in row 1, select the Merge and Center command, and type the title

D. click on cell A5 and type the title

Answers

Answer:

C. select cells in row 1,select the merge and center command, and type the title.

100 POINTS NEED THIS BEFORE 11:59 TODAY!!!!!!!!!!!!!!!

Answers

Answer:ok be how hobrhkihfehgdhdj fuiufiisefif jfkijfjfhhfhfhfhf

Explanation:

Login
c. Unscramble the following wewards and uurite them
Korrectly win the blandes
1.ELLC:
2. RMULAFO:
3.CTIONFUN:
1. COUMNL:​

Answers

Answer:

1. Cell

2. Formula

3. Function

4. Column

Marina requested a copy of her credit report in May 2019 and wants to request a second one in November 2019. What is true?

O She can; it is always free
She can, but she may have to pay for it
O She will not obtain it, a free copy can be requested every two years.
O She will not obtain it, the bureau sends it automatically once a year

Answers

Answer:

B. She can, but she may have to pay for it.

Explanation:

A credit report is a report that contains the credit history of an individual. A credit report is issued by Credit bureaus who have financial information of a person.

Credit bureaus issue one credit report for free every year. But if a person desires to issue a credit report more than once a year then he/she will have to pay a fee for it.

In the given scenario, Marina who has requested a copy of the credit report in May 2019, will have to pay a fee for a copy of the second credit report.

Therefore, option B is correct.

In a language JUNGLE is codded as UJNGEL then how will BANDID is codded?​

Answers

[tex]\huge\tt\underline\pink{BANDID\:✒\:ABNDDI\:✅}[/tex]

Step-by-step explanation:-

J ⇢ [tex]\sf\purple{U}[/tex]

U ⇢ [tex]\sf\purple{J}[/tex]

N ⇢ [tex]\sf\red{N}[/tex]

G ⇢ [tex]\sf\red{G}[/tex]

L ⇢ [tex]\sf\blue{E}[/tex]

E ⇢ [tex]\sf\blue{L}[/tex]

The first two letters [tex]\sf\purple{"J"}[/tex] and [tex]\sf\purple{"U"}[/tex] are interchanged and they take each other's place respectively. The third and fourth letters [tex]\sf\red{"N"}[/tex] and [tex]\sf\red{"G"}[/tex] maintain their position. The fifth and sixth letters [tex]\sf\blue{"L"}[/tex] and [tex]\sf\blue{"E"}[/tex] also take each other's place respectively.

Following the above sequence, we have

B [tex]\sf\purple{A}[/tex]

A [tex]\sf\purple{B}[/tex]

N [tex]\sf\red{N}[/tex]

D [tex]\sf\red{D}[/tex]

I [tex]\sf\blue{D}[/tex]

D [tex]\sf\blue{I}[/tex]

[tex]\circ \: \: { \underline{ \boxed{ \sf{ \color{green}{Happy\:learning.}}}}}∘[/tex]

In keyboarding there are 2 sides to a keyboard
True or false

Answers

Answer:

true

Explanation:

True, also know this because the your four fingers are supposed to line up one ASDF and JKL; and your thumbs on the Spacebar

Does anyone play genshin impact here?

Answers

Answer:

what server are u on

Explanation:

yes i do play itttttttttttttttttttttt

how do i give brainliest? if what you say works i'll give de brain

Answers

two people have to answer the question and at the bottom of the question you'll see a crown and you just click on that to give them brainliest

Answer:

When Two people answer a question A crown should appear at the bottom where you find the buttons like and rat/e so once you click it the crown will go to the top of the question of the question that you think is the best.

Explanation:

Rate these 3 fnaf characters from 1-3 tell me who you find the scariest as well
MICHEAL AFTON CIRCUS BABY GOLDEN FREDDY

Answers

Answer:

Golden Freddy is the scariest in my opinion

Answer:

Micheal Afton=3/3

Circus Baby=3-3

Golden Freddy=2/3

In my opinion, I'd say Circus Baby because of how her voice sounds like.

Other Questions
Help me on this oneIM CONFUSED!!!!!!!!!WINNER GETS BRAINLEST ___________________________________ is the process by which organisms best suited to their environments survive and reproduce. aMutations bCharacteristics cArtificial Selection dNatural Selection 6. Today, this continent is bordered by theAtlantic Ocean on the east and the PacificOcean on the west. Solve.51/2 + 63/4 + (-41/4) Explain how nitrate ions help plants to grow. Which ordered pairs represent points that belong to the straight line y-5x-2 ... Show your work.A) (-4,-22) B) (4; 6)C) (-4; 6)D) (4;18)no links and pls show ur work The Chain of Infection is a MODEL of 23 and 25 how do you do the work?find the areas of each Find the zeros[tex]x^3+8x^2-20x+48[/tex] Which poetic device did 14th century poets rely upon to make their verses easy to memorize? Rewrite eachsentence so thatit has a similarmeaning andcontains the word givena) What are you thinking of doing?intendb) I find getting up early unbearable!bearc) I'll see you in the morning, I expect.tod) 'I won't help!' said Tom.refusede) Pat was taught to drive when he was young.learnedf) 'Would you like me to help you?' I asked Joe.offeredg) Ellen didn't have enough money for the ticket.affordh) I'll be back at 6.00,' said Susan.promised Read Part One of Article B on sea otters.If you have ever watched sea otters swim and play at your local zoo, you know they are extraordinary animals. But did you know they are under threat of extinction? That means no more sea otters in the wild and fewer in captivity. Sea otters have been on the Endangered Species List for over 45 years, but there are actions humans can take to protect them.The Fur TradeIn the 1800s, sea otters were hunted for their fur. The fur trade between North America and Europe was booming, and sea otter fur was a popular option because of its thickness. By the mid-20th century, sea otters had been hunted to near extinction. Only 1,0002,000 sea otters were believed to be living in the wild in 1929. Many people thought the species would soon become extinct. However, due to conservation efforts during the second half of the 20th century, sea otter populations recovered. The strengthening of the numbers of sea otters in the wild is often considered to be one of the greatest successes in marine conservation.Despite their comeback, sea otters are sadly still an endangered species. This is due to predators and human impact on the sea otter's habitat.PredatorsSea otters are threatened by other animals in the water and on land. Killer whales are one of the sea otter's main predators now that the seal and sea lion populations are declining. Sharks, sea lions, and eagles also pluck sea otters from the water while bears and coyotes will hunt them on land. Sea otters use their intelligence to outsmart some of their predators. They also use their sharp teeth to protect themselves.What is the author's point of view on the reason the sea otter population recovered?Sea otters learned to eat a more varied diet, saving themselves from extinction.More people started owning sea otters as pets, which increased their number.Laws were passed to shorten the number of months in sea otter hunting season.Conservation efforts in the last half of the twentieth century saved sea otters. What is the value of x What was Jefferson Davis strategy for winning the civil war For which distributions is the Median the best measure of center In which scenario would an investigative report be considered ethical?A. The writers sources are personal friends.B. The writers conclusion and observations are objective.C. The recommended products belong to the writers friends company.D. The writer uses methods that guarantee a preferred outcome.E. The writer leaves out events that may lead to a coworkers termination. Find the area of each circle. Round to the nearest tenth. Use 3.14 for . facts about trump list 10 not 1,2,3,4,5,6,7,8,9, just 10 T/F we make synthetic materials to serve different purposes that meet our wants and needs Is it possible that someone can help me outside of this app please I really need it I have been stuck on this for days