ISTQB CT-AI Tester chapter 1

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/32

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:48 AM on 6/23/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

33 Terms

1
New cards

What is AI?

the capability of a system to perform tasks that normally require human intelligence, like learning, reasoning, and problem-solving.

2
New cards

What is the AI Effect?

a task previously considered AI becomes seen as "normal computing" once it's achieved. Example: chess programs were once considered AI, now not.

3
New cards

Name the main types of AI.

1. Narrow AI - performs specific tasks (e.g., image recognition);

2. General AI - can perform any intellectual task a human can;

3. Super AI - hypothetical like human + unlimited memory => wiser then human.

4
New cards

What is the difference between AI-based systems and conventional systems?

- AI systems can learn and adapt from data

-Conventional systems follow fixed programmed rules.

<p>- AI systems can learn and adapt from data</p><p>-Conventional systems follow fixed programmed rules.</p>
5
New cards

List group AI technologies.

1. Fuzzy logic

2. Search algorithms

3. Reasoning techniques

4. Machine learning

6
New cards

What is the purpose of AI standards and regulations?

To ensure ethical, safe, transparent, and accountable use of AI technologies.

7
New cards

Transfer Learning.

using a model trained on one task and adapting it to a related task, saving time and data.

8
New cards

Give examples of AI applications in daily life.

Voice assistants (Siri, Alexa), Image recognition (Google Photos), Recommendation systems (Netflix, Amazon), Self-driving cars.

9
New cards

Why is AI testing different from conventional software testing?

AI systems are non-deterministic; outputs may vary, requiring data quality checks, model validation, and ethical considerations.

10
New cards

Key challenges in AI systems?

  • Bias in training data,

  • Lack of explainability,

  • Data privacy concerns,

  • Hardware and scalability limitations.

11
New cards

search algorithm

In AI, SEARCHING = look for the best path to a goal. Ex: Game AI: Searching for the best move in Chess.

12
New cards

fuzzy logic

A type of logic based on the concept of partial truth represented by certainty factors between 0 and 1

13
New cards

rule engine

A set of rules that determine which actions should occur when certain conditions are satisfied

14
New cards

Deductive Classifiers

A type of Reasoning. Lí luận theo kiểu bắt cầu Ex:

1. General Rule: All mammals breathe air.

2. Specific Case: A whale is a mammal.

3. Deduction: Therefore, a whale breathes air

15
New cards

Case-Based Reasoning

A type of Reasoning, based on the solutions of similar past problems

16
New cards

Procedural Reasoning

A type of Reasoning, dynamically understand and execute step-by-step "how-to" processes to achieve specific goals in real-time . Ex:

- use GPS to go to airport, follow route left => right => left. If not turning right, AI can reason again to make sure still get to airport

17
New cards

Neural networks (Machine learning)

A type of ML, like human brain, includes layers (input/hiden/output layer) connected each other through weighted connections

18
New cards

Decision trees (Machine learning)

A type of ML, models representing decisions and their possible consequences as a tree structure of conditional logic (if-else-then)

19
New cards

Bayesian models (Machine learning)

A type of ML, probabilistic machine learning model, calculate and continuously update the probability of a hypothesis when having new data

<p>A type of ML, probabilistic machine learning model, calculate and continuously update the probability of a hypothesis when having new data</p>
20
New cards

Random forest (Machine Learning)

A type of ML, uses many decision trees to make better predictions

<p>A type of ML, uses many decision trees to make better predictions</p>
21
New cards

Linear Regression

A type of ML, learns a straight-line relationship between inputs (x) and outputs (y) so it can predict numeric values. (a,b)

22
New cards

Logistic Regression

A type of ML, Predicts the probability that an input belongs to a specific class.

23
New cards

Clustering algorithms (unsupervised ML)

A type of ML, techniques used to group unlabeled data points together based on their similarities

24
New cards

Genetic algorithms

  • A type of ML

  • Improve solutions by selecting the best ones and modifying them through combination (crossover) and small random changes (mutation).

25
New cards

Support Vector Machine (SVM)

A type of ML, Look for the best boundary ( hyperplane ) that separates different classes in the data

<p>A type of ML, Look for the best boundary ( hyperplane ) that separates different classes in the data</p><p></p>
26
New cards

What's included in AI Development frameworks

  • data preparation

  • algorithm selection

  • compilations of models to run on various processors

27
New cards

Popular AI development frameworks (Avril 2024)

  • Apache MxNet (open source used by Amazon),

  • Microsoft CNTK,

  • IBM Watson Studio,

  • Keras

  • PyTorch (operated by Fb),

  • Scikit-learn,

  • TensorFlow

28
New cards

Why are hardware considerations important in AI?

AI often requires high-performance GPUs or TPUs for training and inference; conventional CPUs may be too slow.

29
New cards

which hardwares to train ML model & model implementation?

CPUs, GPU, ASICs (Application-Specific Integrated Circuits), SoC (System on a Chip)

30
New cards

CPUs đặc điểm

- have few "cores"

- less efficient for training & running ML models

- have faster clock speeds

31
New cards

GPUs đặc điểm

- have 1000 cores

- perform massively parallel

32
New cards

ASICs & SoC đặc điểm

- multiple cores

- special data mgmt

- ability to perform in-memory processing (GPU và CPU phải mất công truyền dữ liệu)

33
New cards

AI as a Service (AIaaS)

- ready to use AI capabilities

- provide via the cloud

- eliminates need to build, train, maintain model