Flashcard: Automated PCB Fault Diagnosis — 56 carte

Tutte le carte

1Domanda

What is a printed circuit board made of?

Risposta

Glass-reinforced plastic with etched copper tracks.

2Domanda

Why are PCBs used in almost all commercial electronic devices?

Risposta

Because they are rugged, inexpensive, and highly reliable.

3Domanda

What are the main steps in bare PCB fabrication?

Risposta

Copper foil coverage, photoresist film formation, etching, and film stripping.

4Domanda

Name one type of defect identified in PCB manufacturing.

Risposta

Missing components.

5Domanda

Name another type of PCB defect besides missing components.

Risposta

Misalignment.

6Domanda

What PCB defect involves incorrect electrical connection polarity?

Risposta

Wrong polarity.

7Domanda

What tools does the research use for image annotation and model training?

Risposta

Roboflow is used for image annotation and model training.

8Domanda

Which metrics evaluate the fault-diagnosis system's performance?

Risposta

Accuracy, precision, recall, F1-score, mean Average Precision, and inference time.

9Domanda

What inspection methods are compared in the study?

Risposta

Automated computer-vision inspection and conventional manual inspection.

10Domanda

Which aspects are compared between automated and manual inspection?

Risposta

Defect-detection accuracy, inspection time, and consistency.

11Domanda

Which activities are excluded from the study's scope?

Risposta

PCB repair, real-time deployment, hardware integration, 3D analysis, thermal imaging, X-ray, electrical testing, and cost evaluation.

12Domanda

What is the first step in the Roboflow workflow for PCB images?

Risposta

Uploading PCB images.

13Domanda

Which stages follow annotation in the Roboflow workflow?

Risposta

Preprocessing and augmenting images.

14Domanda

How does the Roboflow workflow prepare datasets for model training?

Risposta

By versioning datasets, splitting data, and exporting datasets.

15Domanda

What is the initial step in the complete data-processing cycle for PCB defect detection?

Risposta

PCB image collection.

16Domanda

Which step comes after Roboflow annotation in the data-processing cycle?

Risposta

Preprocessing and augmentation.

17Domanda

What are the final steps in the complete data-processing cycle?

Risposta

Quantitative evaluation, statistical analysis, and interpretation of results.

18Domanda

What inputs does the conceptual framework for PCB defect detection include?

Risposta

PCB image dataset, Roboflow annotation tool, defect categories, training parameters, and CNN or object-detection algorithm.

19Domanda

What assumptions does the study make about the images used?

Risposta

Images are correctly labeled, clear, representative of defects, and independent between training and testing.

20Domanda

What is a convolutional neural network in visual inspection?

Risposta

A deep-learning architecture that learns complex visual defect features automatically.

21Domanda

What trade-offs do YOLO, Faster R-CNN, and RetinaNet offer?

Risposta

Different balances between object-detection inference speed and accuracy.

22Domanda

What mAP did YOLOv4 achieve on a custom PCB dataset?

Risposta

92.3% mAP.

23Domanda

How many images and defect categories were in the YOLOv4 PCB dataset?

Risposta

2,500 annotated images across eight defect categories.

24Domanda

What CNN accuracy is reported on standardized PCB defect datasets?

Risposta

Exceeding 95%.

25Domanda

Name one research gap identified in PCB defect detection literature.

Risposta

Limited Roboflow integration.

26Domanda

What is a limitation related to practical deployment in PCB defect detection research?

Risposta

Insufficient practical deployment evaluation.

27Domanda

What issue involves dataset generalization in PCB defect detection studies?

Risposta

Limited dataset generalization.

28Domanda

What datasets are created from PCB images in the methodology?

Risposta

Training, validation, and testing datasets are created.

29Domanda

Which tool is used for preprocessing and annotating PCB images?

Risposta

Roboflow is used for preprocessing and annotating.

30Domanda

What is the final step in the PCB defect detection methodology?

Risposta

Evaluating the model's results quantitatively.

31Domanda

