PS-2000
   HOME



picture info

PS-2000
The PS-2000 (ПС-2000, , ''reconfigurable system'') was a Soviet supercomputer built in the 1980s. History In the middle of the 1970s, it appeared, in the USSR, that the computing power available to process geophysics data, real-time space probes data, mineral prospecting, weather forecast, etc. was far to be sufficient, and that a new class of supercomputers, hundreds of times more powerful than the existing installed systems, was needed.Многопроцессорная вычислительная система ПС-2000Russian virtual computer museum/ref> The development of ПС-2000 began in 1978, as a joint project between the Institute of Control Problems (IPU) in Moscow and the Impul's Scientific Production Association in Severodonetsk, under the supervision of Il’ya Itenberg and Vladislav Rezanov of Impul's and Iveri Prangishvili of IPU. The computer entered production in 1981, and was manufactured in various configurations until 1988. During the 1980s and the 1 ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Soviet Rouble
The ruble or rouble (; rus, рубль, r=rubl', p=rublʲ) was the currency of the Soviet Union. It was introduced in 1922 and replaced the Russian ruble#Imperial ruble (1704-1922), Imperial Russian ruble. One ruble was divided into 100 kopecks ( – ''kopeyka'', ''kopeyki''). Soviet banknotes and coins were produced by the Federal State Unitary Enterprise (or Goznak) in Moscow and Leningrad. In addition to regular cash rubles, other types of rubles were also issued, such as several forms of ''convertible ruble'', transferable ruble, clearing ruble, Vneshtorgbank cheque, etc.; also, several forms of virtual rubles (called "cashless ruble", ) were used for inter-enterprise accounting and international settlement in the Comecon zone. In 1991, after the dissolution of the Soviet Union, the Soviet ruble was replaced by the first Russian ruble by 1993, and continued to be used in eleven post-Soviet states, forming a "ruble zone" until 1993. Etymology The word ''ruble'' is derived ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Severodonetsk
Sievierodonetsk or Severodonetsk, officially since 2024 Siverskodonetsk, is a city in Luhansk Oblast, eastern Ukraine. It is located to the northeast of the left bank of the Donets river and approximately to the northwest from the administrative center of the oblast, Luhansk. Sievierodonetsk faces neighbouring Lysychansk across the river. The city, whose name comes from the above-mentioned river, had a population of making it then the second-most populous city in the oblast. Since June 2022, it has been Russian-occupied territories of Ukraine, militarily occupied and administered by Russia. Prior to the war, Sievierodonetsk had several factories as well as the Azot (Sievierodonetsk), Azot chemical plant. There was also an Sievierodonetsk Airport, airport to the south of the city. Sievierodonetsk served as the administrative centre of Luhansk Oblast from 2014 to 2022, due to the city of Luhansk falling under the control of pro-Russian separatists at the start of the War in Don ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  




Million Instructions Per Second
Instructions per second (IPS) is a measure of a computer's processor speed. For complex instruction set computers (CISCs), different instructions take different amounts of time, so the value measured depends on the instruction mix; even for comparing processors in the same family the IPS measurement can be problematic. Many reported IPS values have represented "peak" execution rates on artificial instruction sequences with few branches and no cache contention, whereas realistic workloads typically lead to significantly lower IPS values. Memory hierarchy also greatly affects processor performance, an issue barely considered in IPS calculations. Because of these problems, synthetic benchmarks such as Dhrystone are now generally used to estimate computer performance in commonly used applications, and raw IPS has fallen into disuse. The term is commonly used in association with a metric prefix (k, M, G, T, P, or E) to form kilo instructions per second (kIPS), mega instructio ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Microsecond
A microsecond is a unit of time in the International System of Units (SI) equal to one millionth (0.000001 or 10−6 or ) of a second. Its symbol is μs, sometimes simplified to us when Unicode is not available. A microsecond is to one second, as one second is to approximately 11.57 days. A microsecond is equal to 1000 nanoseconds or of a millisecond. Because the next SI prefix is 1000 times larger, measurements of 10−5 and 10−4 seconds are typically expressed as tens or hundreds of microseconds. Examples * 1 microsecond (1 μs) – cycle time for frequency (1 MHz), the inverse unit. This corresponds to radio wavelength 300 m (AM medium wave band), as can be calculated by multiplying 1 μs by the speed of light (approximately ). * 1 microsecond – the length of time of a high-speed, commercial strobe light flash (see air-gap flash). * 1 microsecond – protein folding takes place on the order of microseconds (thus this is the speed of carbon-based ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Floating-point
In computing, floating-point arithmetic (FP) is arithmetic on subsets of real numbers formed by a ''significand'' (a Sign (mathematics), signed sequence of a fixed number of digits in some Radix, base) multiplied by an integer power of that base. Numbers of this form are called floating-point numbers. For example, the number 2469/200 is a floating-point number in base ten with five digits: 2469/200 = 12.345 = \! \underbrace_\text \! \times \! \underbrace_\text\!\!\!\!\!\!\!\overbrace^ However, 7716/625 = 12.3456 is not a floating-point number in base ten with five digits—it needs six digits. The nearest floating-point number with only five digits is 12.346. And 1/3 = 0.3333… is not a floating-point number in base ten with any finite number of digits. In practice, most floating-point systems use Binary number, base two, though base ten (decimal floating point) is also common. Floating-point arithmetic operations, such as addition and division, approximate the correspond ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Fixed-point Arithmetic
In computing, fixed-point is a method of representing fractional (non-integer) numbers by storing a fixed number of digits of their fractional part. Dollar amounts, for example, are often stored with exactly two fractional digits, representing the cents (1/100 of dollar). More generally, the term may refer to representing fractional values as integer multiples of some fixed small unit, e.g. a fractional amount of hours as an integer multiple of ten-minute intervals. Fixed-point number representation is often contrasted to the more complicated and computationally demanding floating-point representation. In the fixed-point representation, the fraction is often expressed in the same number base as the integer part, but using negative powers of the base ''b''. The most common variants are decimal (base 10) and binary (base 2). The latter is commonly known also as binary scaling. Thus, if ''n'' fraction digits are stored, the value will always be an integer multiple of ' ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Processor Register
A processor register is a quickly accessible location available to a computer's processor. Registers usually consist of a small amount of fast storage, although some registers have specific hardware functions, and may be read-only or write-only. In computer architecture, registers are typically addressed by mechanisms other than main memory, but may in some cases be assigned a memory address e.g. DEC PDP-10, ICT 1900. Almost all computers, whether load/store architecture or not, load items of data from a larger memory into registers where they are used for arithmetic operations, bitwise operations, and other operations, and are manipulated or tested by machine instructions. Manipulated items are then often stored back to main memory, either by the same instruction or by a subsequent one. Modern processors use either static or dynamic random-access memory (RAM) as main memory, with the latter usually accessed via one or more cache levels. Processor registers are normal ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Processing Element
This glossary of computer hardware terms is a list of definitions of terms and concepts related to computer hardware, i.e. the physical and structural components of computers, architectural issues, and peripheral devices. A B C D E F G H I J K L M N O P R S T U V W Z See also *List of computer term etymologies *Glossary of backup terms *Glossary of computer graphics *Glossary of computer science *Glossary of computer software terms *wikt:Appendi ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

SIMD
Single instruction, multiple data (SIMD) is a type of parallel computer, parallel processing in Flynn's taxonomy. SIMD describes computers with multiple processing elements that perform the same operation on multiple data points simultaneously. SIMD can be internal (part of the hardware design) and it can be directly accessible through an instruction set architecture (ISA), but it should not be confused with an ISA. Such machines exploit Data parallelism, data level parallelism, but not Concurrent computing, concurrency: there are simultaneous (parallel) computations, but each unit performs exactly the same instruction at any given moment (just with different data). A simple example is to add many pairs of numbers together, all of the SIMD units are performing an addition, but each one has different pairs of values to add. SIMD is particularly applicable to common tasks such as adjusting the contrast in a digital image or adjusting the volume of digital audio. Most modern Cen ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Telemetry
Telemetry is the in situ collection of measurements or other data at remote points and their automatic transmission to receiving equipment (telecommunication) for monitoring. The word is derived from the Greek roots ''tele'', 'far off', and ''metron'', 'measure'. Systems that need external instructions and data to operate require the counterpart of telemetry: telecommand. Although the term commonly refers to wireless data transfer mechanisms (e.g., using radio, ultrasonic, or infrared systems), it also encompasses data transferred over other media such as a telephone or computer network, optical link or other wired communications like power line carriers. Many modern telemetry systems take advantage of the low cost and ubiquity of GSM networks by using SMS to receive and transmit telemetry data. A ''telemeter'' is a physical device used in telemetry. It consists of a sensor, a transmission path, and a display, recording, or control device. Electronic devices are widely u ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Elbrus (computer)
The Elbrus () is a line of Soviet and Russian computer systems developed by the Lebedev Institute of Precision Mechanics and Computer Engineering. These computers are used in the space program, nuclear weapons research, and defense systems, as well as for theoretical and researching purposes, such as an experimental Refal and CLU translators. History Historically, computers under the ''Elbrus'' brand comprised several different instruction set architectures (ISAs). The first of them was the line of the large fourth-generation computers, developed by Vsevolod Burtsev. These were heavily influenced by the Burroughs large systems and similarly to them implemented tagged architecture and a variant of ALGOL-68 as system programming language. After that Burtsev retired, and new Lebedev's chief developer, Boris Babayan, introduced the completely new system architecture. Differing completely from the architecture of both Elbrus 1 and Elbrus 2, it employed a very long instructio ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Roscosmos
The State Corporation for Space Activities "Roscosmos", commonly known simply as Roscosmos (), is a State corporation (Russia), state corporation of the Russian Federation responsible for space science, space flights, List of space agencies, cosmonautics programs, and aerospace research. Originating from the Soviet space program founded in the 1950s, Roscosmos emerged following the dissolution of the Soviet Union in 1991. It initially began as the Russian Space Agency,, ''Rossiyskoye kosmicheskoye agentstvo'', or RKA (). which was established on 25 February 1992 and restructured in 1999 and 2004 as the Russian Aviation and Space Agency, ''Rossiyskoye aviatsionno-kosmicheskoye agentstvo'', commonly known as (), established on 25 May 1999. and the Federal Space Agency (Roscosmos), (Роскосмос), ''Federalnoye kosmicheskoye agentstvo (Roskosmos)''. respectively. In 2015, the Federal Space Agency (Roscosmos) was merged with the United Rocket and Space Corporation, ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]