Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Today we learned about the I/O hierarchy We can put the I/O hierarchy into perspective by showing what happens when an application program displays a

image text in transcribed

Today we learned about the I/O hierarchy We can put the I/O hierarchy into perspective by showing what happens when an application program displays a string of characters on the screen in the figure on the right. The following steps are involved: A statement in the application program calls an HLL library function that writes the string to standard output. The library function (Level 3) calls an operating system function, passing a string pointer. The operating system function (Level 2) uses a loop to call a BIOS subroutine, passing it the ASCII code and color of each character. The operating system calls another BIOS subroutine to advance the cursor to the next position on the Screen. The BIOS subroutine (Level 1) receives a character, maps it to a particular system font, and sends the character to a hardware port attached to the video controller card. The video controller card (Level 0) generates timed hardware signals to the video display that control the raster scanning and displaying of pixels. Explain what the similar steps would be for your browser uploading a file to YouTube

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Databases Demystified

Authors: Andrew Oppel

1st Edition

0072253649, 9780072253641

More Books

Students also viewed these Databases questions