软考真题练03+编程

博主分享了自己在准备软考过程中完成35道真题的心得,指出上午题的挑战,并解析了链表操作、IP地址块相关问题以及HTML链接的创建。同时,提到了软件估算的常见问题和应对策略,并分享了一道编程题的初步解法。
摘要由CSDN通过智能技术生成

今天下午没课,我把昨天剩下的35道软考题刷完了,第一次做上午题距离及格还差4分加油!
1在这里插入图片描述(C)
解析:题目要求按照关键的顺序,不然D也正确
2.在这里插入图片描述
(B)
3.若对一个链表最常用的操作是在末尾插入结点和删除尾结点,则采用仅设尾指针的单向循环链表(不含头结点)时,(C)。
A.插入和删除操作的时间复杂度都为O(1)
B.插入和删除操作的时间复杂度都为O(n)
C.插入操作的时间复杂度为O(1),删除操作的时间复杂度为O(n)
D.插入操作的时间复杂度为O(n),删除操作的时间复杂度为O(1)
解析:进行插入时直接插道尾指针后面就行了,但是删除的话需要找到尾指针前面一个就得遍历将其覆盖然后,–
IP地址块222.125.80.128/26包含了(C)个可用主机地址,其中最小地址是(B),最大地址是(B)。
4 A. 14 B. 30 C. 62 D. 126
5. A. 222.125.80.128 B. 222.125.80.129
C. 222.125.80.159 D. 222.125.80.160
6. A. 222.125.80.128 B. 222.125.80.190
C. 222.125.80.192 D. 222.125.80.254
解析:网络位占了26位,剩下6位为主机位,2的6次方-2,全1和全0
7. 以下HTML代码中,创建指向邮箱地址的链接正确的是(D)。
(69)A. test@test.com
B. test@test.com
C. test@test.com
D. test@test.com
8.9.10 做这种计算机英语完形填空其实和普通的英语完型填空差不多,但是涉及的单词和话题与计算机分不开,要想要看该空的上下文含义及其某个单词的重复率。
Observe that for the programmer, as for the chef, the urgency of the patron(顾客)may govern the scheduled completion of the task, but it cannot govern the actual completion.An omelette(煎鸡蛋), promised in two minutes, may appear to be progressing nicely. Butwhen it has not set in two minutes, the customer has two choices—waits or eats it raw.Software customers have had (71)choices.
Now I do not think software (72)have less inherent courage and firmness thanchefs, nor than other engineering managers. But false(73)to match the patron’s desireddate is much more common in our discipline than elsewhere in engineering. It is very (74) to make a vigorous, plausible, and job risking defense of an estimate that is derived by no quantitative method, supported by little data, and certified chiefly by the hunches of the managers.
Clearly two solutions are needed. We need to develop and publicize productivity figures, bug-incidence figures, estimating rules, and so on. The whole profession can only profit from (75)such data. Until estimating is on a sounder basis, individual managers will need to stiffen their backbones and defend their estimates with the assurance that their poor hunches are better than wish derived estimates.
(B)A. no B. the same C. other D. lots of
(C)A. Testers B. constructors C. managers D. architects<

  • 2
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值