Impact of Gen-AI on IT Jobs - Growth Mindset Show
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
iOS
Java
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
1
Reply
What is virtual memory? Where it used by OS?
Legolas
14y
3.5k
0
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
Virtual memory The conceptual separation of user logical memory from physical memory.Thus we can have large virtual memory on a small physical memory.
Demand paging When a page is touched, bring it from secondary to main memory.
Overlays Laying of code data on the same logical addresses - this is the
reuse of logical memory. Useful when the program is in phases or
when logical address space is small.
Dynamic loading A routine is loaded only when it's called.
projects for computer science
Oceanpass
13y
0
What is virtual memory? Where it used by OS?
Where the user store resides in OS?
Message