pattern

Applied Science and Research - Programming

Study terms related to programming languages, code structure, algorithms, data processing, software development, and debugging.

Обзор

Флэш-карточки

Правописание

Тест

Начать учиться
Words Related to Applied Science and Research
front end
front end
[существительное]

a part of a computer that is easily accessible and one uses constantly

внешний интерфейс

внешний интерфейс

Ex: The front end of a computer typically refers to the user interface, including the monitor, keyboard, mouse, and other input devices. 
Закрыть
Войти
binary
binary
[прилагательное]

based on or using a numerical system that operates only on 0 and 1

двоичный

двоичный

Ex: The binary system is fundamental to digital technology and computing. 
Закрыть
Войти
bit
bit
[существительное]

a unit of measurement of information (from binary + digit); the amount of information in a system having two equiprobable states

бит, двоичный разряд

бит, двоичный разряд

Закрыть
Войти
byte
byte
[существительное]

a unit for measuring the size of computer data that equals 8 bits

байт

байт

Ex: The text file is 1 megabyte in size, which is equivalent to 8 million bytes. 
Закрыть
Войти
to code
to code
[глагол]

to write a computer program using specific instructions

написать код

написать код

Ex: She coded a new software application to automate tasks at work. 
Закрыть
Войти
command
command
[существительное]

an instruction that tells a computer to perform a specific task or function

команда

команда

Ex: She entered the command to save the document before closing the application. 
Закрыть
Войти
programmer
programmer
[существительное]

a person who writes computer programs

программист

программист

Ex: She's a skilled programmer who develops mobile applications for smartphones. 
Закрыть
Войти
software engineer
software engineer
[существительное]

a person who designs and creates computer programs using special tools and languages

инженер-программист

инженер-программист

Закрыть
Войти
back end
back end
[существительное]

a part of a computer responsible for storing and controlling data where users cannot easily access

серверная часть

серверная часть

Ex: The back end of a website comprises the server, database, and application logic that work together to process and store data submitted by users. 
Закрыть
Войти
dataset
dataset
[существительное]

(computing) a collection of data treated as a single unit

Ex: The dataset contained over 10,000 images for training the model. 
Закрыть
Войти
deep learning
deep learning
[существительное]

an AI method using neural networks to learn patterns from massive data

Ex: Deep learning powers the voice recognition in most modern assistants. 
Закрыть
Войти
machine learning
machine learning
[существительное]

a branch of artificial intelligence where computers learn how to perform specific operations without previous instructions

машинное обучение

машинное обучение

Закрыть
Войти
to encode
to encode
[глагол]

to transform data into a coded form

зашифровать

зашифровать

Ex: Computer programmers encode sensitive information to protect it from unauthorized access. 
Закрыть
Войти
to encrypt
to encrypt
[глагол]

to convert data or information into a coded form, mainly to prevent unauthorized access

зашифровать

зашифровать

Ex: The company encrypts sensitive customer data to protect it from hackers. 
Закрыть
Войти
to generate
to generate
[глагол]

to create a new set of data by using a mathematical or logical process to transform an existing set of data

генерировать

генерировать

Ex: The computer program generates random numbers to simulate various scenarios in the statistical model. 
Закрыть
Войти
instruction
instruction
[существительное]

a line of command that tells a computer what to do

инструкция

инструкция

Ex: Each instruction in the program directs the computer to perform a specific task, such as adding numbers or displaying text. 
Закрыть
Войти
markup
markup
[существительное]

detailed instructions, often written on a manuscript, indicating how text should be formatted or printed

разметка, аннотация форматирования

разметка, аннотация форматирования

Ex: The editor added markup to the manuscript to indicate italics and bold text. 
Закрыть
Войти
patch
patch
[существительное]

a small piece of code or update applied to existing software to fix issues, enhance functionality, or address vulnerabilities

исправления

исправления

Ex: You need to install the latest patch to improve the app’s performance. 
Закрыть
Войти
to program
to program
[глагол]

to write a set of codes in order to make a computer or a machine perform a particular task

программировать

программировать

Ex: She programmed the robot to navigate through the maze autonomously. 
Закрыть
Войти
script
script
[существительное]

(computing) a sequence of instructions executed in response to an event or command

Ex: The script ran automatically when the user clicked the submit button. 
Закрыть
Войти
source code
source code
[существительное]

a text containing instructions in a specific order that supports a programming language which human can read and it specifies the behaviors of a computer system

исходный код

исходный код

Ex: The developer reviewed the source code to fix the bug. 
Закрыть
Войти
machine code
machine code
[существительное]

the low-level instructions that a computer's processor executes directly

Ex: The compiler translates source code into machine code for execution. 
Закрыть
Войти
reserved word
reserved word
[существительное]

(computing) a keyword with a predefined meaning that cannot be used as a variable name

Ex: You cannot name your variable "if" because it is a reserved word. 
Закрыть
Войти
query language
query language
[существительное]

a language that uses procedural operators to request and retrieve data from a database

Ex: SQL is the most widely used query language for relational databases. 
Закрыть
Войти
Pascal
Pascal
[существительное]

a high-level programming language designed for teaching structured programming

Ex: She learned programming concepts using Pascal in her first computer science course. 
Закрыть
Войти
graphical user interface
graphical user interface
[существительное]

the visual interaction that users have with the computer through icons, menus, etc.

ГИП

ГИП

Ex: The software update included a new graphical user interface. 
Закрыть
Войти
Extensible Markup Language
Extensible Markup Language
[существительное]

(computing) a markup system for structuring text and data in a machine-readable format

Ex: The configuration file is stored in Extensible Markup Language for easy parsing. 
Закрыть
Войти
algorithm
algorithm
[существительное]

a finite sequence of well-defined, mathematical instructions for completing a specific task or solving a problem

алгоритм

алгоритм

Ex: The Euclidean algorithm is used to find the greatest common divisor of two integers. 
Закрыть
Войти
loop
loop
[существительное]

(computing) a single iteration of a repeated sequence of instructions

Закрыть
Войти
statement
statement
[существительное]

(computer science) a line of code written as part of a computer program

оператор

оператор

Закрыть
Войти
syntax
syntax
[существительное]

the set of rules that defines how statements and commands must be written in a computer programming language

синтаксис, синтаксическая структура

синтаксис, синтаксическая структура

Ex: A missing semicolon can cause a syntax error. 
Закрыть
Войти
compiler
compiler
[существительное]

a program that translates source code written in a programming language into machine code or bytecode, allowing the computer's central processing unit (CPU) to execute the program

компилятор, компилятор кода

компилятор, компилятор кода

Ex: Programmers use a compiler to convert high-level programming code into machine code that a computer can execute. 
Закрыть
Войти
framework
framework
[существительное]

a structure or model guiding organization or development, often with rules or principles

рамки, структура

рамки, структура

Ex: The legal framework outlines the rules and regulations governing business operations. 
Закрыть
Войти
programming language
programming language
[существительное]

(computing) a formal language used to write instructions for computers

Закрыть
Войти
command line
command line
[существительное]

a text interface where users type commands to execute programs

Ex: She used the command line to compile the source code. 
Закрыть
Войти
LanGeek
Скачать приложение LanGeek