1985
in second generation of computer transistor were used transistor are used instead of vaccum tube are used in first generation high level langauges such as gobsl, fortran are used
Compiler.
The mainframe computer is usually used in a computer center to connect the other computers. The mainframe computer is a high level computer that is designed for demanding and extensive computer tasks.
a high-level structured computer programming language used for teaching and general programming.
Low level computer languages require the programmer to know the the assembler language for the computer CPU targeted. They are assembled directly into machine code for that CPU type and no other.High level computer languages are closer to human language (or mathematical notation) and the code written in them is 'generic', it will work on any CPU type. This is possible because the high level language is first compiled before specific machine code is generated. All CPU types therefore need their own high level language compiler but once this is developed any code written in the high level language can be used on that CPU type.Examples of high level languages are:FORTRANCOBOLAlgolPascalPearlPythonC, C++etc.
The first high-level language to be designed was Plankalkül between 1943 and 1945. However, it was never implemented. The first implementation to be widely-used was Fortran in 1956.
1951 was when the first computer was used
Low level computer languages require the programmer to know the the assembler language for the computer CPU targeted. They are assembled directly into machine code for that CPU type and no other.High level computer languages are closer to human language (or mathematical notation) and the code written in them is 'generic', it will work on any CPU type. This is possible because the high level language is first compiled before specific machine code is generated. All CPU types therefore need their own high level language compiler but once this is developed any code written in the high level language can be used on that CPU type.Examples of high level languages are:FORTRANCOBOLAlgolPascalPearlPythonC, C++etc.
Colossus was the 1st electronic computer activity developed by the British to crack the LORENZ codes used by the German high command.
The country that was the first to use the computer was Germany. This computer was a binary calculator and was used to complete mathematical computations. The first computer used for breaking codes was used in England.
The first computer used for calculation is highly dependent on what you consider a computer to be. In many views, the first computer used for calculations was the abacus which dates back to 2400 BC.
*Low-level languages -- "natural language" of a computer & such as , is defined by its hardware design.. it is also a machine dependent, can be used on only one type of a computer. *assembly languages -- a set of instruction that a programmer can used to create program for use on a specific proccessor. *High-level languages -- that provide s some level of abstractions from assembler language & independence from a particular type of machine.