Basic Programming Unit Test 15 of 2615 of 26 Items Question 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 Boolean Boolean library library script script Skip to navigation page 1 of 1

1 answer

The correct response to the question is library.

A library is a collection of pre-written code and routines that can be used to perform common tasks or functions, allowing you to reduce the amount of code you need to write and to implement existing, well-tested code.