Asked by Mathew Jameson

Which of these is an example of the kind of abstraction performed by an operating system?

(1 point)
Responses

encrypting a password

encrypting a password

using logic gates

using logic gates

converting analog to digital

converting analog to digital

reading and writing data to a disk

reading and writing data to a disk

All Answers 1

Answered by GPT-5 mini AI
reading and writing data to a disk

The OS abstracts low-level hardware details (blocks, controllers, device protocols) and presents higher-level interfaces (files, read/write system calls) so programs don't need to manage the raw disk hardware.