Yahoo Web Search

Search results

  1. Programming language. The source code for a computer program in C. The gray lines are comments that explain the program to humans. When compiled and run, it will give the output "Hello, world!". A programming language is a system of notation for writing computer programs. [1]

  2. A computer "speaks" in a "language" using strings of the numerals "1" and "0"—known as binary code. A programming language allows us to translate the computer's binary code into something humans can understand and write. These languages enable us to communicate with computers, build and organize code, specify functionality and behavior ...

  3. People also ask

  4. Mar 28, 2024 · computer programming language, any of various languages for expressing a set of detailed instructions for a digital computer.Such instructions can be executed directly when they are in the computer manufacturer-specific numerical form known as machine language, after a simple substitution process when expressed in a corresponding assembly language, or after translation from some “higher ...

    • David Hemmendinger
  5. Jul 22, 2020 · Computers “think” in binary — strings of 1s and 0s. Programming languages allow us to translate the 1s and 0s into something that humans can understand and write. A programming language is made up of a series of symbols that serves as a bridge that allow humans to translate our thoughts into instructions computers can understand.

  6. Oct 26, 2021 · Programming, also known as coding, refers to the process of writing instructions for computing devices and systems. A computer program translates those instructions into a language that computers ...

  7. Sep 23, 2011 · Programming Language: A programming language is a set of commands, instructions, and other syntax use to create a software program . Languages that programmers use to write code are called "high-level languages." This code can be compiled into a "low-level language," which is recognized directly by the computer hardware.

  8. Computer programming or coding is the composition of sequences of instructions, called programs, that computers can follow to perform tasks. [1] [2] It involves designing and implementing algorithms, step-by-step specifications of procedures, by writing code in one or more programming languages. Programmers typically use high-level programming ...

  1. People also search for