3.已知字典b={1:‘apple’,2:’pear’,3:’orange’},c={5:’peach’,3:’banana’},则执行指令“b.update(c)”后,b=___。
第1题:
A、[1,3,2,5]
B、[1,2,3,5]
C、[5,3,2,1]
D、[5,2,3,1]
第2题:
在工程中的标准模块中定义了如下数据类型: Type fruit orange As Integer apple As Integer End Type 在窗体上有—命令按钮Command1,要求当单击命令按钮时在C:\根目录下的顺序文件myfrtac.txt 中写入一条记录,下列能够完成改操作的事件过程是______ 。
A.Private Sub Command1_Click() Dim myfrt As fruit myfrt. range = 5 myfrt. apple = 10 Open “c:\myfrta. txt” For Output As #1 Print #1, myfrt. orange; myfrt. apple Close #1 End Sub
B.Private Sub Command1_Click() Dim myfrt As fruit myfrt. range= 5 myfrt. apple= 10 Open “c:\myfrtac. txt”For Input As #1 Print #1, myfrt, orange; myfrt. apple Close #1 End Sub
C.Private Sub Command1_Click() Dim myfrt As fruit myfrt. range= 5 myfrt. apple = 10 Open “c:\myfrtac. txt” For As #1 Print #1, myfrt. orange; myfrt. apple Close #1 End Sub
D.Private Sub Command1_Click() Dim myfrt As fruit myfrt. range = 5 myfrt. apple= 10 Open “c:\myfrtac..txt” For Output As #1 Print myfrt. orange; myfrt. apple Close #1 End Sub
第3题:
第4题:
已知“int a=2,b=2,c=3:”,则执行完语句“a*=18 (b )-( c);”后,a的值是__________。
第5题:
已知R0=0x10,R1=0x20,R2=0x08,R3=0xFFFFFFF3,则指令LSL R0,R0,R2执行后,R0=___【13】___,指令MVN R1,R3执行后R1=___【14】___。
第6题:
A.1和1
B.0和0
C.1和2
D.4和2
第7题:
第8题:
第9题:
已知R2=1000,R3=200,执行指令MOV R2,R3,LSL#2后,R2=(),R3=()。
第10题:
表达式’apple.peach,banana,pear’.find(’ppp’)的值为()。
第11题:
第12题:
1
2
3
0
第13题:
A、列表
B、元组
C、字典
D、集合
第14题:
已知int a=2,b=3;则执行表达式a=a<b后,变量a的值为( )。
A.0
B.1
C.2
D.3
第15题:
A.[5,3,2,1]
B.[5,2,3,1]
C.[1,3,2,5]
D.[1,2,3,5]
第16题:
已知R2=1000,R3=200,执行指令MOV R2,R3, LSL2后,R2=___【15】____,R3=__【16】_____。
第17题:
A.l = [1, 2, 3, 4, 5]; del l[2:4]; 则运算之后l为[1,2, 3]。
B.basket = ['apple', 'banana', 'apple', 'orange'] ;fruit = set(basket);fruit2 = set(['apple', 'melo']); len(fruit |fruit2) 的结果是5。
C.basket = ['apple', 'banana', 'apple', 'orange'] ;fruit = set(basket); len(fruit) 的运算结果是4。
D.l = [2, 1, 3, 5, 4]; l.remove(3); l.sort(); 则运算之后l为[1, 2, 4, 5]
第18题:
若一个子程序起始地址为3K,调用指令CALL的内存地址为K+1,则执行CALL指令所要执行指令的地址为( )。
A.3K
B.3K+1
C.3K-1
D.K+2
第19题:
第20题:
已知定义数组inta[5]={1,2};则执行printf("%d",a[3]);语句是()
第21题:
已知字符串:a=“an apple”,b=“other hero”,c=“her”,求: (1)concat(substr(a,1,2),b)。 (2)replace(a,substr(a,5,1),c)。 (3)index(a,c)和index(b,c)。
第22题:
Which of the following is the correct arrangement of the data pairs in a T568B wire pattern?()
第23题:
第24题:
apple pear
banana pear
apple apple
apple banana
banana banana