试题

试题 试卷

logo

题型:单选题 题类:模拟题 难易度:普通

浙江省金华十校2020届高三上学期信息技术11月模拟考试试卷

有如下VB程序段:

Dim s As String, i As Integer, n As Integer

Dim ch As String, ans As Integer

s= Text1.Text

n Len(s): ans=0

For i=1 To n

    ch =Mid (s, i, 1)

    ans =ans *2+ Val(ch)

Next i

Text2 Text ans

若程序运行后Tex2中显示的是“38”,则Text中输入的是(  )

A、100110 B、209 C、45 D、19
举一反三
返回首页

试题篮