<span>You can change the identation of text in Powerpoint by right clicking on the list item and selecting, "Format Text". On the paragraph tab, you can adjust the indentation before text as given in inches.</span>
Answer:
C
Explanation:
All the calculation by computer is performed in base 2. Base 2 is also named as binary computation and it is used in all the computer and digital data processing processors.
Some differences between base 2 and base 10 are:
- Base 2 number system contains 0 and 1 whereas base 10 is from 0 to 9.
- Digital systems works on 0 and 1 logic i.e on and off logic. So we use digital system easily in binary domain whereas, decimal system has 0-9 levels and they are hard to be catered in digital domain.
- Base 10 is used in normal calculations for daily use and binary is only confined to digital domain.
The program receives inputs for the name, number of droids and wookiees a user wants and displays the information as a complete sentence. The program written in python 3 goes thus :
name = input('Enter name : ')
<em>#</em><em> </em><em>prompts</em><em> </em><em>user</em><em> </em><em>of</em><em> </em><em>name</em><em> </em>
num_droid = int(input('number of droids : '))
<em>#prompts</em><em> </em><em>for</em><em> </em><em>number</em><em> </em><em>of</em><em> </em><em>droids</em><em> </em>
num_wooks = int(input('number of wookiees : '))
<em>#prompts</em><em> </em><em>for</em><em> </em><em>number</em><em> </em><em>of</em><em> </em><em>wookiees</em><em> </em>
print(name, ' wants to meet', num_droid, 'droids and',num_wooks , 'Wookiees' )
<em>#displays</em><em> </em><em>the</em><em> </em><em>information</em><em> </em><em>as</em><em> </em><em>a</em><em> </em><em>complete</em><em> </em><em>sentence</em><em> </em>
<em>A</em><em> </em><em>sample</em><em> </em><em>run</em><em> </em><em>of</em><em> </em><em>the</em><em> </em><em>program</em><em> </em><em>is</em><em> </em><em>attached</em><em> </em>
<em>Learn</em><em> </em><em>more</em><em> </em><em>:</em><em> </em><em>brainly.com/question/25506437</em>
Answer: B. Use a variety of animations on most slides to keep your audiences attention.
Explanation:
While animations can serve as a tool to make your presentation more engaging, too many of them can end up being a distraction and can end up potentially frustrating the audience.
In this way, writing the code in C++ we can say that it will be possible to make the coordinates on the planes.
<h3>Writing the code we have:</h3>
<em>#include <iostream></em>
<em>#include <cmath></em>
<em>#include <iomanip></em>
<em>using namespace std;</em>
<em>class Point{</em>
<em>private:</em>
<em>float x;</em>
<em>float y;</em>
<em>public:</em>
<em>Point(){ </em>
<em>x = y = 0;</em>
<em>}</em>
<em>Point(float x, float y){ </em>
<em>this->x = x;</em>
<em>this->y = y;</em>
<em>}</em>
<em>float getX(){ </em>
<em>return x;</em>
<em>}</em>
<em>float getY(){</em>
<em>return y;</em>
<em>}</em>
<em>float getDistance(){</em>
<em>return math.sqrt((x2 - x1) ** 2 + (y2 - y1) ** 2));</em>
<em>}</em>
<em>string toString(){ </em>
<em>return "("(x1, y)","(x2, y2)")";</em>
<em>}</em>
<em>};</em>
See more about C code at brainly.com/question/17544466
#SPJ1