网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

场效应管的漏极电流ID从1A增加到3A,它的跨导将()。

  • A、增大
  • B、减小
  • C、不变

参考答案

更多 “场效应管的漏极电流ID从1A增加到3A,它的跨导将()。A、增大B、减小C、不变” 相关考题
考题 场效应管的工作原理是() A、栅源电压控制漏极电流B、栅源电压控制漏极电压C、栅极电流控制漏极电流D、栅极电流控制漏极电压

考题 设有命令按钮Command1的单击事件过程,代码如下:Private Sub Command1_Click()Dim a(3,3)As IntegerFor i=1 To 3For j=1 To 3a(i,j)=i*j+iNext jNext iSum=0For i=1 To 3Sum=Sum+a(i,4-i)Next iPrint SumEnd Sub运行程序,单击命令按钮,输出结果是( )。A.20B.7C.16D.17

考题 ( 22 )命令按钮 Command1 的单击事件过程的代码如下:Private Sub Command1_Click( )Dim a(3 , 3)As IntegerFor i=1 To 3For j=1 To 3a(i , j)=i*j+iNext jNext iSum=0For i=1 To 3Sum=Sum+a(i , 4-i)Next iPrint SumEnd Sub运行程序,单击命令按钮,输出结果是( )。A ) 20B ) 7C ) 16D ) 17

考题 有一过程如下:Sub Sub1(m As Integer,total As Long)Dim i As Integertotal=1For i=1 To mtotal=total*iNextEnd Sub调用它的事件过程如下:Private Sub Command1_Click()Dim tot As Long,a As Integera=Val(InputBox("请输入数据"))Call Sub1(a,tot)Print totEnd Sub则输入数据5,运行结果为【 】。

考题 在窗体上画一个名称为Conunandl的命令按钮,然后编写如下程序:Private Sub Commandl_Click()Dimi As Intege,j As IntegerDima(10,10)As IntegerFori=1 To 3Forj=1 To 3a(i,j)=(i-1)*3+jPrinta(i,j);NextjPrintNextiEnd Sub程序运行后,单击A.B.C.D.

考题 阅读程序: Sub p( b () As Integer)For i =1To 4 b(i) = 2(iNext i End Sub Private Sub Command1_Click()Dim a (1 To 4) As Integer a(1)=5 a(2)=6 a(3)=7 a(4)=8 call p (a) For i=1 To 4 Print a(i) Next iEnd Sub运行上面的程序,单击命令按钮,输出结果为。

考题 当场效应管的漏极直流电流I D从2mA变为4mA时,它的低频跨导g m将( )。 A.增大B.不变C.减小

考题 设有以下窗体单击事件过程:Private Sub Form_C1ick( )a=1For i=1 To 3Select Case ICase 1,3a=a+1Case 2,4a=a+2End SelectNext IMsgBox aEnd Sub打开窗体运行后,单击窗体,则消息框的输出内容是______。

考题 二极管中电流(),晶体管中从C极到E极的电流(),场效应管的漏极电流()。 A、穿过两个PN结B、穿过一个PN结C、不穿过PN结D、穿过三个PN结

考题 场效应管是通过改变()来控制漏极电流的。 A、栅极电流B、栅源电压C、源极电压D、源极电流

考题 当场效应管的漏极直流电流ID从2mA变为4mA时,它的低频跨导gm将() A.增大B.不变C.减小D.不确定

考题 设有以下窗体单击事件过程:Private Sub Form_Click()a=1For i=1 To 3Select Case iCase 1,3a=a+1Case 2,4a=a+2End SelectNext iMsgBox aEnd Sub打开窗体运行后,单击窗体消息框的输出内容应为【 】。

考题 设有下列窗体单击事件过程:Pfivate Sub Form_Click()a=1For i=1 To 3Select Case ICase 1,3a=a+1Case 2,4a=a+2End SelectNext IMsgBox aEnd Sub打开窗体运行后,单击窗体,则消息框的输出内容是______。

考题 Private Sub Commandl Click()Dim i As Integer, j As IntegerDim a (10,10)As IntegerFor i=1 To 3For j= i To 3a(i,j)=(i-1)*3+jPrint a (i,j);Next jPrintNext iEnd Sub程序运行后,单击命令按钮,窗体上显示的是( )。

考题 以下能够正确计算n!的程序是( )。A.Private Sub Commandl_C1ick()B.hiVate Sub Commandl_C1ick() n=5:x=1 n=5:x=1:i=1 DO DO X=x*1 X=X*1 i=i+1 i=i+1 Loop while i<n Loop While<n Print x Ptinte x End Sub End SubC.Private Sub Commandl_Click ()D.Pdvate Sub Commandl C1ick() n=5:X=1:i=1 n=5=:x=1:i=1 DO DO X=X*1 X=X*1 i=i+1 i=i+1 Loop While i>n Print x Print x End Sub End Sub

考题 图示两电路相互等效,由图b)可知,流经10电阻的电流IR = 1A,由此可求得流经 图a)电路中10电阻的电流I等于: A. 1A B. -1A C. -3A D. 3A

考题 在图示的电路中,IS1=3A,IS2=6A。当电流源IS1单独作用时,流过R0=1Ω电阻的电流I=1A,则流过电阻R的实际电流I值为: A. -1A B. +1A C. -2A D.+2A

考题 图示两电路相互等效,由图b)可知,流经10Ω电阻的电流IR = 1A,由此可求得流经图a)电路中10Ω电阻的电流I等于: A.1A B. -1A C. -3A D. 3A

考题 图示电路中电流I为下列哪项数值? (A) -1A (B) 2A (C) -2A (D) 3A

考题 如图7-8所示,两电路相互等效,由图(b)知,流经10Ω电阻的电流IR=1A, 由此可求得流经图(a)电路中10Ω电阻的电流I等于( )。 A. 1A B. -1A C. -3A D. 3A

考题 class Super {  public int i = 0;  public Super(String text) {  i = 1; }  }  public class Sub extends Super {  public Sub(String text) {  i = 2;  }   public static void main(String args[]) {  Sub sub = new Sub(“Hello”);  System.out.println(sub.i);  }  }  What is the result?()  A、 0B、 1C、 2D、 Compilation fails.

考题 场效应管是通过()改变漏极电流的。A、栅极电流B、栅源电压C、漏源电压

考题 场效应管共漏极放大电路的信号是从()A、栅极输入,漏极输出B、源极输入,漏极输出C、栅极输入,源极输出D、漏极输入,源极输出

考题 当场效应管的漏极直流电流ID从2mA变为4mA时,它的低频跨导gm将()。A、增大B、不变C、减小

考题 单选题class Super {  public int i = 0;  public Super(String text) {  i = 1; }  }  public class Sub extends Super {  public Sub(String text) {  i = 2;  }   public static void main(String args[]) {  Sub sub = new Sub(“Hello”);  System.out.println(sub.i);  }  }  What is the result?()A  0B  1C  2D  Compilation fails.

考题 单选题class super (   public int I = 0;   public super (string text) (   I = 1   )   )     public class sub extends super (   public sub (string text) (   i= 2   )   public static void main (straing args) (  sub sub = new sub (“Hello”);   system.out. PrintIn(sub.i);  )   )   What is the result?()A  Compilation will fail.B  Compilation will succeed and the program will print “0”C  Compilation will succeed and the program will print “1”D  Compilation will succeed and the program will print “2”

考题 单选题场效应管是以()控制漏极电流ID。A UDGB UDSC UGSD IGS