Flashcards: Automated PCB Fault Diagnosis — 56 cartões

Todos os cartões

1Pergunta

What is a printed circuit board made of?

Resposta

Glass-reinforced plastic with etched copper tracks.

2Pergunta

Why are PCBs used in almost all commercial electronic devices?

Resposta

Because they are rugged, inexpensive, and highly reliable.

3Pergunta

What are the main steps in bare PCB fabrication?

Resposta

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

4Pergunta

Name one type of defect identified in PCB manufacturing.

Resposta

Missing components.

5Pergunta

Name another type of PCB defect besides missing components.

Resposta

Misalignment.

6Pergunta

What PCB defect involves incorrect electrical connection polarity?

Resposta

Wrong polarity.

7Pergunta

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

Resposta

Roboflow is used for image annotation and model training.

8Pergunta

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

Resposta

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

9Pergunta

What inspection methods are compared in the study?

Resposta

Automated computer-vision inspection and conventional manual inspection.

10Pergunta

Which aspects are compared between automated and manual inspection?

Resposta

Defect-detection accuracy, inspection time, and consistency.

11Pergunta

Which activities are excluded from the study's scope?

Resposta

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

12Pergunta

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

Resposta

Uploading PCB images.

13Pergunta

Which stages follow annotation in the Roboflow workflow?

Resposta

Preprocessing and augmenting images.

14Pergunta

How does the Roboflow workflow prepare datasets for model training?

Resposta

By versioning datasets, splitting data, and exporting datasets.

15Pergunta

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

Resposta

PCB image collection.

16Pergunta

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

Resposta

Preprocessing and augmentation.

17Pergunta

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

Resposta

Quantitative evaluation, statistical analysis, and interpretation of results.

18Pergunta

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

Resposta

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

19Pergunta

What assumptions does the study make about the images used?

Resposta

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

20Pergunta

What is a convolutional neural network in visual inspection?

Resposta

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

21Pergunta

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

Resposta

Different balances between object-detection inference speed and accuracy.

22Pergunta

What mAP did YOLOv4 achieve on a custom PCB dataset?

Resposta

92.3% mAP.

23Pergunta

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

Resposta

2,500 annotated images across eight defect categories.

24Pergunta

What CNN accuracy is reported on standardized PCB defect datasets?

Resposta

Exceeding 95%.

25Pergunta

Name one research gap identified in PCB defect detection literature.

Resposta

Limited Roboflow integration.

26Pergunta

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

Resposta

Insufficient practical deployment evaluation.

27Pergunta

What issue involves dataset generalization in PCB defect detection studies?

Resposta

Limited dataset generalization.

28Pergunta

What datasets are created from PCB images in the methodology?

Resposta

Training, validation, and testing datasets are created.

29Pergunta

Which tool is used for preprocessing and annotating PCB images?

Resposta

Roboflow is used for preprocessing and annotating.

30Pergunta

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

Resposta

Evaluating the model's results quantitatively.

31Pergunta

How many respondents were interviewed in the study?

Resposta

Thirty respondents were interviewed.

32Pergunta

Who were included among the study's respondents?

Resposta

IT experts and laboratory personnel were included.

33Pergunta

Name two software tools included in the proposed environment.

Resposta

Python 3.10 or later and Roboflow are included.

34Pergunta

What is the minimum recommended processor for the hardware?

Resposta

An Intel Core i5 or Ryzen 5 processor is recommended.

35Pergunta

What GPU is recommended for the hardware setup?

Resposta

An NVIDIA RTX 3060 or higher GPU is recommended.

36Pergunta

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

Resposta

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

37Pergunta

What does precision measure in defect prediction?

Resposta

Precision measures how many predicted defects are actually defects.

38Pergunta

How is recall calculated in defect detection?

Resposta

Recall = TP / (TP + FN).

39Pergunta

What does the F1-score balance in performance metrics?

Resposta

F1-score balances precision and recall.

40Pergunta

How is inference time calculated for image processing?

Resposta

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

41Pergunta

Which test compares two models independently?

Resposta

Independent tests compare two models.

42Pergunta

What is the purpose of Tukey HSD in statistical analysis?

Resposta

Tukey HSD is used after significant ANOVA results.

43Pergunta

What accuracy did the reported model achieve?

Resposta

The model achieved 96.8% accuracy.

44Pergunta

What is the first step in the PCB inspection flow?

Resposta

Capturing a PCB image.

45Pergunta

What does the system display when no defect is detected?

Resposta

It displays “No Defect”.

46Pergunta

Which defect categories can the system classify?

Resposta

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

47Pergunta

What functions does Roboflow simplify in the inspection workflow?

Resposta

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

48Pergunta

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

Resposta

Resizing, enhancing, normalizing, and cropping the image.

49Pergunta

What outputs are shown when a defect is detected?

Resposta

Bounding boxes, class labels, and confidence scores.

50Pergunta

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

Resposta

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

51Pergunta

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

Resposta

Multiple PCB defects.

52Pergunta

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

Resposta

It processes images more rapidly and consistently than human inspection.

53Pergunta

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

Resposta

Visualization of bounding boxes and class labels.

54Pergunta

What factors affect detection performance in PCB defect detection?

Resposta

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

55Pergunta

What should future improvements in PCB defect detection include?

Resposta

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

56Pergunta

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

Resposta

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

Teste-se com o quiz

Teste seu conhecimento com 22 perguntas sobre 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?

Faça o quiz →

Leia a ficha de revisão

Revise o curso completo na ficha de revisão para Automated PCB Fault Diagnosis.

Veja a ficha de revisão →

Similar courses

Crie seus próprios flashcards

Importe seu curso e a IA gera flashcards em 30 segundos.

Gerador de flashcards