Flashcards : Automated PCB Fault Diagnosis — 56 cartes

Toutes les cartes

1Question

What is a printed circuit board made of?

Réponse

Glass-reinforced plastic with etched copper tracks.

2Question

Why are PCBs used in almost all commercial electronic devices?

Réponse

Because they are rugged, inexpensive, and highly reliable.

3Question

What are the main steps in bare PCB fabrication?

Réponse

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

4Question

Name one type of defect identified in PCB manufacturing.

Réponse

Missing components.

5Question

Name another type of PCB defect besides missing components.

Réponse

Misalignment.

6Question

What PCB defect involves incorrect electrical connection polarity?

Réponse

Wrong polarity.

7Question

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

Réponse

Roboflow is used for image annotation and model training.

8Question

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

Réponse

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

9Question

What inspection methods are compared in the study?

Réponse

Automated computer-vision inspection and conventional manual inspection.

10Question

Which aspects are compared between automated and manual inspection?

Réponse

Defect-detection accuracy, inspection time, and consistency.

11Question

Which activities are excluded from the study's scope?

Réponse

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

12Question

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

Réponse

Uploading PCB images.

13Question

Which stages follow annotation in the Roboflow workflow?

Réponse

Preprocessing and augmenting images.

14Question

How does the Roboflow workflow prepare datasets for model training?

Réponse

By versioning datasets, splitting data, and exporting datasets.

15Question

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

Réponse

PCB image collection.

16Question

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

Réponse

Preprocessing and augmentation.

17Question

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

Réponse

Quantitative evaluation, statistical analysis, and interpretation of results.

18Question

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

Réponse

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

19Question

What assumptions does the study make about the images used?

Réponse

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

20Question

What is a convolutional neural network in visual inspection?

Réponse

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

21Question

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

Réponse

Different balances between object-detection inference speed and accuracy.

22Question

What mAP did YOLOv4 achieve on a custom PCB dataset?

Réponse

92.3% mAP.

23Question

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

Réponse

2,500 annotated images across eight defect categories.

24Question

What CNN accuracy is reported on standardized PCB defect datasets?

Réponse

Exceeding 95%.

25Question

Name one research gap identified in PCB defect detection literature.

Réponse

Limited Roboflow integration.

26Question

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

Réponse

Insufficient practical deployment evaluation.

27Question

What issue involves dataset generalization in PCB defect detection studies?

Réponse

Limited dataset generalization.

28Question

What datasets are created from PCB images in the methodology?

Réponse

Training, validation, and testing datasets are created.

29Question

Which tool is used for preprocessing and annotating PCB images?

Réponse

Roboflow is used for preprocessing and annotating.

30Question

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

Réponse

Evaluating the model's results quantitatively.

31Question

How many respondents were interviewed in the study?

Réponse

Thirty respondents were interviewed.

32Question

Who were included among the study's respondents?

Réponse

IT experts and laboratory personnel were included.

33Question

Name two software tools included in the proposed environment.

Réponse

Python 3.10 or later and Roboflow are included.

34Question

What is the minimum recommended processor for the hardware?

Réponse

An Intel Core i5 or Ryzen 5 processor is recommended.

35Question

What GPU is recommended for the hardware setup?

Réponse

An NVIDIA RTX 3060 or higher GPU is recommended.

36Question

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

Réponse

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

37Question

What does precision measure in defect prediction?

Réponse

Precision measures how many predicted defects are actually defects.

38Question

How is recall calculated in defect detection?

Réponse

Recall = TP / (TP + FN).

39Question

What does the F1-score balance in performance metrics?

Réponse

F1-score balances precision and recall.

40Question

How is inference time calculated for image processing?

Réponse

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

41Question

Which test compares two models independently?

Réponse

Independent tests compare two models.

42Question

What is the purpose of Tukey HSD in statistical analysis?

Réponse

Tukey HSD is used after significant ANOVA results.

43Question

What accuracy did the reported model achieve?

Réponse

The model achieved 96.8% accuracy.

44Question

What is the first step in the PCB inspection flow?

Réponse

Capturing a PCB image.

45Question

What does the system display when no defect is detected?

Réponse

It displays “No Defect”.

46Question

Which defect categories can the system classify?

Réponse

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

47Question

What functions does Roboflow simplify in the inspection workflow?

Réponse

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

48Question

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

Réponse

Resizing, enhancing, normalizing, and cropping the image.

49Question

What outputs are shown when a defect is detected?

Réponse

Bounding boxes, class labels, and confidence scores.

50Question

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

Réponse

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

51Question

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

Réponse

Multiple PCB defects.

52Question

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

Réponse

It processes images more rapidly and consistently than human inspection.

53Question

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

Réponse

Visualization of bounding boxes and class labels.

54Question

What factors affect detection performance in PCB defect detection?

Réponse

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

55Question

What should future improvements in PCB defect detection include?

Réponse

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

56Question

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

Réponse

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

Teste-toi avec le QCM

Teste tes connaissances avec un QCM de 22 questions sur 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?

Faire le QCM →

Consultez la fiche

Révisez le cours complet dans la fiche de révision de Automated PCB Fault Diagnosis.

Voir la fiche →

Cours similaires

Crée tes propres flashcards

Importe ton cours et l'IA génère des flashcards en 30 secondes.

Générateur de flashcards