software

Software is a set of computer programs and associated documentation and data. This is in contrast to hardware, from which the system is built and which actually performs the work.
At the lowest programming level, executable code consists of machine language instructions supported by an individual processor—typically a central processing unit (CPU) or a graphics processing unit (GPU). Machine language consists of groups of binary values signifying processor instructions that change the state of the computer from its preceding state. For example, an instruction may change the value stored in a particular storage location in the computer—an effect that is not directly observable to the user. An instruction may also invoke one of many input or output operations, for example, displaying some text on a computer screen, causing state changes that should be visible to the user. The processor executes the instructions in the order they are provided, unless it is instructed to "jump" to a different instruction or is interrupted by the operating system. As of 2023, most personal computers, smartphone devices, and servers have processors with multiple execution units, or multiple processors performing computation together, so computing has become a much more concurrent activity than in the past.
The majority of software is written in high-level programming languages. They are easier and more efficient for programmers because they are closer to natural languages than machine languages. High-level languages are translated into machine language using a compiler, an interpreter, or a combination of the two. Software may also be written in a low-level assembly language that has a strong correspondence to the computer's machine language instructions and is translated into machine language using an assembler.

View More On Wikipedia.org
  • 98

    Stuart Wright

    Administrator From Birmingham, UK
    • Messages
      2,038
    • Reaction score
      1,450
    • Points
      1,659
  • 2

    Paul225

    Established Member From Colchester
    • Messages
      75
    • Reaction score
      66
    • Points
      31
  • 2

    SKA

    Established Member From Milton Keynes
    • Messages
      59
    • Reaction score
      8
    • Points
      25
  • 1

    Cloggsy

    Established Member From North Yorkshire
    • Messages
      96
    • Reaction score
      88
    • Points
      45
  • 1

    Amun

    Established Member From Norfolk, UK
    • Messages
      190
    • Reaction score
      109
    • Points
      50
  • 1

    IvanB

    Novice Member From Scotland
    • Messages
      2
    • Reaction score
      2
    • Points
      1
  • 1

    Geoff Campbell

    Novice Member From Carmarthen
    • Messages
      5
    • Reaction score
      1
    • Points
      2
  • 1

    Hero9989

    Standard Member From Newcastle-Under-Lyme, UK
    • Messages
      45
    • Reaction score
      49
    • Points
      14
  • 1

    andykuu

    Standard Member From Norway
    • Messages
      22
    • Reaction score
      7
    • Points
      5
  • 1

    Blackeunos

    Standard Member From UK
    • Messages
      32
    • Reaction score
      20
    • Points
      9
  • 1

    Mihir

    Established Member From Milton Keynes
    • Messages
      299
    • Reaction score
      335
    • Points
      115
  • 1

    Fireman frog

    Established Member 42 From West Sussex
    • Messages
      108
    • Reaction score
      121
    • Points
      42
  • 1

    fshuk1

    Established Member From Kingston
    • Messages
      235
    • Reaction score
      258
    • Points
      112
  • 1

    jasonincamlagh

    Novice Member From ballinasloe
    • Messages
      8
    • Reaction score
      0
    • Points
      5
  • 1

    Keskinta

    Standard Member From London
    • Messages
      10
    • Reaction score
      3
    • Points
      3
  • 1

    Hage52

    Established Member From Rotterdam
    • Messages
      129
    • Reaction score
      13
    • Points
      36
  • 1

    greycaster

    Novice Member From Arbroath
    • Messages
      1
    • Reaction score
      1
    • Points
      1
  • 1

    ajw1100

    Established Member From Hertfordshire UK
    • Messages
      295
    • Reaction score
      100
    • Points
      78
  • 1

    Enquirer 62

    Standard Member From Hampshire Waterlooville
    • Messages
      45
    • Reaction score
      49
    • Points
      21
  • 1

    PJ60

    Standard Member From Coventry
    • Messages
      45
    • Reaction score
      55
    • Points
      16
  • Back
    Top Bottom