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
  • 99

    Stuart Wright

    Administrator From Birmingham, UK
    • Messages
      2,369
    • Reaction score
      1,664
    • Points
      1,901
  • 2

    Paul225

    Established Member From Colchester
    • Messages
      78
    • Reaction score
      67
    • Points
      31
  • 2

    SKA

    Established Member From Milton Keynes
    • Messages
      64
    • Reaction score
      8
    • Points
      27
  • 1

    jasonincamlagh

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

    Keskinta

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

    Gadget Geek

    Distinguished Member From Somerset
    • Messages
      3,262
    • Solutions
      1
    • Reaction score
      4,222
    • Points
      1,246
  • 1

    ajw1100

    Established Member From Hertfordshire UK
    • Messages
      302
    • Reaction score
      100
    • Points
      79
  • 1

    Coulomb

    Moderator From Brisbane, Australia
    • Messages
      2,176
    • Solutions
      1
    • Reaction score
      1,779
    • Points
      621
  • 1

    PJ60

    Standard Member From Coventry
    • Messages
      47
    • Reaction score
      59
    • Points
      16
  • 1

    Amun

    Established Member From Norfolk, UK
    • Messages
      222
    • Reaction score
      123
    • Points
      58
  • 1

    Vince31

    Established Member From Uk, Swindon
    • Messages
      135
    • Reaction score
      183
    • Points
      53
  • 1

    CuriousIslander

    Established Member From Isle of Wight UK
    • Messages
      195
    • Reaction score
      218
    • Points
      91
  • 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

    Jto

    Prominent Member From Elstree
    • Messages
      1,161
    • Reaction score
      392
    • Points
      253
  • 1

    Guru

    Established Member From Norfolk Broads
    • Messages
      54
    • Reaction score
      138
    • Points
      40
  • 1

    Blackeunos

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

    Mihir

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

    Fireman frog

    Established Member 43 From West Sussex
    • Messages
      109
    • Reaction score
      122
    • Points
      42
  • 1

    greeiig

    Established Member From London, UK
    • Messages
      112
    • Reaction score
      84
    • Points
      37
  • Back
    Top Bottom