Cyber Rookies - Operating System Fundamentals by D. Irtegov Book-9788170086222
  • Cyber Rookies - Operating System Fundamentals by D. Irtegov Book-9788170086222

Cyber Rookies - Operating System Fundamentals

₹350.00
Book Title: Cyber Rookies - Operating System Fundamentals
Author: D. Irtegov
ISBN-13: 9788170086222
Publication: Laxmi Publications
Edition: Second edition (2014)
Quantity
Available

  • COD Available. Delivery Time 4 - 7 Working Days in India. COD Available. Delivery Time 4 - 7 Working Days in India.
  • For General Enquiries WhatsApp 7200833323 (Chat Support) For General Enquiries WhatsApp 7200833323 (Chat Support)
  • Trusted by over 100K+ customers Trusted by over 100K+ customers

Overview of Cyber Rookies - Operating System Fundamentals Book

This comprehensive reference is written for software developers, operating system designers, and computer science students who need a conceptual background in operating systems. It provides an overview of the main tasks faced by operating system developers and teaches the primary methods used to solve common problems. Rather than focus on one particular operating system, the book discusses general concepts and illustrates them with specific examples and references from a variety of systems, including DOS, Microsoft Windows, Mac OS, UNIX, Linux, FreeBSD, Palm OS, IBM VM, OS/2, OS/390, and z/OS, and more. Understanding the classification of various formats, functions, processes, and architectures of these different operating systems is crucial for developing new systems or software that will run on these platforms. KEY FEATURES: * Teaches the basic functions of all operating systems * Covers RAM management, loading programs, user interfaces, communication with external devices, file systems, and security * Explains the classification and applications of modern operating systems, including DOS, general purpose, virtual, real-time, cross-development, and "in-between" systems --This text refers to an out of print or unavailable edition of this title. --This text refers to an out of print or unavailable edition of this title. Read more Read less P.when('DynamicIframe').execute(function(DynamicIframe){ var BookDescriptionIframe = null, bookDescEncodedData = "This%20comprehensive%20reference%20is%20written%20for%20software%20developers%2C%20operating%20system%20designers%2C%20and%20computer%20science%20students%20who%20need%20a%20conceptual%20background%20in%20operating%20systems.%20It%20provides%20an%20overview%20of%20the%20main%20tasks%20faced%20by%20operating%20system%20developers%20and%20teaches%20the%20primary%20methods%20used%20to%20solve%20common%20problems.%20Rather%20than%20focus%20on%20one%20particular%20operating%20system%2C%20the%20book%20discusses%20general%20concepts%20and%20illustrates%20them%20with%20specific%20examples%20and%20references%20from%20a%20variety%20of%20systems%2C%20including%20DOS%2C%20Microsoft%20Windows%2C%20Mac%20OS%2C%20UNIX%2C%20Linux%2C%20FreeBSD%2C%20Palm%20OS%2C%20IBM%20VM%2C%20OS%2F2%2C%20OS%2F390%2C%20and%20z%2FOS%2C%20and%20more.%20Understanding%20the%20classification%20of%20various%20formats%2C%20functions%2C%20processes%2C%20and%20architectures%20of%20these%20different%20operating%20systems%20is%20crucial%20for%20developing%20new%20systems%20or%20software%20that%20will%20run%20on%20these%20platforms.%20%3CP%3EKEY%20FEATURES%3A%20%3CP%3E*%20Teaches%20the%20basic%20functions%20of%20all%20operating%20systems%20%3CP%3E*%20Covers%20RAM%20management%2C%20loading%20programs%2C%20user%20interfaces%2C%20communication%20with%20external%20devices%2C%20file%20systems%2C%20and%20security%20%3CP%3E*%20Explains%20the%20classification%20and%20applications%20of%20modern%20operating%20systems%2C%20including%20DOS%2C%20general%20purpose%2C%20virtual%2C%20real-time%2C%20cross-development%2C%20and%20%22in-between%22%20systems", bookDescriptionAvailableHeight, minBookDescriptionInitialHeight = 112, options = {}, iframeId = "bookDesc_iframe"; function resizeCallback() { P.guardFatal("bookDescription", function() { // Get the line-height of the iframe var iframe = document.getElementById(iframeId); var iframeDocument = iframe.contentDocument; if (false && iframeDocument && iframeDocument.defaultView) { // Set the height to the number of lines specified var numLines = parseInt(0, 10); // Get the line-height of the iframe var iframeContent = iframeDocument.getElementById("iframeContent"); // Compute the line height var lineHeight = iframeDocument.defaultView.getComputedStyle(iframeContent, null).getPropertyValue("line-height"); // Parse the line height lineHeight = parseFloat(lineHeight); bookDescriptionAvailableHeight = Math.round(lineHeight * numLines); } else { var bdOffsetTop = document.getElementById("bookDescription_feature_div").offsetTop; var imageBlockOffsetTop = document.getElementById("booksImageBlock_feature_div").offsetTop; var imageBlockHeight = document.getElementById("booksImageBlock_feature_div").offsetHeight; bookDescriptionAvailableHeight = imageBlockOffsetTop + imageBlockHeight -bdOffsetTop - 30; if(bookDescriptionAvailableHeight < minBookDescriptionInitialHeight) { bookDescriptionAvailableHeight = minBookDescriptionInitialHeight; } } var psTotalHeight = document.getElementById("postBodyPS").offsetHeight; if(psTotalHeight > bookDescriptionAvailableHeight + 30){ if(document.getElementById("bdSeeLessPrompt").style.display == "none"){ document.getElementById("outer_postBodyPS").style.height = bookDescriptionAvailableHeight + 'px'; document.getElementById("psPlaceHolder").style.display ="block"; document.getElementById("bdSeeAllPrompt").style.display ="block"; } else{ document.getElementById("outer_postBodyPS").style.height = psTotalHeight + 'px'; } } else{ document.getElementById("outer_postBodyPS").style.height = psTotalHeight + 'px'; document.getElementById("psPlaceHolder").style.display ="none"; document.getElementById("bdSeeAllPrompt").style.display ="block"; document.getElementById("bdSeeLessPrompt").style.display ="none"; document.getElementById("bdExpanderIcon").className = document.getElementById("bdExpanderIcon").className.replace("rotate",""); } })(); } options.iframeId = iframeId; options.iframeWrapperId = "bookDesc_iframe_wrapper"; options.overriddenCSSId = "bookDesc_override_CSS"; options.encodedIframeContent = bookDescEncodedData; options.initialResizeCallback = resizeCallback; BookDescriptionIframe = new DynamicIframe(options); P.guardFatal("bookDescription", function() { BookDescriptionIframe.createIframe(); }) (); if ((typeof BookDescriptionIframe != 'undefined') && (BookDescriptionIframe instanceof DynamicIframe)) { P.when('jQuery').execute(function($) { $(window).resize(function() { P.guardFatal("bookDescription", function() { BookDescriptionIframe.resizeIframe(resizeCallback); }) (); }); $(window).bind('imageResize', function() { P.guardFatal("bookDescription", function() { BookDescriptionIframe.resizeIframe(resizeCallback); }) (); }); }); } });

  • Book Type :

  • Cyber Rookies

  • Book Binding :

  • Paperback

  • Language :

  • English

  • Number of Pages :

  • 498 pages

  • ISBN - 10 :

  • 8170086221

  • Cyber Rookies - Operating System Fundamentals Published On :

  • 2014

  • Resource:

  • Students and Professionals:Textbooks, Computer Science, Cyber Rookies

    Disclaimer:

    • Cyber Rookies - Operating System Fundamentals Book is not for reading online or for free download in PDF or eBook format.
    • Table of Contents,Index,Syllabus,summary and image of Cyber Rookies - Operating System Fundamentals book may be of a different edition or of the same title.
    • Price can change due to reprinting, price change by publisher or sourcing cost change for imported books.
BKIMXAL_9788170086222
New product

Reviews

Write your review

Cyber Rookies - Operating System Fundamentals

Book Title: Cyber Rookies - Operating System Fundamentals
Author: D. Irtegov
ISBN-13: 9788170086222
Publication: Laxmi Publications
Edition: Second edition (2014)

Write your review