If you were creating code to extract data and you needed to access an established collection of resources to acquire pre-written code and routines or modules, what might you be using to extract this data to reduce code and implement an already known working code that operates correctly?(1 point)

Responses

data structure
data structure

script
script

Boolean
Boolean

library

1 answer

The correct response would be library. A library is a collection of pre-written code, routines, or modules that can be used to perform specific tasks, which helps to reduce the amount of code you need to write and allows you to implement existing, well-tested solutions.