How many respondents were interviewed in the study?

Risposta

Thirty respondents were interviewed.

32Domanda

Who were included among the study's respondents?

Risposta

IT experts and laboratory personnel were included.

33Domanda

Name two software tools included in the proposed environment.

Risposta

Python 3.10 or later and Roboflow are included.

34Domanda

What is the minimum recommended processor for the hardware?

Risposta

An Intel Core i5 or Ryzen 5 processor is recommended.

35Domanda

What GPU is recommended for the hardware setup?

Risposta

An NVIDIA RTX 3060 or higher GPU is recommended.

36Domanda

How is accuracy calculated using TP, TN, FP, and FN?

Risposta

Accuracy = (TP + TN) / (TP + TN + FP + FN).

37Domanda

What does precision measure in defect prediction?

Risposta

Precision measures how many predicted defects are actually defects.

38Domanda

How is recall calculated in defect detection?

Risposta

Recall = TP / (TP + FN).

39Domanda

What does the F1-score balance in performance metrics?

Risposta

F1-score balances precision and recall.

40Domanda

How is inference time calculated for image processing?

Risposta

Inference time = total processing time divided by number of images.

41Domanda

Which test compares two models independently?

Risposta

Independent tests compare two models.

42Domanda

What is the purpose of Tukey HSD in statistical analysis?

Risposta

Tukey HSD is used after significant ANOVA results.

43Domanda

What accuracy did the reported model achieve?

Risposta

The model achieved 96.8% accuracy.

44Domanda

What is the first step in the PCB inspection flow?

Risposta

Capturing a PCB image.

45Domanda

What does the system display when no defect is detected?

Risposta

It displays “No Defect”.

46Domanda

Which defect categories can the system classify?

Risposta

Missing holes, short circuits, mouse bites, open circuits, spurs, and spurious copper.

47Domanda

What functions does Roboflow simplify in the inspection workflow?

Risposta

Image annotation, dataset management, augmentation, model training, and deployment.

48Domanda

What image processing steps occur before detection in the inspection flow?

Risposta

Resizing, enhancing, normalizing, and cropping the image.

49Domanda

What outputs are shown when a defect is detected?

Risposta

Bounding boxes, class labels, and confidence scores.

50Domanda

What are the main steps after image preprocessing in the inspection flow?

Risposta

Sending through Roboflow pipeline, loading model, performing detection, classifying faults, displaying and storing results.

51Domanda

What did the developed system detect and classify in PCB images?

Risposta

Multiple PCB defects.

52Domanda

How does the developed system's image processing compare to human inspection?

Risposta

It processes images more rapidly and consistently than human inspection.

53Domanda

What aids inspectors in locating defects and verifying classifications in real time?

Risposta

Visualization of bounding boxes and class labels.

54Domanda

What factors affect detection performance in PCB defect detection?

Risposta

High-quality annotated data, dataset diversity, image quality, lighting, camera position, PCB design complexity, and rare defect representation.

55Domanda

What should future improvements in PCB defect detection include?

Risposta

Expanding datasets, comparing architectures, enhancing preprocessing, integrating equipment, retraining models, and evaluating classification.

56Domanda

Name some potential future integrations for the PCB defect detection system.

Risposta

Industrial cameras, conveyor systems, robotic platforms, IoT devices, cloud computing, manufacturing execution systems, and predictive analytics.

Metti alla prova te stesso con il quiz

Metti alla prova le tue conoscenze con 22 domande su Automated PCB Fault Diagnosis.

1. What best describes a printed circuit board (PCB) in terms of its physical structure and function?

2. In PCB connectivity failures, which pair correctly distinguishes open circuits from short circuits?

Fai il quiz →

Leggi la scheda di revisione

Ripassa il corso completo nella scheda di revisione per Automated PCB Fault Diagnosis.

Vedi la scheda di revisione →

Similar courses

Crea le tue flashcard

Importa il tuo corso e l'AI genera flashcard in 30 secondi.

Generatore di flashcard