Answer:
numbers = []
for i in range(3):
numbers.append(eval(input("Enter number: ")))
print('Sum is:', sum(numbers))
Explanation:
You want to use a loop to prevent repeating your code.
Answer:
The correct answer for the given question is option(3) i. src.
Explanation:
In HTML if we insert a image on the screen we use<img> tag
the img have following attribute
1.src
2.height.
3 alt
4 width
The required attribute in img tag is src i.e source or path of image
The following are the syntax of image tag
<img src=" path of image" alt="not visible" height="100px" width="100px"/>
The height and width attribute describe the height and width of image in pixel.
The alt attribute is not mendatory attribute in image tag.The alt attribute display the message when image is not visible in the web page .
All the other attribute like alt,height,width are used as per the requirement but src is an required attribute .
so the option(3) is correct.
Answer:
IDE hard drives <em>(Integrated Drive Electronics)</em> aka <em>(PATA) </em>or <em>"Parallel ATA"</em> <em>(Advanced Technology Attachment)</em>, were the previous standard before SATA which are faster; IDE drives are disposed with 41 to 44 pins, and they normally use 5V; although to certain extent small laptop 2.5" drives need only 5V, some of them also need 12V; and 3.5" drives require 12V plus 5V for the motor and logic.
Thereby the most suitable answers are <em>B.)</em> &<em> E.)</em> ,
5V and 12V respectively.