Answer:
The first one is usb-c, the second is mini-usb, the third is micro-usb.
Explanation:
FORM factor. Example are ATX, micro ATX, and many more. ATX and MATX are the most common next to servers as well
Answer:
print("I like to code")
Explanation:
In the Programming Languages, print() function is used to print any string, display any output or both at the same time as well as we can print it one by one. We can also print addition, subtraction, multiplication and other problems directly without saving it in other objects or variables.
In the above statement, the correct method of printing any string is to write that string inside the parameter with a double-quote.
The second option is incorrect because in it double-quote is not used.
The third option is incorrect because the following sequence is not correct.