Answer:
The correct answer to the following question will be "Computer-assisted design".
Explanation:
- CAD seems to be computer software or development for creating 2D as well as 3D features or models.
- This technology could be used in a wide variety of companies and professions which could be used to produce architectural models, construction aims, renderings, power systems, technical diagrams, blueprints as well as visual effects through your favorite films and shows.
So that Daniel uses certain technology to support or create these 3D designs.
Answer:
// code in C++.
#include <bits/stdc++.h>
using namespace std;
// main function
int main()
{
// variables
int length=10,height=7,width=5;
// find the volume of
int vol=length*height*width;
// find the surface area
int sa=2*(length*width+length*height+height*width);
// find the perimeter
int peri=4*(length+width+height);
// print the volume
cout<<"Volume is: "<<vol<<" cm^3."<<endl;
// print the surface area
cout<<"Surface area is: "<<sa<<" cm^2."<<endl;
// print the perimeter
cout<<"Perimeter is: "<<peri<<" cm."<<endl;
return 0;
}
Explanation:
Declare and initialize length=10, width=5 and height=7.calculate volume by multiply length, width and height and assign to variable "vol".Then find the surface area as 2*(length*width+length*height+height*width) and assign it to variable "sa".Then find the perimeter as 4*(length+width+height) and assign to variable "peri". Print the volume, perimeter and surface area.
Output:
Volume is: 350 cm^3.
Surface area is: 310 cm^2.
Perimeter is: 88 cm.
<span>Monica needs to work on a document where she has to highlight topics in bold and add emphasis to some words in a paragraph using italics. These keys will allow her to highlight and italicize the words :
</span>Ctrl+B combination of keys will allow Monica to highlight text in bold. The Ctrl+I combination of keys will allow her to italicize text.
Ctrl+B+I combination of keys will allow her to make it bold and italicize at the same time.
Landscape design or landscape horticulture. a bachelor degree for these.