Answer:
Explanation:In software engineering, dependability is the ability to provide services that can defensibly be trusted within a time-period. This may also encompass mechanisms designed to increase and maintain the dependability of a system or software.Computer software is typically classified into two major types of programs: system software and application software.
In this activity Morgan is preparing the digital files to a printer on a DTP project.
Explanation:
DTP project is the creation of documents using page layout on a personal computer. The process of printing digital based images directly to variety of media substrates is known as digital processing.
The digital files like PDFs can be sent directly to digital printing press to print on paper, photo paper, fabric and so on.
They have unique fade rates and different sensitives to the various deterioration mechanisms. DTP is used for graphic designers to create documents.
Answer:
Lowest Level; Machine Language.
Explanation:
The lowest level of a computer is machine language, which are strings of 0's and 1's in bits, and it's possible to perform tasks at this level. It's however difficult to do and humans created <em>Assembly</em>; a type of low level programming language to be readable, and converts to machine language so that we don't have to work in binary.