网友您好, 请在下方输入框内输入要搜索的题目:

福建师范大学2022年8月课程考试《高级英语阅读(二)》作业考核

●试题四

阅读下列函数说明和C代码,将应填入(n)处的字句写在答题纸的对应栏内。

【说明】

函数QuickSort是在一维数组A[n]上进行快速排序的递归算法。

【函数】

void QuickSort(int A[],int s,int t)

{int i=s,j=t+1,temp;

int x=A[s];

do{

do i++;while (1) ;

do j--;while(A[j]>x);

if(i<j){temp=A[i]; (2) ; (3) ;}

}while(i<j);

A[a]=A[j];A[j]=x;

if(s<i-1) (4) ;

if(j+1<t) (5) ;

}


正确答案:

●试题四

【答案】(1)Ai<x(2)Ai=Aj(3)Aj=temp(4)QuickSort(Asj-1)

(5)QuickSort(Aj+1t)

【解析】快速排序的思想是:任取待排序序列中的某个元素作为基准(一般取第一个元素),通过一趟排序,将待排元素分为左右两个子序列,左子序列元素的排序码均小于或等于基准元素的排序码,右子序列的排序码则大于基准元素的排序码,然后分别对两个子序列继续进行排序,直至整个序列有序。快速排序是对冒泡排序的一种改进方法,算法中元素的比较和交换是从两端向中间进行的,排序码较大的元素一次就能够交换到后面单元,排序码较小的记录一次就能够交换到前面单元,记录每次移动的距离较远,因而总的比较和移动次数较少。

 


“两个务必”的内容是务必保持谦虚谨慎、不骄不躁的作风,务必保持求真务实的作风。

此题为判断题(对,错)。

参考答案:错误


正确答案:×


V.Word Form (10 points, 1 point for each item)

将括号中的各词变为适当的形式填入空白。答案写在答题纸上。

56.I would play football with you if I_20 years younger. (be)


正确答案:

56.I would play football with you if I were 20 years younger. (be)虚拟语气


阅读下列函数说明和C代码,将应填入(n)处的字句写在对应栏内。

【说明】

函数QuickSort是在一维数组A[n]上进行快速排序的递归算法。

【函数】

void QuickSort( int A[ ],int s,int t)

{ int i=s,j=t+1,temp;

int x=A[s];

do{

do i ++ ;while (1);

do j -- ;while(A[j]>x);

if(i<j){temp=A[i];(2);(3);}

}while(i<j);

A[a] =A[j];A[j] =x;

if(s<i-1) (4);

if(j+1<t) (5);

}


正确答案:(1)A[i]x (2)A[i]=A[j] 3)A[j]=temp (4)QuickSort(Asj-1) (5)QuickSort(Aj+1t);
(1)A[i]x (2)A[i]=A[j] 3)A[j]=temp (4)QuickSort(A,s,j-1) (5)QuickSort(A,j+1,t); 解析:快速排序的思想是:任取待排序序列中的某个元素作为基准(一般取第一个元素),通过一趟排序,将待排元素分为左右两个子序列,左子序列元素的排序码均小于或等于基准元素的排序码,右子序列的排序码则大于基准元素的排序码,然后分别对两个子序列继续进行排序,直至整个序列有序。快速排序是对冒泡排序的一种改进方法,算法中元素的比较和交换是从两端向中间进行的,排序码较大的元素一次就能够交换到后面单元,排序码较小的记录一次就能够交换到前面单元,记录每次移动的距离较远,因而总的比较和移动次数较少。


请将每一个空的正确答案写在答题卡【1】~【20】序号的横线上,答在试卷上不得分。

1.计算并填写下表


正确答案:

(1)
【1】B类【解析】题目中给定的lP地址191.23.181.13的第一字节范围属于128~191之间,可以判断该IP地址属于B类地址;或者将IP 地址写成二进制形式为:10111111.0 0010111.10110101.00001101,第一字节以“10”开头,也可以判断出该lP地址属于B类地址。
【2】191.23.128.0 【解析】由题目知,该lP地址的子网掩码为255.255.192.0,写成二进制表示法为11111111.11111111.11000000.00 00000,子网掩码的前18位为“1”,说明前18位为网络号,后14位为主机号。用子网掩码与lP地址做“与”运算,得到网络地址为 10111111.00010111.10000000.00000000,写成十进制即191.23.128.0 或191.23.128.0/18。
【3】191.23.191.255 【解析】把lP地址的主机号全部置“1”即可得到直接广播地址,即10111111.00 010111.10111111.11111111,写成十进制,即 191.23.191.255。
【4】 0.0.53.13 【解析】将网络号地址全部置“0”,便可得到该lP的主机号,即00000000.00000000.00110101.00001101,写成十进制即0.0.53.13。
【5】191.23.191.254 【解析】由于主机号全置“1”时为广播地址,是不可用的IP 地址。所以最后一个lP地址为主机号的广播地址减去l,即 191.23.191.254.


