Introduction Flashcards

(25 cards)

1
Q

What is a Bug?

A

Помилка в коді або дизайні

A bug refers to an error or flaw in software or a system that causes it to produce incorrect or unexpected results.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define Feature.

A

Функція або можливість у програмі

A feature is a specific functionality or capability that a software application offers to its users.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does Update refer to?

A

Оновлення

An update is a new version of software that includes improvements, fixes, or new features.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is meant by Release?

A

Випуск продукту або нової версії

A release is the distribution of a new version of software to users.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Debugging?

A

Процес вправлення помилок

Debugging is the process of identifying and fixing bugs in software.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a Wireframe?

A

Чорновий макет сторінки

A wireframe is a visual guide that represents the skeletal framework of a website or application.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Define Prototype.

A

Інтерактивний макет програми

A prototype is an early sample or model of a product used to test concepts or processes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does User Experience (UX) refer to?

A

Досвід користувача

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is User Interface (UI)?

A

Інтерфейс користувача

User Interface (UI) is the means by which a user interacts with a computer, software, or application.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Define Responsive design.

A

Адаптивний дизайн (для різних пристроїв)

Responsive design is an approach to web design that makes web pages render well on various devices and window or screen sizes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a Test case?

A

Тестовий сценарій

A test case is a set of conditions under which a tester will determine whether an application or software system is working correctly.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a Bug report?

A

Звіт про помилку

A bug report is a document that describes an issue in the software and provides information on how to reproduce it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Define Regression testing.

A

Перевірка, що старі функції не зламалися

Regression testing is a type of software testing that ensures that previously developed and tested software still performs after a change.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is Manual testing?

A

Ручне тестування

Manual testing is the process of manually checking software for defects without the use of automated tools.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Define Automation testing.

A

Автоматизоване тестування

Automation testing is the use of software tools to execute tests automatically, compare actual outcomes with predicted outcomes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is Code?

A

Код (написана програма)

Code refers to the written instructions that a computer can understand and execute.

17
Q

Define Function.

A

Функція (блок коду, що виконує задачу)

A function is a block of code designed to perform a specific task.

18
Q

What is a Variable?

A

Змінна (місце для зберігання даних)

A variable is a storage location identified by a name that can hold a value.

19
Q

What is an Algorithm?

A

Набір інструкцій для виконання завдання

An algorithm is a step-by-step procedure for solving a problem or accomplishing a task.

20
Q

Define Framework.

A

Набір готових інструментів для розробки

A framework is a platform for developing software applications that provides a foundation on which developers can build programs.

21
Q

Fill in the blank: A Bug is a _______.

A

Помилка в коді або дизайні

22
Q

Fill in the blank: A Feature is a _______.

A

Функція або можливість у програмі

23
Q

Fill in the blank: An Update is an _______.

A

Оновлення

24
Q

Fill in the blank: Debugging is the _______.

A

Процес вправлення помилок

25
True or False: A wireframe is a detailed design of a website.
False ## Footnote A wireframe is a basic layout that outlines the structure of a website, not its detailed design.