Answer:
3 amps
Explanation:
because as per ohm's law. "electric current is proportional to voltage and inversely proportional to resistance"
 
        
             
        
        
        
Answer:
if(y==10)
{
      x=0;   // assigning 0 to x if y equals 10.
}
else
{
    x=1;   // assigning 1 to x otherwise.
}
Explanation:
In the if statement i have used equal operator == which returns true if value to it's right is equal to value to it's left otherwise false.By using this operator checking value of y and if it is 10 assigning 0 to x and if it is false assigning 1 to x.
 
        
             
        
        
        
Answer: Find out which starter makes your partner most interested in reading your story.
1. Start with action or dialogue.
2. Ask a question or set of questions.
3. Describe the setting so readers can imagine it.
4. Give background information that will interest readers.
5. Introduce yourself to readers in a surprising way.
Explanation:
 
        
             
        
        
        
Electronic component on a computer's
motherboard that interprets and carries
out the basic instructions that operate
the computer; also called processor.
        
             
        
        
        
Answer:
A. using a hook in his opening
B.  detailing the speech’s objectives
E. letting his audience know what to expect
Explanation:
Opening his speech using a quotation is a strategy of using a narrative hook, or simply hook, by Ian. Giving a grand and enticing opening is what makes an audience to pay attention and listen to what the speaker has to say in his speech. So, first strategy used by Ian is using a hook in his opening.
Another strategy used by Ian is giving objective details of his speech. By outlining what he will be covering in his speech, Ian is letting his audience know what to expect from the speaker and his speech, and also gave details of his speech.
So, option A, B, and E are correct.