• 2022-06-17 问题

    下列哪个()不是机器指令的组成部分? A: Op-code B: Port C: Operand

    下列哪个()不是机器指令的组成部分? A: Op-code B: Port C: Operand

  • 2022-06-07 问题

    which of the following can the assembly instructions include? A: label B: opcode C: operand D: comments

    which of the following can the assembly instructions include? A: label B: opcode C: operand D: comments

  • 2022-06-06 问题

    An instruction includes( ). A: OP code and operand B: instructions and procedures C: operands and results D: data and characters

    An instruction includes( ). A: OP code and operand B: instructions and procedures C: operands and results D: data and characters

  • 2022-07-27 问题

    ‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬关于变量的描述,下面选项正确的是‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬ A: 变量在使用前可以不赋值即使用 B: 1_1可以作为一个变量名 C: is 可以作为一个变量名 D: &gt;&gt;&gt;<br/>a = 12<br/>&gt;&gt;&gt; a + "34"<br/>a 是一个变量,但执行a<br/>+''34" 会出错,错误类型为TypeError:<br/>unsupported operand type(s) for +: 'int' and 'str'

    ‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬关于变量的描述,下面选项正确的是‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬ A: 变量在使用前可以不赋值即使用 B: 1_1可以作为一个变量名 C: is 可以作为一个变量名 D: &gt;&gt;&gt;<br/>a = 12<br/>&gt;&gt;&gt; a + "34"<br/>a 是一个变量,但执行a<br/>+''34" 会出错,错误类型为TypeError:<br/>unsupported operand type(s) for +: 'int' and 'str'

  • 2022-07-27 问题

    ‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬关于变量的描述,下面选项中描述正确的是‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬ A: 变量在使用前可以不赋值即使用 B: 1_1可以作为一个变量名 C: is可以作为一个变量名 D: 以下代码中,a是一个变量,但执行a<br/>+''34"会出错,错误类型为TypeError:<br/>unsupported operand type(s) for +: 'int' and 'str'<br/>&gt;&gt;&gt;<br/>a = 12<br/>&gt;&gt;&gt;<br/>a + "34"

    ‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬关于变量的描述,下面选项中描述正确的是‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬ A: 变量在使用前可以不赋值即使用 B: 1_1可以作为一个变量名 C: is可以作为一个变量名 D: 以下代码中,a是一个变量,但执行a<br/>+''34"会出错,错误类型为TypeError:<br/>unsupported operand type(s) for +: 'int' and 'str'<br/>&gt;&gt;&gt;<br/>a = 12<br/>&gt;&gt;&gt;<br/>a + "34"

  • 2022-07-27 问题

    ‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬关于变量的描述,下面选项中描述正确的是‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬ A: 变量在使用前可以不赋值即使用 B: 1_1可以作为一个变量名 C: is可以作为一个变量名 D: 以下代码中,a是一个变量,但执行a<br/>+''34"会出错,错误类型为TypeError:<br/>unsupported operand type(s) for +: 'int' and 'str'<br/>&gt;&gt;&gt;<br/>a = 12<br/>&gt;&gt;&gt;<br/>a + "34"<br/>a = 12<br/>&gt;&gt;&gt;<br/>a + "34"

    ‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬关于变量的描述,下面选项中描述正确的是‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬ A: 变量在使用前可以不赋值即使用 B: 1_1可以作为一个变量名 C: is可以作为一个变量名 D: 以下代码中,a是一个变量,但执行a<br/>+''34"会出错,错误类型为TypeError:<br/>unsupported operand type(s) for +: 'int' and 'str'<br/>&gt;&gt;&gt;<br/>a = 12<br/>&gt;&gt;&gt;<br/>a + "34"<br/>a = 12<br/>&gt;&gt;&gt;<br/>a + "34"

  • 2022-05-28 问题

    关于Python字符串操作的描述,错误的是 A: &gt;&gt;&gt; "hellohellohello"/3<br/>输出结果是"hello" B: &gt;&gt;&gt; "hello"*2<br/>输出结构是'hellohello' C: &gt;&gt;&gt; 'hello' + 1<br/>输出结果是<br/>Traceback<br/>(most recent call last):<br/>File<br/>"", line 1, in <br/>"hello"<br/>+ 1<br/>TypeError:<br/>must be str, not int D: &gt;&gt;&gt; "hello" - "world"<br/>输出结果是<br/>Traceback<br/>(most recent call last):<br/>File<br/>"", line 1, in <br/>"hello"<br/>- "world"<br/>TypeError:<br/>unsupported operand type(s) for -: 'str' and 'str'

    关于Python字符串操作的描述,错误的是 A: &gt;&gt;&gt; "hellohellohello"/3<br/>输出结果是"hello" B: &gt;&gt;&gt; "hello"*2<br/>输出结构是'hellohello' C: &gt;&gt;&gt; 'hello' + 1<br/>输出结果是<br/>Traceback<br/>(most recent call last):<br/>File<br/>"", line 1, in <br/>"hello"<br/>+ 1<br/>TypeError:<br/>must be str, not int D: &gt;&gt;&gt; "hello" - "world"<br/>输出结果是<br/>Traceback<br/>(most recent call last):<br/>File<br/>"", line 1, in <br/>"hello"<br/>- "world"<br/>TypeError:<br/>unsupported operand type(s) for -: 'str' and 'str'

  • 2022-05-28 问题

    关于Python字符串操作的描述,错误的是() A: &gt;&gt;&gt;<br/>"hellohellohello"/3<br/>输出结果是"hello" B: &gt;&gt;&gt;<br/>"hello"*2<br/>输出结构是'hellohello' C: &gt;&gt;&gt;<br/>'hello' + 1<br/>输出结果是<br/>Traceback (most<br/>recent call last):<br/>File<br/>"", line 1, in <br/>"hello"<br/>+ 1<br/>TypeError: must be<br/>str, not int D: &gt;&gt;&gt;<br/>"hello" - "world"<br/>输出结果是<br/>Traceback (most<br/>recent call last):<br/>File<br/>"", line 1, in <br/>"hello"<br/>- "world"<br/>TypeError:<br/>unsupported operand type(s) for -: 'str' and 'str'

    关于Python字符串操作的描述,错误的是() A: &gt;&gt;&gt;<br/>"hellohellohello"/3<br/>输出结果是"hello" B: &gt;&gt;&gt;<br/>"hello"*2<br/>输出结构是'hellohello' C: &gt;&gt;&gt;<br/>'hello' + 1<br/>输出结果是<br/>Traceback (most<br/>recent call last):<br/>File<br/>"", line 1, in <br/>"hello"<br/>+ 1<br/>TypeError: must be<br/>str, not int D: &gt;&gt;&gt;<br/>"hello" - "world"<br/>输出结果是<br/>Traceback (most<br/>recent call last):<br/>File<br/>"", line 1, in <br/>"hello"<br/>- "world"<br/>TypeError:<br/>unsupported operand type(s) for -: 'str' and 'str'

  • 1