计算机系统概论试卷.pdf
《计算机系统概论试卷.pdf》由会员分享,可在线阅读,更多相关《计算机系统概论试卷.pdf(46页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、Final EXAM STUDY MATERIALDONT forget to REVIEW all PPT1.properties are additional information placed within HTML bracketsthat control how the tab is used.TrueFalse2.Having a derived class function with the same name as a function inthe corresponding base class is called function overloading.TrueFals
2、e3.When deriving from a private base class,the public,protected andprivate members of the base class become private members of the derivedclass.TrueFalse4.A base-class initializer must always be provided in the derived-classconstructor to call the base-class constructor.TrueFalse5.After we implement
3、 inheritance in our system,we must recompile allour.cpp files before building an executable file.TrueFalse6.Placing the elevatorRef data member in the protected section of thebase-class declaration allows the derived classes to access that datamember.TrueFalse7.Polymorphism makes systems less extens
4、ible.HintTrueFalse8.Dynamic method binding is a Java feature that exhibits polymorphism.TrueFalse9.Variables declared as final can be modified after they have beendeclared.TrueFalse10.Abstract class objects never have to be instantiated.TrueFalse1.What is the syntax to write the HTML tags?A)(HTML)B)
5、C)HTML2D)2.Which is the correct tag to make a link that will send an email?A)B)C)3.Which tag makes the largest headline?A)HlB)H2C)H3D)H44.Between which set of tags does most of the content of your web page need to beplaced?A)B)C)D)5.What is the correct HTML tag for inserting an horizontal line?A)B)C
6、)horizontal line,D)6.HTML is_A)a company that provides access to the Internet.B)common questions and answers.C)the language of the Web.D)common graphic format on the Web.7.ISP is_A)a company that provides access to the Internet.B)the language of the Web.C)common graphic format on the Web.D)common qu
7、estions and answers.8.HTTP is a _A)file format used to transfer files from one word processor to another.B)a Web Address.C)file format that retains format on the Web.D)the transfer method used on the Web.9.A URL isA)a Web Address.B)file format that retains format on the Web.C)the transfer method use
8、d on the Web.D)file format used to transfer files from one word processor to another.10.What is the file extension used for HTML file?A).webpageB).shtml3C),htmlD).doc11.What is the HTML feature that divides a web page into two or more scrollableparts?A)Split PageB)Frame(结构)C)FormD)Table12.TCP/IP is
9、aA)communicating real time on the Internet.B)program that enhances a browsers capability.C)protocol used on the Internet that sends packets of information.D)a perfomance matrix used for authentic assessment.13.The tag makes text.?A)BoldB)InlineC)UnderlinedD)Italic14.A table is aA)ARPAnet.B)input are
10、a on a web page.C)Hyper text transfer protocolD)an interent activity that involves synthesis of information.Explain Types of Software Application software-Performs specific tasks for users System software-Provides infrastructure for application software-Consists of operating system and utility softw
11、areWhat are the Operating System Components Shell:Communicates with users-Text basedGraphical user interface(GUI)4 Window manager Kernel(内 核)Performing basic required functions-File manager-Device drivers-Memory manager-Scheduler and dispatcherWhat is a Memory Manager.Allocates space in main memory
12、May create the illusion that the machine has more memory than itactually does(virtual memory)by playing a shell game“in whichblocks of data(pages)are shifted back and forth between mainmemory and mass storageWhat is a Network?A network consists of two or more computers that are linked in order tosha
13、re resources(such as printers and CDs),exchange files,or allowelectronic communications.The computers on a network may be linkedthrough cables,telephone lines,radio waves,satellites,or infrared lightbeams.The two basic types of networks include:.Local Area Network(LAN).Wide Area Network(WAN)5You may
14、 also see references to a Metropolitan Area Networks(MAN),aWireless LAN(WLAN),or a Wireless WAN(WWAN).Local Area NetworkA Local Area Network(LAN)is a network that is confined to a relativelysmall area.It is generally limited to a geographic area such as a writinglab,school,or building.Rarely are LAN
15、 computers more than a mileapart.In a typical LAN configuration,one computer is designated as the fileserver.It stores all of the software that controls the network,as well as thesoftware that can be shared by the computers attached to the network.Computers connected to the file server are called wo
16、rkstations.Theworkstations can be less powerful than the file server,and they may haveadditional software on their hard drives.On many LANs,cables are usedto connect the network interface cards in each computer;other LANs maybe wireless.See the Topology,Cabling,and Hardware sections of thistutorial
17、for more information on the configuration of a LAN.Wide Area NetworkWide Area Networks(WANs)connect larger geographic areas,such asFlorida,the United States,or the world.Dedicated transoceanic cablingor satellite uplinks may be used to connect this type of network.Using a WAN,schools in Florida can
18、communicate with places like6Tokyo in a matter of minutes,without paying enormous phone bills.AWAN is complicated.It uses multiplexers to connect local andmetropolitan networks to global communications networks like theInternet.To users,however,a WAN will not appear to be much differentthan a LAN.Wh
19、at is a Topology?The physical topology of a network refers to the configuration of cables,computers,and other peripherals.Physical topology should not beconfused with logical topology which is the method used to passinformation between workstations.Main Types of Physical TopologiesThe following sect
20、ions discuss the physical topologies used in networksand other related topics.Linear BusStarTree(Expanded Star)Considerations When Choosing a TopologySummary ChartLinear Bus7A linear bus topology consists of a main run of cablewith a terminator at each end(See fig.1).All nodes(fileserver,workstation
21、s,and peripherals)are connected tothe linear cable.File ScruerB1=ri_ II_:_ JUw DE_nFig.Linear Bus topologyAdvantages of a Linear Bus TopologyEasy to connect a computer or peripheral to a linear bus.Requires less cable length than a star topology.Disadvantages of a Linear Bus TopologyEntire network s
22、huts down if there is a break in the main cable.Terminators are required at both ends of the backbone cable.Difficult to identify the problem if the entire network shuts down.Not meant to be used as a stand-alone solution in a large building.StarA star topology is designed with each node(file server
23、,workstations,andperipherals)connected directly to a central network hub,switch,orconcentrator(See fig.2).Data on a star network passes through the hub,switch,or concentrator8before continuing to its destination.The hub,switch,or concentratormanages and controls all functions of the network.It also
24、acts as arepeater for the data flow.This configuration is common with twisted paircable;however,it can also be used with coaxial cable or fiber optic cable.Fig.Star topologyAdvantages of a Star TopologyEasy to install and wire.No disruptions to the network when connecting or removing devices.Easy to
25、 detect faults and to remove parts.Disadvantages of a Star TopologyRequires more cable length than a linear topology.If the hub,switch,or concentrator fails,nodes attached are disabled.More expensive than linear bus topologies because of the cost of thehubs,etc.Tree or Expanded StarA tree topology c
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 计算机系统 概论 试卷
限制150内