2000字范文,分享全网优秀范文,学习好帮手!
2000字范文 > 计算机科学导论考试A卷试题 计算机科学导论试题A答案

计算机科学导论考试A卷试题 计算机科学导论试题A答案

时间:2018-09-04 22:12:18

相关推荐

计算机科学导论考试A卷试题 计算机科学导论试题A答案

广东外语外贸大学信息学院

《计算机科学导论》-学年上学期期末考试试卷A答案 一、将下列专业汉语词组译成相应的英文词组(2分*5=10分):

Process and program; Application and System software

Algorithms and Pseudocode; Stack and Queue;

Assembly and Compile

二、将下列专业英文词组译成相应的汉语词组(2分*5=10分):

触发器与门; 以太网络与防火墙;

迭代模型与瀑布模型; 耦合与内聚(聚合)

白盒与黑盒测试

三、写出下列计算机缩略写词的英文全称(3分*5=15分):

CPU (Central Processing Unit)

WWW (World Wide Web)

C/S and P2P (Client/Server and Peer to Peer)

LIFO and FIFO (Last-in, First-out and First-in, First-out)

DB and DBMS (Database and Database Management System )

四、简答题(5分*5=25分):

(1)根据附录A和下面的内存映射图,回答停机后寄存器1和4的内容是什么? 答:0B,C0

(2)Lists at least 5 disciplines belong to computer science system。

答(In English):Operating System;Data Structure;Programming Language;

Networking;Database System;Artificial Intelligence;Software Engineering

(3)What is the difference between Switches and Routers?

答:Switch connects several networks to form a larger network;

A router connects two networks to form an internet in which the original two networks continue to function as independent networks。

(4)Given a relation called People whose attributes are Name, Father, and Mother , write

an SQL statement to obtain a list of all the children name of John and Kate.

答:SELECT Name FROM People

WHERE Father = “John” and Mother=“Kate”。

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。