The answer to this question is protocol
Answer:
Quality assurance team
Explanation:
Software development life cycle (SDLC) is a process or stages of processes a software application must go through to be materialized. The stages of SDLC are planning, design, implementation or development, testing or verification, deployment and maintenance.
An implemented software design must be tested. It is tested based on the pre-dertermined design and the quality standard of the company. A group of test expect are approached for this purpose, they are called the quality assurance team
They are equipped with skills to use third party applications to analyze and verify the quality of the developed software.
Def firstChars( word ):
if( word ): # make sure word has characters
print( word[ 0 ] ) # print the first character (Python 3 syntax)
Answer:
Its word count so she knows how much words she is writing
Explanation: