A.在第一次搭建该信息系统时预留了可升级端口,属于需求分析中的功能需求 |
B.为保存学生数据,学校应该尽可能购买容量大的数据库,其它不用考虑 |
C.该系统只在校园内使用,属于局域网 |
D.该系统的系统软件只有操作系统 |
A.![]() | B.![]() | C.![]() | D.![]() |
A.1 | B.2 | C.3 | D.4 |
s=1
i=_____①_____
while i<15:
s=______②_____
i+=1
print(s)
string=input("输入字符串:")
string=string+" " #最后一段做特殊处理
c=1
s="" #存储压缩后的结果
for p in range(_____①_____):
if string[p]== string[p+1]:
c+= 1
else:
if c!=1:
s+= ______②_____
else:
s+=string[p]
______③_______
print("压缩后数据为:",s)
A.cd | B.cp | C.cat | D.ls |
A.11110112 | B.1738 | C.7b16 | D.12410 |
A.bit | B.Byte | C.GB | D.KB |
A.13 | B.15 | C.19 | D.28 |
A.286 | B.287 | C.288 | D.289 |