柠檬试题库
search
首页
计算机
公务员
驾照
关于
share
IEEE 802.3规定的Ethernet帧的最小长度为
A.32B
B.46B
C.48B
D.64B
热度🔥200
参考答案:D
解析:
D【解析】IEEE 802.3规定的Ethernet帧的最小长度为64B,最大长度1518B。根据题意,选项D符合要求,故选择D选项。
复制题目向AI提问
content_copy
content_copy
扫码免费计算机二级刷题
2025年计算机等级考试题库
推荐
子过程Plus完成对当前库中"教师表"的工龄字段都加1的操作。 Sub Plus( ) Dim ws As DAO.Workspace Dim db As DAO.Database Dim rs As DAO.Recordset Dim fd As DAO.Field Set db = CurrentDb() Set rs = db.OpenRecordset("教师表") Set fd = rs.Fields("工龄") Do While Not rs.EOF rs.Edit 【 】 rs.Update rs.MoveNext Loop rs.Close db.Close Set rs = Nothing Set db = Nothing End Sub 程序空白处应该填写的语句是
有以下程序 #include int a=4; int f(int n) { int t = 0; static int a=5; if (n%2) {int a=6; t += a++; } else {int a=7; t += a++; } return t + a++; } main() { int s=a, i=0; for (; i<2;i++) s += f(i); printf("%d\n", s); } 程序运行后的输出结果是
下列叙述中错误的是( )。
下列关于计算机病毒的叙述中,正确的是( )。
标签
四级网络工程师
长度
64
64b
最小