题目内容

位是计算机存储数据的最小单位,但存储器的容量大小却以字节数来度量,通常使用千、兆字节表示。()

A. 正确
B. 错误

查看答案
更多问题

扩张长度是测定经济现象循环波动的重要指标,其基本含义是指从周期的谷值时刻到峰值时刻所跨越的时间长度。()

A. 正确
B. 错误

Which of the following saying is true about dieting?

A. You can't eat sweets.
B. Fast foods are not good.
C. You should not neglect any meals.
D. Fasting is always helpful.

【36】

A. interpreting
B. saying
C. explaining
D. reading

有以下程序(说明:字母A的ASCII码值是65)
#include<stdio.h>
void fun(char*S)
{while(*s)
{if(*s%2)printf(“%c”,*s);
S++;
}
}
main()
{char a[]=“BYTE”:
fun(a);printf(“\n”);
}
程序运行后的输出结果是

A. BY
BT
C. YT
D. YE

答案查题题库