Answer:
Information and communications technology is an extensional term for information technology that stresses the role of unified communications and the integration of telecommunications and computers, as Technology Trends 2016
#1: Spreading intelligence throughout the cloud. ...
#2: Self-managing devices. ...
#3: Communication beyond sight and sound. ...
#4: Fundamental technologies reshaping what networks can do. ...
#5: Weaving security and privacy into the IoT fabric.
Explanation:
look for a question that i have answered answer it and also plz give me brainliest on this one plz
The Correct answer would be C. <span>microphone,mouse,scanner
microphone you talk into to give info (data)
a mouse you use to click on objects to give input
a scanner you input a paper/object
hope this helps!! :)
</span>
Answer:
C
Explanation:
No explanation, self-explanatory. I used class main instead...
Answer:
x = int(input("What grade are you in? "))
if (x == 9):
print ("Freshman")
elif (x == 10):
print("Sophomore")
elif (x == 11):
print ("Junior")
elif (x == 12):
print("Senior")
else:
print ("Not in High School")
Explanation: