Answer:
b. may be considered as records or non records
Explanation:
Message in an organization and even instant messages (IMs) can be considered as records or nonrecords, this depends on the content, nowadays in a company can be used apps like social media, important information can be stored between customers or partners, this no reduces any cost and the message can be deleted depends on the server settings.
<u>Sustaining</u> technologies are technologies that enable the incremental improvement of products and services.
Sustaining technology refers to the constant improvement of industrial activities which includes cost efficiency, product quality, and time.
Sustaining technology differs from disruptive technology in that disruptive technology identifies new opportunities and creates new products and services that the customers don't know about while sustaining technology enables the companies to compete with other associations by improving the products and services that the consumers already know about.
Sustaining technology works by identifying the needs and demands of the consumers and customers and can sometimes be a slow method.
Sustaining technologies enable companies to maintain their existing customer base and at the same time improve their existing products.
To learn more about sustaining technologies, click here:
brainly.com/question/14838154
#SPJ4
Answer:
See explanation
Explanation:
Given
![ex = [5,3,0,1,2]](https://tex.z-dn.net/?f=ex%20%3D%20%5B5%2C3%2C0%2C1%2C2%5D)
Solving (a):
print(ex[0:2])
This prints the elements from 0 index to 2-1
In other words, it prints index 0 and 1
Hence, the output is [5, 3]
Solving (b):
ex.append(8) --> This adds 8 to the end of the list
print(ex) --> This prints the updated list: [5, 3, 0, 1, 2, 8]
Solving (c):
ex.remove(0) --> This removes 0 from the list
print(ex) --> This prints the updated list: [5, 3, 1, 2, 8]
Solving (d):
ex.pop() --> This removes the last ite, from the list
print(ex) --> This prints the updated list: [5, 3, 1, 2]
I can’t see the following tags that he could’ve possibly used