A programmer writing an app includes a function that searches through an image library and returns a sprite based on a user’s choice. This function is used multiple times through the program. At what layer of abstraction does this occur?(1 point)

Responses

application software layer
application software layer

system software layer
system software layer

hardware layer
hardware layer

circuit layer

1 answer

The function that searches through an image library and returns a sprite based on user choice operates at the application software layer. This layer is responsible for providing services and functionalities that allow users to perform specific tasks, such as accessing and displaying images in an application.