Answer:
(B) plug and play
Explanation:
If a device does not require a driver, it is <u>plug and play</u>. Plug and Play (PnP) is a combination of hardware and software support that enables a computer system to recognize and adapt to hardware configuration changes with little or no intervention by a user, including the loading of appropriate drivers.
I think the question is referring to the tab key.
print(3+7) will output 10, which is an integer.
print("2+3") will output 2+3, which is a string.