What is a Bug?
Помилка в коді або дизайні
A bug refers to an error or flaw in software or a system that causes it to produce incorrect or unexpected results.
Define Feature.
Функція або можливість у програмі
A feature is a specific functionality or capability that a software application offers to its users.
What does Update refer to?
Оновлення
An update is a new version of software that includes improvements, fixes, or new features.
What is meant by Release?
Випуск продукту або нової версії
A release is the distribution of a new version of software to users.
What is Debugging?
Процес вправлення помилок
Debugging is the process of identifying and fixing bugs in software.
What is a Wireframe?
Чорновий макет сторінки
A wireframe is a visual guide that represents the skeletal framework of a website or application.
Define Prototype.
Інтерактивний макет програми
A prototype is an early sample or model of a product used to test concepts or processes.
What does User Experience (UX) refer to?
Досвід користувача
User Experience (UX) is the overall experience a user has when interacting with a product, particularly in terms of how enjoyable or effective it is.
What is User Interface (UI)?
Інтерфейс користувача
User Interface (UI) is the means by which a user interacts with a computer, software, or application.
Define Responsive design.
Адаптивний дизайн (для різних пристроїв)
Responsive design is an approach to web design that makes web pages render well on various devices and window or screen sizes.
What is a Test case?
Тестовий сценарій
A test case is a set of conditions under which a tester will determine whether an application or software system is working correctly.
What is a Bug report?
Звіт про помилку
A bug report is a document that describes an issue in the software and provides information on how to reproduce it.
Define Regression testing.
Перевірка, що старі функції не зламалися
Regression testing is a type of software testing that ensures that previously developed and tested software still performs after a change.
What is Manual testing?
Ручне тестування
Manual testing is the process of manually checking software for defects without the use of automated tools.
Define Automation testing.
Автоматизоване тестування
Automation testing is the use of software tools to execute tests automatically, compare actual outcomes with predicted outcomes.
What is Code?
Код (написана програма)
Code refers to the written instructions that a computer can understand and execute.
Define Function.
Функція (блок коду, що виконує задачу)
A function is a block of code designed to perform a specific task.
What is a Variable?
Змінна (місце для зберігання даних)
A variable is a storage location identified by a name that can hold a value.
What is an Algorithm?
Набір інструкцій для виконання завдання
An algorithm is a step-by-step procedure for solving a problem or accomplishing a task.
Define Framework.
Набір готових інструментів для розробки
A framework is a platform for developing software applications that provides a foundation on which developers can build programs.
Fill in the blank: A Bug is a _______.
Помилка в коді або дизайні
Fill in the blank: A Feature is a _______.
Функція або можливість у програмі
Fill in the blank: An Update is an _______.
Оновлення
Fill in the blank: Debugging is the _______.
Процес вправлення помилок