300 because it was good for it
Answer:
1. Graphics.
2. Clip art.
Explanation:
1. Graphics: visual representations of information that are not text-images, photos, symbols, diagrams, and so on. Some examples of software applications used for graphics design are CorelDraw, Adobe Illustrator, Affinity Designer, Inkscape, Adobe Photoshop, etc.
Adobe Photoshop is a proprietary software application designed and developed by Adobe inc. for both Windows and MacOS operating system. It is a raster graphics editor that's typically used for imaging and graphics design. It comprises of various shape tools such as ellipse, line, polygon, triangle, custom shape and rectangle.
2. Clip art: digital artwork such as symbols and pictures that can be imported for use in documents or other software applications.
The code chunk that lets the analyst create the price column is;
unite(retail, “price”, price_dollars, price_cents, sep=”.”)
The code chunk unite(retail, “price”, price_dollars, price_cents, sep=”.”) is the one that will allow the analyst to create the price column.
The reason for that answer is that;
- The unite() function would allow the analyst to make the dollars and cents data to be combined into a single column.
- Meanwhile, in the parentheses of the given function, the analyst will write the name of the data frame.
- Next step for the analyst is to write the name of the new column in quotation marks.
- Next step is the names of the two columns they want to combine.
- Lastly, the argument sep=”.” will now place a decimal point between the dollars and cents data given in the price column.
Read more about programming at; brainly.com/question/15683939
Answer:
C.)Power query editor
Explanation:
Power Query Editor is a tool in MS Excel 2010 which allows the user to locate, edit and load external data before importing it.
It imports data from different sources, joins, appends data and shapes data according to requirements.