Which of these is an example of abstraction occurring at the application software level?(1 point)

Responses

function
function

touch screen
touch screen

mouse
mouse

logic gate

1 answer

The correct response indicating an example of abstraction occurring at the application software level is function.

Functions in programming serve as abstractions that encapsulate complex operations into a single callable unit, allowing developers to use them without needing to understand the intricate details of their implementation.