试题

试题 试卷

logo

题型:单选题 题类:常考题 难易度:普通

浙江省七彩阳光新高考研究联盟2020-2021学年高二下学期信息技术期中联考试卷

有如下VB程序段:

s="dkMoNpA"

For i=1 to len(s)

    ch=mid(s, i, 1)

    if ch>="A" and  ch<="Z"  then  ch=chr(asc(ch)  +32)

    if ch>="a" and ch<="z" then ch=chr(asc(ch) -32)

    st=st+ch

Next i

Text1.text=st

经过程序段处理后,文本框中最终显示的内容是(      )

A、DKMoNpA B、DkMoNpA C、DKmOnPa D、DKMONPA
举一反三
返回首页

试题篮