高级英语阅读(二)期末考试A卷 姓名:专业:学号: 学习中心:$答案务必写在最后一页答案卷上, 否则不得分!一、客观题(答案务必写在答题纸上, 60分,每题3分)I 判断对错: 对的写“T”, 错的写“F”Read lesson 4 Text B , Do True or False Questions(阅读教材第4课课文B ,判断对错):Washington Irvings Sunnyside in Tarrytown, New YorkAccompanying a plan of Sunnyside (unprinted here), a former residence of Washington Irving in New York, is the following text. We have left out its title, which indicates clearly its purpose, in the hope that the reader will reconstruct it after reading the text.Sunnyside is one of the few surviving and best-documented examples of American romanticism in architecture and landscape design. Andrew Jackson Downing featured Sunnyside in his Treatise on the Theory and Practice of Landscape Gardening (1841) as an example of the progressive improvement in Rural Architecture. which, he explained, strives to be in perfect keeping with surrounding nature by its varied and picturesque outline. Architectural beauty, he taught, must be considered conjointly with the beauty of the landscape,Walking the 24-acre grounds is a pleasure in every season. Swans glide on the pond Irving called the little Mediterranean, and a stone flume delights the ear with the sound of rushing water. A path leads up a small rise and from there down into the glen, and up to the house. Behind the house, another path winds along the Hudson for views of the river at its widest point, the Tappan Zee.The modest stone cottage which was later to become Sunnyside was originally a tenant farmers house built in the late-seventeenth century on the Philipsburg Manor. During the eighteenth century, the cottage was owned by a branch of the Van Tassel family, the name Irving later immortalized in The Legend of Sleepy Hollow.Irving purchased the cottage in 1835 and directed the remodeling, adding Dutch-stepped gables, ancient weathervanes, and developing Gothic and Romanesque architectural features for other parts of the house. He was so pleased with his home that in 1836 he wrote to his brother, Peter: I am living most cozily and delightfully in this dear, bright little home, which I have fitted up to my own humor. Everything goes on cheerily in my little household and I would not exchange the cottage for any chateau in Christendom.Todays visitor to Sunnyside sees Irvings home much as it appeared during the final years of his life. The authors booklined study contains his writing deska gift from his publisher, G.P. Putnam and many personal possessions. The dining room, in which Irving and his dinner guests often gathered to enjoy the beautiful sunsets over the Hudson River, adjoins the parlor. Here Irving played his flute, while his nieces, Sarah and Catherine, accompanied him on the rosewood piano. The piano and other original furnishings still grace the room. The small picture gallery off the parlor contains some original illustrations for Irvings work. The kitchen was quite advanced for its day, having a hot water boiler and running water fed from the pond through a gravity-blow system. The iron cookstove was also a modern convenience, replacing the open hearth in the 1850s.The second floor of the house contains several bedrooms, each of which has its own personal character. The guest bedroom is furnished with a French-style bed and painted cottage pieces. The ingenious arches in this and other rooms were designed by Irving. His bedroom, where he died in 1859, contains the authors tester Sheraton bed, along with his walking stick and a number of his garments and personal effects. The small, bright room between the bedrooms might have been used by Irvings nephew and biographer, Pierre Munro Irving, who cared for his uncle during the last months of his life. The room was used originally to store books and papers. The bedroom used by Irvings nieces contains an Irving-family field bed with hand-made bobbin lace hangings, a chest of drawers, sewing stands, and an ornamental stove. The guest room contains a cast iron bed probably made in one of the foundries along the Hudson.Write True (T) or False (F)for the following questions.1. Sunnyside is the former residence of Washington Irving in Washington D.C2. .Sunny side is a typical representative of Romanticism of American city architecture.3. According to Andrew Jackson Downing , architectural beauty must be in harmony with the beauty of the surrounding landscape.4. During the 18th century ,the cottage was owned by Van Tassel who was mentioned by Irving in his book “the Legend of the Hollow” .5. Irving didnt make any change to the cottage after he purchased it.6. Todays Sunnyside has changed a lot compared with its appearance in Irvings time.7. Sunnyside was built near the Hudson River.8. The study , the dining room , the parlor and the kitchen are all on the first floor of Irvings house.9. All the bedrooms on the second floor are almost furn


