Answer:
A. True
Explanation:
Websites are created using html, css, javascript and other web based programming languages. When a website page is requested, the host server sends the copy of the source code to the web browser of the client system, the web browser is able to interpret the source code and displays the graphical representation on the web browser for the client.
A projector would make his presentation bigger.<span />
Answer:
c. The placement and relationship of elements within a picture
Explanation:
Required
What composition means?
Literally, composition means the way the elements of a picture are presented. The elements in this case constitute all lines, shapes, dots, pattern and many more.
You will notice that some of these elements will be placed over one another, some side by side, some far from one another.
So, composition means the way these elements are displayed.
<em>Hence, option (c) is correct.</em>
Using the knowledge in computational language in C++ it is possible to write a code that asks the user to enter a number of gallons.
<h3>Writting the code:</h3>
<em>#include <iostream></em>
<em>using namespace std;</em>
<em>int main()</em>
<em>{</em>
<em> float gallons, cufeet;</em>
<em> cout << "\nEnter quantity in gallons : ";</em>
<em> cin >> gallons;</em>
<em> cufeet = gallons / 7.481;</em>
<em> cout << "Equivalent in cublic feet is " << cufeet << endl;</em>
<em> return 0;</em>
<em />
<em>}</em>
See more about C++ at brainly.com/question/19705654
#SPJ1