About 856,000 results
Open links in new tab
  1. What and where are the stack and heap? - Stack Overflow

    Sep 17, 2008 · What are the stack and heap? Where are they located physically in a computer's memory? To what extent are they controlled by the OS or language run-time? What is their …

  2. memory - Gigabyte or Gibibyte (1000 or 1024)? - Stack Overflow

    Dec 3, 2016 · The term gigabyte is commonly used to mean either 1000 3 bytes or 1024 3 bytes depending on the context. Disk manufacturers prefer the decimal term while memory …

  3. How to get memory available or used in C# - Stack Overflow

    Apr 15, 2009 · Can you (or someone at all) give an example of how to use PerformanceCounter to get the system available/used memory?

  4. Purpose of memory alignment - Stack Overflow

    Dec 19, 2008 · The memory subsystem on a modern processor is restricted to accessing memory at the granularity and alignment of its word size; this is the case for a number of reasons. …

  5. What does it mean by word size in computer? - Stack Overflow

    Jan 15, 2016 · (Except on computers with only word-addressable memory.) Word size is a pretty fuzzy term in modern computing, but is often related to the register width of the CPU. Knowing …

  6. How do you get total amount of RAM the computer has?

    Using C#, I want to get the total amount of RAM that my computer has. With the PerformanceCounter I can get the amount of Available ram, by setting: counter.CategoryName …

  7. How do I find the CPU and RAM usage using PowerShell?

    Jun 9, 2011 · 91 I am trying to get PowerShell to give me the RAM and CPU usage, but I can't figure out what WMI class to use. My computer has two processors, so it would be useful to …

  8. How can I get current CPU and RAM usage in Python?

    How can I get the current system status (current CPU, RAM, free disk space, etc.) in Python? Ideally, it would work for both Unix-like and Windows platforms. There seems to be a few …

  9. How are floating point numbers stored in memory? - Stack Overflow

    Oct 4, 2011 · To understand how they are stored, you must first understand what they are and what kind of values they are intended to handle. Unlike integers, a floating-point value is …

  10. What's the difference between a word and byte? - Stack Overflow

    Oct 13, 2011 · For example, a computer that has 64-bit registers and 64- bit memory addressing typically has 64-bit (8-byte) words. A computer executes many operations in its native word …