请将每一个空的正确答案写在答题卡【 】~【 】序号的横线上。答在试卷上不得分。

某二叉树有5个度为2的结点以及3个度为1的结点,则该二叉树中共有【 】个结点。


正确答案:14
14 解析:在二叉树中,度为0的结点数是度为2的结点数加1,故二叉树中结点数的总和为度为0的结点数、度为1的结点数及度为2的结点数三者相加,得出结果为14个结点。


国际邮件书写格,收件人的姓名、地址应当写在邮件封面中间靠右偏下的位置,与邮件的长度方向平行书写。收件人名址书写顺序是()。

A.第一行写收件人姓名

B.第二行写所在单位名称

C.第三行写街道名和门牌号码

D.最后一行写寄达地名和国名


正确答案:ABCD


检疫证明耳标号太多写不下可以全部填写在附件,并在首页直接写见附件。( )

此题为判断题(对,错)。


正确答案:×


请将答案填写在题干后面的括号内,

此题为判断题(对,错)。


正确答案:×


国际邮件书写格,收件人的姓名、地址应当写在邮件封面中间靠右偏下的位置,与邮件的长度方向平行书写。收件人名址书写顺序是()。

A第一行写收件人姓名

B第二行写所在单位名称

C第三行写街道名和门牌号码

D最后一行写寄达地名和国名


A,B,C,D


更多 “福建师范大学2022年8月课程考试《高级英语阅读(二)》作业考核” 相关考题
考题 判断题总结的结尾多写今后设想、努力方向,也可以把存在的问题写在这一部分,然后写改进的意见。()A 对B 错正确答案: 对 解析: 暂无解析

考题 以下关于求职信的格式,不正确的是()。A、称谓是对收信人的称呼,写在第一行,要顶格写受信者单位名称或个人姓名B、正文要另起一行,空两格开始写求职信的内容。正文内容较多,要分段写C、结尾另起一行,空两格,写敬祝的话D、写信人的姓名和成文日期写在信的右下方。成文日期写在上面,姓名写在下面正确答案:D

考题 判断题总结的结尾多写今后设想、努力方向,也可以把存在的问题写在这一部分,然后写改进的意见。()A 对B 错正确答案: 错 解析: 暂无解析

考题 国际邮件封面书写格式,应按照()的规定办理,收件人的姓名、地址应当写在邮件封面中间靠右偏下的位置,最后一行写()和()。万国邮政联盟;寄达地名;国名略

考题 填空题国际邮件封面书写格式,应按照()的规定办理,收件人的姓名、地址应当写在邮件封面中间靠右偏下的位置,最后一行写()和()。正确答案: 万国邮政联盟,寄达地名,国名 解析: 暂无解析

考题 客观题答案清晰而明确,答错、多答、少答均不应得分。正确答案:正确

考题 多选题国际邮件书写格,收件人的姓名、地址应当写在邮件封面中间靠右偏下的位置,与邮件的长度方向平行书写。收件人名址书写顺序是()。A第一行写收件人姓名B第二行写所在单位名称C第三行写街道名和门牌号码D最后一行写寄达地名和国名正确答案: C,D 解析: 暂无解析

考题 单选题以下关于求职信的格式,不正确的是()。A 称谓是对收信人的称呼,写在第一行,要顶格写受信者单位名称或个人姓名B 正文要另起一行,空两格开始写求职信的内容。正文内容较多,要分段写C 结尾另起一行,空两格,写敬祝的话D 写信人的姓名和成文日期写在信的右下方。成文日期写在上面,姓名写在下面正确答案: A 解析: 暂无解析

考题 国际邮件封面书写格式,应按照()的规定办理,收件人的姓名、地址应当写在邮件封面中间靠右偏下的位置,最后一行写()和()。正确答案:万国邮政联盟;寄达地名;国名

考题 判断题他(tā)会(huì)写(xiě)汉(hàn)字(zì),但(dàn)是(shì)写(xiě)得(dé)不(bù)怎(zěn)么(me)样(yàng)。★汉(hàn)字(zì)他(tā)写(xiě)得(dé)不(bù)太(tài)好(hǎo)。(  )A 对B 错正确答案: 对 解析: 暂无解析
最新考题