Answer: wearable technology that provides customers with on-the-spot personalized experiences
Explanation:
The options include:
a. online surveys that gather customer input to improve services in the future
scheduled conferences with brand ambassadors to pitch customers on new offers
b. customers using a PC connected to a local network to search for recommendations.
c. wearable technology that provides customers with on-the-spot personalized experiences.
The Internet of Things simply means objects that are interrelated, and connected through the internet which are able to transfer data without the interventions of human beings over a wireless network.
An example of using the Internet of Things (IoT) to deliver innovative cloud-based solutions to customers is the wearable technology that provides customers with on-the-spot personalized experiences.
Answer:
The most significant issue addressed while ensuring the proper functionality of computer is the working of Operating System.
Explanation:
There are many issues faced while making the computer properly functional. Such as, Memory size, processor speed, software installation etc. while operating system not working properly can cause a significant problem. If operating system is not working properly, the user is unable to use the computer.
So, to make sure the functioning of computer, the significant issue that should be needed to address is Operating System Installation.
Answer:
lst = []
n = int(input("Input an array size for you words array: "))
print("Now please enter " + str(n) + " words")
max = 0
min = 1000
index_min = 0
index_max = 0
for i in range(n):
s = input("Input a word: ")
lst.append(s)
if len(s) >= max:
max = len(s)
index_max = i
if len(s) <= min:
min = len(s)
index_min = i
print("The longest word is :" + lst[index_max])
print("The shortest word is :" + lst[index_min])
Explanation:
Create an empty list, lst
Get the size from the user
Create a for loop that iterates "size" times
Inside the loop, get the strings from the user and put them in the lst. Find the longest and shortest strings and their indices using if structure.
When the loop is done, print the longest and shortest
it is google docs like stuff made by google
Answer:
"Analog" seems to be the appropriate choice.
Explanation:
- Data estimation or representation by purposes of one sometimes more physical characteristics which can convey any information on a continuum of severity.
- Analog data or information is information that is expressed physically. At which digital information is a series of individual symbols, analog data, if the substrate loops on even a vinyl record, the magnetic disks on a VCR compilation, and perhaps other non-digital material, is contained in physical media.