Answer:
The best answer would be
Explanation:
To access this command ...
Select the Format tab - Properties - Paragraph properties - Bleeds and spaces
Answer:
The answer is "HTML".
Explanation:
We will suggest him to learn HTML language because It stands for HyperText Markup Language. It is a markup language that uses a build a web page and these sites are normally viewed on the web browser.
- It is the language for development used in the World Wide Web.
- This language includes writing, links, images, videos, and audio files.
- Each one of these kinds of content is tagged and described by HTML, which uses a web browser can display it correctly.
Answer and explanation :
the three control problems associated with competing process are
- MUTUAL EXCLUSION : We know that some resources are shareable and some are not shareable. which means only one process can access the resource at a time this type of resources are called critical resources this code can be access at only one process at a time. the other process if required to access should not be allowed
- DEADLOCK: this hold the process without complete for example suppose there are two resources R1 and R2 and two process P1 and P2 and P1 use R1 and P2 use R2 but after some time when P1 needs R2 but R2 is not available as it is used by P2 so the all process will be on hold
- STARVATION : when priorities are given to the process as high priorities and low priorities. And high priorities process always competing then low priorities process have to wait for very long time this is called starvation