柠檬试题库
search
首页
计算机
公务员
驾照
关于
share
在Visual FoxPro中,假设student表中有40条记录,执行下面的命令后,屏幕显示的结果是( )。? RECCOUNT()
A.0
B.1
C.40
D.出错
热度🔥290
参考答案:C
解析:
【解析】reccount()是系统函数,从字面上看,reccount()是一个自定义过程,意为:Record Count,即返回表的记录总数。题中student表中共有40条记录,因此执行reccount()命令后,返回表的记录总数40。
复制题目向AI提问
content_copy
content_copy
扫码免费计算机二级刷题
2025年计算机等级考试题库
推荐
下面属于系统软件的是
如果在一台主机的Windows环境下执行Ping命令得到下列信息: Pinging www.nankai.edu.cn [202.113.16.33] with 32 bytes of data: Reply from 202.113.16.33: bytes=32 time<1ms TTL=128 Reply from 202.113.16.33: bytes=32 time<1ms TTL=128 Reply from 202.113.16.33: bytes=32 time<1ms TTL=128 Reply from 202.113.16.33: bytes=32 time<1ms TTL=128 Ping statistics for 202.113.16.33: Packets: Sent = 4, Received = 4, Lost = 0(0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms 那么下列结论中无法确定的是()。
设循环队列的存储空间为Q(1:100),初始状态为空。现经过一系列正常操作后,front=49,则循环队列中的元素个数为( )。
标签
二级VF程序设计
reccount
40
记录
执行