0 SUMIT Asked: October 11, 20222022-10-11T22:39:09+05:30 2022-10-11T22:39:09+05:30In: OtherEvaluating the maximum number of pages needed, if a system …0Evaluating the maximum number of pages needed, if a system supports 16 bit address line and 1K page size operating system ShareFacebook1 AnswerVotedOldestRecent I'M ADMIN 2022-10-17T09:30:05+05:30Added an answer on October 17, 2022 at 9:30 am A 16 bit address can locate up to 2^16 = 65536 locations (bytes).Given page size is 1 KB = 1024 Bytes (Ref: 1 KB = 1024 Bytes).Therefore, total pages = 65536/1024 = 64 pages.Leave an answerCancel replyYou must login to add an answer. Username or email* Password* Remember Me! Forgot Password?
A 16 bit address can locate up to 2^16 = 65536 locations (bytes).
Given page size is 1 KB = 1024 Bytes (Ref: 1 KB = 1024 Bytes).
Therefore, total pages = 65536/1024 = 64 pages.