Minsk Family Of Computers
   HOME
*



picture info

Minsk Family Of Computers
''Minsk'' family of mainframe computers was developed and produced in the Byelorussian SSR from 1959 to 1975. Models The MINSK-1 was a vacuum-tube digital computer that went into production in 1960. The MINSK-2 was a solid-state digital computer that went into production in 1962. The MINSK-22 was a modified version of Minsk-2 that went into production in 1965. The MINSK-23 went into production in 1966. The most advanced model was ''Minsk-32'', developed in 1968. It supported COBOL, FORTRAN and ALGAMS (a version of ALGOL). This and earlier versions also used a machine-oriented language called ''AKI'' (''AvtoKod "Inzhener"'', i.e., " Engineer's Autocode"). It stood somewhere between the native assembly language ''SSK'' (''Sistema Simvolicheskogo Kodirovaniya'', or "System of symbolic coding") and higher-level languages, like FORTRAN. The word size was 31 bits for Minsk-1 and 37 bits for the other models. At one point the Minsk-222 (an upgraded prototype based on the most popu ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Minsk 22 Computer Controls
Minsk ( be, Мінск ; russian: Минск) is the capital and the largest city of Belarus, located on the Svislach and the now subterranean Niamiha rivers. As the capital, Minsk has a special administrative status in Belarus and is the administrative centre of Minsk Region (voblast) and Minsk District (raion). As of January 2021, its population was 2 million, making Minsk the 11th most populous city in Europe. Minsk is one of the administrative capitals of the Commonwealth of Independent States (CIS) and the Eurasian Economic Union (EAEU). First documented in 1067, Minsk became the capital of the Principality of Minsk before being annexed by the Grand Duchy of Lithuania in 1242. It received town privileges in 1499. From 1569, it was the capital of the Minsk Voivodeship, an administrative division of the Polish–Lithuanian Commonwealth. It was part of a region annexed by the Russian Empire in 1793, as a consequence of the Second Partition of Poland. From 1919 to 1991, aft ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Mainframe Computer
A mainframe computer, informally called a mainframe or big iron, is a computer used primarily by large organizations for critical applications like bulk data processing for tasks such as censuses, industry and consumer statistics, enterprise resource planning, and large-scale transaction processing. A mainframe computer is large but not as large as a supercomputer and has more processing power than some other classes of computers, such as minicomputers, servers, workstations, and personal computers. Most large-scale computer-system architectures were established in the 1960s, but they continue to evolve. Mainframe computers are often used as servers. The term ''mainframe'' was derived from the large cabinet, called a ''main frame'', that housed the central processing unit and main memory of early computers. Later, the term ''mainframe'' was used to distinguish high-end commercial computers from less powerful machines. Design Modern mainframe design is characterized less by ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  




Byelorussian SSR
The Byelorussian Soviet Socialist Republic (BSSR, or Byelorussian SSR; be, Беларуская Савецкая Сацыялістычная Рэспубліка, Bielaruskaja Savieckaja Sacyjalistyčnaja Respublika; russian: Белорусская Советская Социалистическая Республика, Byelorusskaya Sovyetskaya Sotsialisticheskaya Respublika or russian: links=no, Белорусская ССР, Belorusskaya SSR), also commonly referred to in English as Byelorussia, was a republic of the Soviet Union (USSR). It existed between 1920 and 1922, and from 1922 to 1991 as one of fifteen constituent republics of the USSR, with its own legislation from 1990 to 1991. The republic was ruled by the Communist Party of Byelorussia and was also referred to as Soviet Byelorussia or Soviet Belarus by a number of historians. Other names for Byelorussia included White Russian Soviet Socialist Republic and Belorussian Soviet Socialist Republic. To the we ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

National Security Archive
The National Security Archive is a 501(c)(3) non-governmental, non-profit research and archival institution located on the campus of the George Washington University in Washington, D.C. Founded in 1985 to check rising government secrecy. The National Security Archive is an investigative journalism center, open government advocate, international affairs research institute, and the largest repository of declassified U.S. documents outside the federal government. The National Security Archive has spurred the declassification of more than 10 million pages of government documents by being the leading non-profit user of the U.S. Freedom of Information Act (FOIA), filing a total of more than 50,000 FOIA and declassification requests in its over 30 years of history. Organization history and accolades Led by founder Scott Armstrong, former Washington Post Reporter and staff on the Senate Watergate Committee, journalists and historians came together to create the National Security ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

COBOL
COBOL (; an acronym for "common business-oriented language") is a compiled English-like computer programming language designed for business use. It is an imperative, procedural and, since 2002, object-oriented language. COBOL is primarily used in business, finance, and administrative systems for companies and governments. COBOL is still widely used in applications deployed on mainframe computers, such as large-scale batch and transaction processing jobs. However, due to its declining popularity and the retirement of experienced COBOL programmers, programs are being migrated to new platforms, rewritten in modern languages or replaced with software packages. Most programming in COBOL is now purely to maintain existing applications; however, many large financial institutions were still developing new systems in COBOL as late as 2006. COBOL was designed in 1959 by CODASYL and was partly based on the programming language FLOW-MATIC designed by Grace Hopper. It was created a ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

ALGOL
ALGOL (; short for "Algorithmic Language") is a family of imperative computer programming languages originally developed in 1958. ALGOL heavily influenced many other languages and was the standard method for algorithm description used by the Association for Computing Machinery (ACM) in textbooks and academic sources for more than thirty years. In the sense that the syntax of most modern languages is "Algol-like", it was arguably more influential than three other high-level programming languages among which it was roughly contemporary: FORTRAN, Lisp, and COBOL. It was designed to avoid some of the perceived problems with FORTRAN and eventually gave rise to many other programming languages, including PL/I, Simula, BCPL, B, Pascal, and C. ALGOL introduced code blocks and the begin...end pairs for delimiting them. It was also the first language implementing nested function definitions with lexical scope. Moreover, it was the first programming language which gave detailed ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Assembly Language
In computer programming, assembly language (or assembler language, or symbolic machine code), often referred to simply as Assembly and commonly abbreviated as ASM or asm, is any low-level programming language with a very strong correspondence between the instructions in the language and the architecture's machine code instructions. Assembly language usually has one statement per machine instruction (1:1), but constants, comments, assembler directives, symbolic labels of, e.g., memory locations, registers, and macros are generally also supported. The first assembly code in which a language is used to represent machine code instructions is found in Kathleen and Andrew Donald Booth's 1947 work, ''Coding for A.R.C.''. Assembly code is converted into executable machine code by a utility program referred to as an '' assembler''. The term "assembler" is generally attributed to Wilkes, Wheeler and Gill in their 1951 book '' The Preparation of Programs for an Electronic Di ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

ES EVM
The ES EVM (russian: Единая система электронных вычислительных машин (ЕС ЭВМ), translit=Yedinaya sistema electronnykh vytchislitel'nykh mashin (ES EVM), "Unified System of Electronic Computers"), or YeS EVM, also known in English literature as the Unified System or Ryad (russian: Ряд, "Series"), is a series of mainframe computers generally compatible with IBM's System/360 and System/370 mainframes, built in the Comecon countries under the initiative of the Soviet Union between 1968 and 1998. More than 15,000 of the ES EVM mainframes were produced in total. Development In 1966, the Soviet economists suggested creating a unified series of mutually compatible computers. Due to the success of the IBM System/360 in the United States, the economic planners decided to use the IBM design, although some prominent Soviet computer scientists had criticized the idea and suggested instead choosing one of the Soviet indigenous designs, such ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

IBM/360
The IBM System/360 (S/360) is a family of mainframe computer systems that was announced by IBM on April 7, 1964, and delivered between 1965 and 1978. It was the first family of computers designed to cover both commercial and scientific applications and to cover a complete range of applications from small to large. The design distinguished between architecture and implementation, allowing IBM to release a suite of compatible designs at different prices. All but the only partially compatible Model 44 and the most expensive systems use microcode to implement the instruction set, which features 8-bit byte addressing and binary, decimal, and hexadecimal floating-point calculations. The System/360 family introduced IBM's Solid Logic Technology (SLT), which packed more transistors onto a circuit card, allowing more powerful but smaller computers to be built. The slowest System/360 model announced in 1964, the Model 30, could perform up to 34,500 instructions per second, with m ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  




Mark Nemenman
Mark Nemenman (russian: Марк Ефимович Неменман, be, Марк Яўхімавіч Неменман) (6 November 1936, Minsk, Belarus - 20 September 2022, San Mateo, California) was a Soviet computer scientist, notable as a pioneer in systems programming and programming language research. He was one of the main developers of the AKI language (in Russian АКИ - АвтоКод ИНЖЕНЕР - Engineer's Autocode) in 1964, before BASIC became known. He led the development of system software for Minsk-32, the most popular of Minsk family of computers. He was awarded Lenin Komsomol Prize in 1970, received his Ph.D. in 1975 (scientific advisor - Andrey Ershov), Professor since 1984. Nemenman authored more than 70 papers and 5 books. He is the father of two sons, one of whom is theoretical physicist Ilya Nemenman. Books * Nemenman, Tsagelsky, Matyushevskaya ''Autocode for engineering problems solving on Minsk 2'' Minsk, 1965 * Nemenman ''Programming in AKI'' M ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]