The steps to executing the above Desktop Publishing assignment is as follows:
- Open Mic. rosoft Word on your computer
- Highlight the referenced text and paste onto the empty work space
- Highlight all the text using CTRL + A
- Navigate to the Justification Button/ Tool as shown in the image and click
- While keeping the text highlighted, click on the "Line and Spacing Tool" as indicated in the image
- Select the "1.5" spacing action button
- Use CTRL + S to save your work.
<h3>What is desktop publishing?</h3>
Desktop publishing is the process of creating documents on a computer using page layout software. It was virtually solely used for print publications at initially, but it now now aids in the development of numerous types of web material.
A desktop publishing software (DTS), sometimes known as a "page layout program" or "publishing program," has full page design features, such as magazine-style columns, rules and borders, page, chapter, and caption numbering, and accurate typographic alignment.
Learn more about desktop publishing:
brainly.com/question/7221277
#SPJ1
Answer:
Explanation:
The following Python code is a function that takes in an array as a parameter, it then loops through the array determining if the element is divisible by 3. If it is it leaves it alone, otherwise it changes it to a 0. Then ouputs the array. A test case is shown in the attached image below using a sample array.
def divisible_by_three(array):
for x in array:
if x % 3 == 0:
pass
else:
array[array.index(x)] = 0
return array
Answer:
B
Explanation:
give answers next time pls so i can help you!!
Answer:
They include;
1. MAAG Pump Systems,
2. Automatik Plastics Machinery,
3. Gala Industries,
4. Reduction Engineering Scheer,
5. Ettlinger Kunststoffmaschinen and
6. XanTec EDV- und Steuerungstechnik
Explanation:
The MAAG group consists of six companies specialized in different aspects of polymer production. They provide their services to petrochemical, pharmaceutical and food production companies. They produce pellets, gear pumps, filtration systems and components, pelletizers, etc.
They have more than 1000 staff and their offices are located in about 11 countries of the world.
An actual parameter in a method call, or one of the values combined by an operator