试题 试卷
题型:单选题 题类:常考题 难易度:普通
浙江省湖州市长兴县2020-2021学年八年级上学期信息技术期末监测卷
x=10
if x<=10:
y=10*x
else:
y=x*20+10
Private Sub Command1_Click()
Dim x As Integer
x=Val(Text 1.Text)
Select Case{#blank#}1{#/blank#}
Case Is>=90
Text2.Text=“A”
Case Is>=80
Text2.Text=“B”
Case Is{#blank#}2{#/blank#}
Text2.Text=“C”
Case Is>=60
Text2. Text=“D”
Case Else
{#blank#}3{#/blank#}
End Select
End Sub
输入一个成绩,判断该成绩属于“优秀”、“良好”、“及格”还是“不及格”。
if int (input ( ) ) %5= =0:
print("yes")
if int (input ( ) ) %5!=0:
print("no")
如果输入7,则输出( )。
Dim i As interger, a As interger
i=1
a=5
If i>3 Then
a=a+9
Else
a=a+6
End if
图1
Private Sub Command1_Click( )
w= val (Text1. text)
if {#blank#}1{#/blank#} then
f=38
f= {#blank#}2{#/blank#}
End If
Text2. text=f
b=5
if :
print("True")
else:
print("False")
试题篮