Bird
0
0

Given this snippet of a pick and place file:

medium📝 Formula Result Q13 of 15
PCB Design - Manufacturing Output
Given this snippet of a pick and place file:
PartID,X,Y,Rotation,Side
R1,10.5,20.3,90,Top
C1,15.0,25.0,0,Bottom

What is the rotation angle of component R1?
A90 degrees
B0 degrees
C180 degrees
D270 degrees
Step-by-Step Solution
Solution:
  1. Step 1: Locate component R1 in the file

    R1 is listed with coordinates and rotation values in the first data row.
  2. Step 2: Read the rotation value

    The rotation column for R1 shows 90, meaning 90 degrees rotation.
  3. Final Answer:

    90 degrees -> Option A
  4. Quick Check:

    Rotation for R1 = 90° [OK]
Quick Trick: Match PartID row, then read rotation column [OK]
Common Mistakes:
MISTAKES
  • Mixing rotation with side of board
  • Reading wrong row or column

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More PCB Design Quizzes