answersLogoWhite

0


Best Answer

for simplicity of calculation of no of pins

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is it possible to have an odd pin ic and if not then why ic having only even number of pins exist?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Can two arrays exist in one pseudocode?

Or even three. Actually, pseudo-code has no rules.


Can identify the odd and the even in the java script using HTML?

Here is a JavaScript option for determining if a number is odd or even. It even lets you know if the number is zero (if you want zero to be neither odd nor even). var n = prompt("Enter a number to identify as odd or even", "Type your number here"); n = parseInt(n); if (isNaN(n)) { alert("Please Enter a Number"); } else if (n == 0) { alert("The number is zero"); } else if (n%2) { alert("The number is odd"); } else { alert("The number is even"); }


What is an odd and even number program in visual basic?

I don't now visual basic, but to determine whether or not a number is even or odd, divide it by two twice, and round once. If the rounded result is equal to the non-rounded result, then the original number is even: input n if (n/2.0) == int(n/2.0) print "the number is even"


C program to find weather given number is even or not?

Oh good old-fashioned C. void main() { int variable_name = [Any number goes here]; if (variable_name % 2 == 0) { printf("%d is even.", variable_name); } else { printf("%d is odd.", variable_name); } } I think I've helped enough, so it's up to you to learn how to get input from the user, if that's what you're working on.


Why doesn't LC circuit exist?

even though a resistance is not connected in a circuit, it would practically have small resistance due to its components.so practically a LC circuit dosent exist..only a RLC circuit exists

Related questions

Is it poSsible to get an even number when you subtract an odd and an even number?

No.


Is time travel possible through Wormholes?

Wormholes are highly hypothetical; there is no evidence that they exist, or even that they can exist.


Is it possible to get an even number when you add an odd and an even number?

No it is not possible to get a even number by adding odd and even number. 1+2=3-odd number.3+4=7-odd number.


Did allah exist?

It is not possible for allah to exist as with any all powerful deity it is not possible for allah to produce a rock so large that even they could not move it.


An odd number that is not 1 less than an even number?

It can be proven that such a number cannot exist.


What is the greatest possible even number?

There is no such number. If N were the greatest even number then N+2 would be a greater even number. So N could not be the greatest even number.


Is it possible for to numbers to be relatively prime?

Relatively Primenumbers are sets of two or more numbers having 1 as their greatest common factor (gcf). All even numbers have 2 as a common factor, so no even number is relatively prime with any other even number.


What is the probability of getting an even number when throwing a die?

Divide the number of possible even numbers by all the possible numbers. So there are three possible even numbers; 2, 4 & 6. And there are six possible numbers; 1, 2, 3, 4, 5, & 6. So the probability of throwing an even number is 3/6 = .5 .


Where can you buy X-Ray Spex?

xray "spex don't even exist its not possible for there to be any such thing"


When a number is a multiple of 5 what are the possible values for the 1 digits?

Zero or five.


What is a multiple of 5 that is not a even number square number prime number?

15 is one possible answer.


What is the term for a number that can be divided by two without having a remainder?

Any even number can be divided by two without a remainder.