CC#38||CRAZY Sarunians||{IO} - Page 2

Created

Last reply

Replies

1k

Views

25.7k

Users

15

Likes

1k

Frequent Posters

GunDaa thumbnail
15th Anniversary Thumbnail Achiever Thumbnail + 3
Posted: 11 years ago
#11
bata Ajoop ...vo wala question kaa answer ..tera interview le raha hu ..
Enhanced type MOSFET aur Depletion type MOSFET mai ek differnece hota hai ..vo kya hai >>
ajoop thumbnail
13th Anniversary Thumbnail Sparkler Thumbnail + 4
Posted: 11 years ago
#12
when should we not use simulation:

1.when problem can be solved with direct experiments
2.when there is less money involved
3.when resources are limited
4.when data is less
5.when we can solve using common sense
6.when the system is too complex
7.when there is no time to validate the model
eg:human behaviour🤣
IPK.Jenny thumbnail
12th Anniversary Thumbnail Sparkler Thumbnail Engager Level 1 Thumbnail
Posted: 11 years ago
#13

Originally posted by: --Hunter--

bata Ajoop ...vo wala question kaa answer ..tera interview le raha hu ..

Enhanced type MOSFET aur Depletion type MOSFET mai ek differnece hota hai ..vo kya hai >>

Mujhe pata hai ek Enhanced type hai and dusra Depletion type

🤣🤣
ajoop thumbnail
13th Anniversary Thumbnail Sparkler Thumbnail + 4
Posted: 11 years ago
#14

Originally posted by: --Hunter--

bata Ajoop ...vo wala question kaa answer ..tera interview le raha hu ..

Enhanced type MOSFET aur Depletion type MOSFET mai ek differnece hota hai ..vo kya hai >>



Depletion Mode

A means of operating FETs in which increasing the magnitudeof the gate bias decreases the current.

Enhancement Mode

A means of operating FETs in which increasing the magnitude of gate bias
increases the current.

There are DE MOSFETs and E MOSFETs. The mode is how you bias them. The bias voltage on a DE MOSFET P channel and N channel are inverse.With a JFET, it's different. You are always reverse biased. So it's only the bias that determines what mode you are in. If you you bias the N channel positive, you are in enhancement. If you bias it negative you are in depletion. Either way, the operation of increasing conductivity or decresing conductivity is the same. I think there is something about 0VGS that is sort of a demarcation between the two modes. 🤣
ajoop thumbnail
13th Anniversary Thumbnail Sparkler Thumbnail + 4
Posted: 11 years ago
#15

Originally posted by: IPK..Jenny

Mujhe pata hai ek Enhanced type hai and dusra Depletion type

🤣🤣

😆😆😆😆
ajoop thumbnail
13th Anniversary Thumbnail Sparkler Thumbnail + 4
Posted: 11 years ago
#16
#include<stdio.h>

int main()
{
int a, b, c;

printf("Enter two numbers to add\n");
scanf("%d%d",&a,&b);

c = a + b;

printf("Sum of entered numbers = %d\n",c);

return 0;
}😆😆
ajoop thumbnail
13th Anniversary Thumbnail Sparkler Thumbnail + 4
Posted: 11 years ago
#17

Addition without using third variable

#include<stdio.h>

main()
{
int a = 1, b = 2;

/* Storing result of addition in variable a */

a = a + b;

/* Not recommended because original value of a is lost
* and you may be using it somewhere in code considering it
* as it was entered by the user.
*/

printf("Sum of a and b = %d\n", a);

return 0;
}

😆
GunDaa thumbnail
15th Anniversary Thumbnail Achiever Thumbnail + 3
Posted: 11 years ago
#18

Originally posted by: IPK..Jenny

Mujhe pata hai ek Enhanced type hai and dusra Depletion type

🤣🤣

tu rehne de ..mujhe Ajooop se sunana hai ...agar mere saath rahegi toh iski Electronics super bana dunga ,..
sirf N-Channel kaa diff hota hai yaar ...depletion mai channel gayab hota hai aur majority charge carriers Drain se Gate pe nahi jaa sakte ...aur enhanced mai Channel bann jata hai ...
ajoop thumbnail
13th Anniversary Thumbnail Sparkler Thumbnail + 4
Posted: 11 years ago
#19
😲 love letterwa😆😆😆😆😆
IPK.Jenny thumbnail
12th Anniversary Thumbnail Sparkler Thumbnail Engager Level 1 Thumbnail
Posted: 11 years ago
#20
done 😃

Related Topics

Top

Stay Connected with IndiaForums!

Be the first to know about the latest news, updates, and exclusive content.

Add to Home Screen!

Install this web app on your iPhone for the best experience. It's easy, just tap and then "Add to Home Screen".