Terms

1.EnglishDefinitionRussian
2.Source code editorText editor program designed specifically for editing source code of computer programs.Редактор исходного кода
3.ProgrammA series of operations that cintrol the function of a computerПрограмма
4.Programming languageCodes used to write commands to a computerЯзык программирования
5.Programming softwareAny software that supports the development of new applicationsПрограммное обеспечение для программирования
6.InterpreterA computer program that changes the instructions in another program into a form that can be easily utderstood by a computerИнтерпритатор
7.ComplierA computer program that changes instructions into machine languageКомпилятор
8.codeIntsructions that make up a programКод
9.an application ( app )One or several programs working together for the end userПриложение
10.a scriptInstructions in a programming language that need to be interpretedСкрипт
11.Data Managmentthe ability to track and evaluate informationДанные
12.Satellite Navigationthe process of determining a location based on electronic informationСпутниковая навигация
13.Payrolla company’s list employees and how much they are paidРасчет заработной платы
14.Multimedia playera device that can play audio, video and other filesМультимедийный проигрыватель
15.Digital assistanta small, handheld computer that typycally works as a mobile phoneЦифровой помощник
16.Bioinformatisthe application of computer software to the field of biologyбиоинформация
17.Threatif the source of the damaging instructions is an individual who intended that the abnormal behavior occur, we call the instructions malicious codeУгроза
18.firewall (brandmawer)firewall permits access only to athorized users. It will deny access to anyone without proper credentials.Сетевой экран
19.Malwareany type of code that causes harm to a computer system or networkВредоносная программа
20.Antivirus SoftwareDon’t let uauthorized parties stal your personal information with spyware And stop viruses before they destroy your computer. The SharpAlert Exviro package protects against all types of malware. It quarantines infected files. Then threat removal just takes one click.Защитная программа от вирусов
21.SimulationA realistic representation of somethingСимуляция
22.Security SoftwareThe engineer installed a program that protects a computer foro various threats on he company’s systemsЗащитная программа
23.SpywareSpyware steals and sends user data without consent.Шпионская программа
24.Removal«Removal» means taking something away or eliminating it.Удаление
25.Quarantine«Quarantine» means isolating to prevent harm.Карантин
26.Virus«Virus» is harmful software.Вирус
27.IDE(Integrated Development Environment)Software application that helps programmers develop software code effcientlyИнтегрированная среда разработки
28.customize«Customize» means personalizing or tailoring.настроить
29.arrangeorders the rows of a data frame by the values of selected columns.организовать
30.machine codebainary codeмашинный код
31.assembly laungagesAn assembler is a translator of a program from text in assembly language into a program in machine language.языки ассемблера
32.low level languages«Low-level languages» are close to machine code.языки низкого уровня
33.high level languages«High-level languages» are user-friendly and abstracted from machine code.языки высокого уровня
34. FORTRANFORTRAN is a programming language for math and science.FORTRAN
35.code editorsIn programming, code editors are tools used to write, edit, and manage source code for software development.кодовые редакторы
36.script modeScript mode in programming means executing code interactively, entering and executing commands one at a time.скриптовый режим
37.interactive modeInteractive mode in programming allows users to enter commands or code directly into the interpreter or runtime environment, receiving immediate feedback or results.интерактивный режим
38.statementsStatements in programming are individual instructions or commands that perform a specific action or operation within a program.привила
39.objectsObjects in programming are instances of classes that encapsulate data and behavior, enabling modular and reusable code.обьекты
40.classesClasses in programming are templates for creating objects, defining their attributes and behaviors.классы
41.variablesпеременные
42.GUIграфический интерфейс пользователя
43.CLIинтерфейс командой строки
44.the shellоболочка
45.machine codeThe only language computers can undestand directly is machine code.машинный код
46.object oriendted programmingThe programmer concevtrataes on paricular things and gives each object functions which can be altered without changing the entire programm.Обьектно орентированное програмирование
47.object codeit convents the entire program into machine code in one go on the order hand, an interpreter translates the source code line by line as the program is running.
48.markup languagesto format and link text files
49.HTMLHyper Text Marking Language
50.XMLExtensible Markup Language
51.VoiceXMLVoiceXML is used to create voice applications that run on the phone where as HTML is used to create visual applications
52.COBOLCommon Bussines Orieneted Language
53.FlowchartA diagram represanting the successive logical stepsблок схема
54. source codeProgram instruactions written in a particular computer language
55.compilerA special program hich converts the source program into machine code —the noly language unrstood by the processor.
56.debuggingThe techniques of detecting and correcting errors (or bugs) which may occur in programs.
57.text codingText-based programming involves typing lines of code that tell computers what task to perform. It involves writing words, phrases, numbers and symbols in a certain order, so it makes sense to the computer — just like spelling and grammar in any other language
58.tenserflowTensorFlow is defined as an open-source platform and framework for machine learning, which includes libraries and tools based on Python and Java — designed with the objective of training machine learning and deep learning models on data
59.terminalA terminal is simply a text-based interface to the computer. In a terminal, you can type commands, manipulate files, execute programs, and open documents. When working in a terminal, the current directory is called your working directory. A terminal will usually start in the top-level directory of your account.
60.plug-inan auxliary program that enable web browser to support new content for example animation
61. appleta small Java application usually designed to run automatically within a web page
62.Javaan island in Indonesian coffe in American slang and a programming language for internet applications
63. object oriented programminga computer programming tchnique that allows the creationof objects that interact with each other and can be used as the foundation of others used to create graphical user interfaces
64. platform independementsoftware that can run on any operating system
65. StringsDefinition. A string is a data type used in programming, that is used to represent text rather than numbers. A string is a sequence of characters and can contain letters, numbers, symbols and even spaces.
66. StatementsIn computer programming, a statement is a syntactic unit of an imperative programming language that expresses some action to be carried out. A program written in such a language is formed by a sequence of one or more statements.
67. Coding languagesA programming language is a set of instructions written by a programmer to deliver instructions to the computer to perform and accomplish a task. This set of instructions is usually viewed as incomprehensible code structured following a definite programming language syntax.
68. Arithmetics operatorsAn arithmetic operator is a mathematical function that takes two operands and performs a calculation on them. They are used in common arithmetic and most computer languages contain a set of such operators that can be used within equations to perform a number of types of sequential calculation.
69. Assignment operatorsThe assignment operator = assigns the value of its right-hand operand to a variable, a property, or an indexer element given by its left-hand operand. The result of an assignment expression is the value assigned to the left-hand operand
70. While loopsLoops, but this loop is breaking then when some condition statement will changedЦикл
71. For LoopsA «For» Loop is used to repeat a specific block of code a known number of times. For example, if we want to check the grade of every student in the class, we loop from 1 to that number. When the number of times is not known before hand, we use a «While» loop.
72. framework
73. databaseplatform, used to maintain data
74. structure
75. librarycollection of useful codes, made by other programmers
76. botartificial intelegense
77. multithreadexecutes many multiple tasks
78. Erase collection
79. Marckup language
80. System sitax
81.independedly executable

Lisa kommentaar