The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    How it Works: Making Sense of Computer Technology

    Discussion in 'Notebook News and Reviews' started by Charles P. Jefferies, Jan 29, 2014.

  1. Charles P. Jefferies

    Charles P. Jefferies Lead Moderator Super Moderator

    Reputations:
    22,339
    Messages:
    36,639
    Likes Received:
    5,080
    Trophy Points:
    931
  2. Jarhead

    Jarhead 恋の♡アカサタナ

    Reputations:
    5,036
    Messages:
    12,168
    Likes Received:
    3,134
    Trophy Points:
    681
    I'm not sure it'd be fair to describe a KB as something like 1024 bytes (so on and so forth). HDD OEMs (and, iirc, SSD OEMs too) measure their products' capacities in powers of ten (such as kilobyte, KB), whereas computers actually use powers of two internally (such as kibibyte, KiB). Ignoring the OS install, some users might be confused that they're getting less space than what the OEM said they'd get. IMO, it might be a good idea to have a disclaimer somewhere in the article that highlights this issue.

    Otherwise, it's an excellent primer for the computer illiterate.
     
  3. Bitech

    Bitech Notebook Consultant

    Reputations:
    4
    Messages:
    177
    Likes Received:
    7
    Trophy Points:
    31
    Computers are extremely complicated things. It's nice little guides like these that show that notebookreview.com cares about the average, technologically-challenged person.

    Unfortunately it's going to take a whole book to explain even the basics.

    The Intel and AMD processors need to be fleshed out some more, and they're obviously not equal in processing power.

    - Both AMD A10 and A8's are quad-cores
    - AMD A10's can only match up to the Core i5
    - A8's to Core i3 and i5
    - A6 to Core i3 and Pentium
    - A4 to Pentium and Celeron

    These are just approximations, but generally AMD's CPUs aren't up there with Intel, and Intel's CPUs are more efficient with their higher IPC.

    The GPU's are much easier to explain because they're mostly used for games.
    - Older GPU's like the HD 7000M and 600M series should be included since a lot of computer may still use these.

    This sounds like a good starting point and I'm looking forward to the "How This Works" series.
     
  4. Jarhead

    Jarhead 恋の♡アカサタナ

    Reputations:
    5,036
    Messages:
    12,168
    Likes Received:
    3,134
    Trophy Points:
    681
    Well, explaining exactly *why* AMD's falling being Intel CPU-wise would be a bit involved and would certainly be above what the Average Joe would understand. You'd have to explain how the A-series APUs (and FX-series) cores are classified; for example, the A8/A10 have four ALUs but only two FPUs to share with those four ALUs while in Intel's quad-core CPUs there is a 1:1 ratio of ALUs to FPUs, AMD's manufacturing processes are less efficient than Intel's, so on and so forth.

    Personally, I'm fine with how the CPUs are explained in the article as-is, even though the A10 is fairly behind the i7 quads in certain situations (especially in tasks that benefit from the hardware advantages Intel CPUs are currently enjoying). The Average Joe realistically would be just fine being ignorant of these technical details since the majority of these people could barely stress a Pentium in most tasks, let alone an A10/i7.

    It would be nice to include the 7000M/8000M and the 600M in the GPU comparisons, though some reminder that the customer should look into benchmarks of the hardware they're considering should be good enough.
     
  5. Zero000

    Zero000 Notebook Deity

    Reputations:
    26
    Messages:
    902
    Likes Received:
    69
    Trophy Points:
    41
    You would also have to include a discussion about instruction sets.
     
  6. Jarhead

    Jarhead 恋の♡アカサタナ

    Reputations:
    5,036
    Messages:
    12,168
    Likes Received:
    3,134
    Trophy Points:
    681
    Might as well add in a few paragraphs for high-level languages, how compilers and linkers transform that high-level code to assembly, then how assemblers transform that code to machine code, compiled vs interpreted code, etc....

    Hell, might as well enroll them in a computer science degree :p.