柠檬试题库
search
首页
计算机
公务员
驾照
关于
share
某企业为了建设一个可供客户在互联网上浏览的网站,需要申请一个( )。
A.密码
B.邮编
C.门牌号
D.域名
热度🔥624
参考答案:D
解析:打开微信小程序查看本题解析
点击打开小程序查看解析
content_copy
扫码免费计算机二级刷题
2024年计算机等级考试题库
推荐
下列属于计算机程序设计语言的是()。
子过程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 main() { int x=1, y=0, a=0, b=0; switch (x) { case 1: switch(y) { case 0: a++; break; case 1: b++; break; } case 2: a++; b++; break; case 3: a++; b++; } printf("a=%d, b=%d\n", a, b); } 程序的运行结果是( )。
以下关于return语句的叙述中正确的是
标签
计算机二级Office
域名
计算机
网上
浏览