Answer:
To maintain their Skills
Explanation:
The main job of video editor and film editor is to gather the raw material related to some particular topic that is provided by camera person. With the help of skills the video editor convert that raw video into finished product that will be able to broadcast.
That is the reason, he should maintain his skills to preform the video editing task accurately.
Answer:
The correct option for accessing the value in sarray[3] is : d) *(sptr+3)
Explanation:
a) *sptr[*3] is wrong option because its syntax is not right it will give errors.
b) *sptr+3 is also wrong option because it will add 3 to the value of sarray[0].
c) sptr+3 is wrong option because it will only access the address of sarray[3] not the value it contains.
d) *(sptr +3) is correct syntax for accessing value in sarray[3] by using pointer
Answer:
e) None of the above
Explanation:
Software engineers should make the analysis, specification, design, development, testing and maintenance of software a respected and beneficial profession. In accordance with the obligation with the welfare, health and safety of society, software engineers should adhere to the following Eight Principles:
Society: Software engineers will act in a manner consistent with the social interest.
Client and Entrepreneur: software engineers will act in a way that produces the best result for client and entrepreneur, and in a manner consistent with the social interest.
Product: Software engineers will ensure that their products and corresponding modifications meet the highest possible professional standards.
Valuation: software engineers will maintain integrity and independence in their professional valuations.
Management: Software engineering leaders and managers will subscribe and promote an ethical approach in software development and maintenance management.
Profession: software engineers will advance in the integrity and reputation of the profession, to drive consistent with the social interest.
Partners: Software engineers will be fair and support their partners.
Staff: Software engineers will participate in continuous learning regarding the practice of their profession and will promote an ethical approach to the practice of the profession.