answersLogoWhite

0


Best Answer

IPC-A-610 (Revision E) defines Class 2 assemblies as 'Dedicated Service Electronic Products'. I'm paraphrasing here, but this includes products for which continuous performance and long working life is a necessity, consistent reliable operation is desired but not critical, and which are not used in environments that could cause failures.

Some examples would be: consumer PC motherboards, the circuit boards inside modern video game consoles, etc.

The quick dirty answer: Class 2 means a high quality end product that won't (possibly) harm people if it fails

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a class 2 assembly according to an IPC-A610 standard?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is the difference between class and classes?

Class's = the possessive form of the singular noun class.Classes' = the possessive form of the plural noun classes.Examples:The class's pet frog was called Robert. (one class had a pet frog called Robert)All of the classes' students were at the assembly. (the students from all classes were at the assembly)


What is standard markup pricing?

It is a fixed percentage to the cost of all items in a product class.


Is learning Assembly Language worth the effort?

It all depends on what you will be doing with Assembly Language. If your job or future employment plans include using Assembly Language, then yes, it is worth the effort. If it is required for a class or training for a job/employment, then yes, it is worth the effort. If Assembly Language is an interest for you, as in a hobby or spare time activity, then it is up to you to decide if it is worth your time to learn it.


What is difference between manifest and meta data?

menifest also reffered to as assembly metadata(data about data),contains all information related to assembly like identity section,version number,strong name (optional),culture.so menifest contains information related to the identification assembly or it is a part of assembly where assembly is self describing. metadata is the information that enables components to be self describing.it is used to describe which class is used,function,methods,fields ....So it is the data about data.


What is diff between Assembly and class library?

Number of dll files between the 2 terms. Class library is an abstraction or general term to describe the assemblies that are common used by applications. It is consisted of many assemblies, not just one. An assembly is a dll with manifest. It may be specialized, and may not be a "library" assembly. However, any assembly can be one of the library assemblies (like you can have any book as a part of your private library collection), if you want to do so. For example, I have created some library assemblies that maybe useless outside of my work area, yet they have been very powerful and handy within my team.