計(jì)基課本課后習(xí)題_第1頁
計(jì)基課本課后習(xí)題_第2頁
計(jì)基課本課后習(xí)題_第3頁
計(jì)基課本課后習(xí)題_第4頁
計(jì)基課本課后習(xí)題_第5頁
已閱讀5頁,還剩2頁未讀, 繼續(xù)免費(fèi)閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)

文檔簡(jiǎn)介

1、chapter 1 computers and digital basics 1a “ all things digital”1. data processing was the computing technology behind the first phase of the digital revolution. 2. localsoftware refers to any software that is installed on a computers hard drive.3. a computer network is a group of computers linked to

2、gether to share data and resources. 4. the process of converting text, numbers, sound, photos, or video into data that can be processed by a computer is called digitization . 5. cloud computing provides access to information, applications, communications, and storage over the internet. 1 b “ digital

3、 devices” computer basics 1.a computer is a digital device that processes data according to a series of stored instructions called a program or software. 1.computer data is temporarily stored in memory, but is usually transferred to storage where it can be left on a more permanent basis. 2.personal

4、computers are available in desktop and portable models. 3.a digital device, such as a computer, is called a(n) client,when it requests data from a server. 4.a(n) microcontroller is a special-purpose microprocessor that is built into the machine it controls. 5.a computer accepts input, processes data

5、, stores data, and produces output,according to a series of instructions. 1c “ digital data representation”1.data representation refers to the format in which data is stored, processed, and transferred. 2.digital devices often use the binary number system to represent numeric data. 3.most computers

6、use unicode or extended ascii code to represent character data. (hint: use the acronym.) 4.kb is the abbreviation for kilobyte. 1d “ digital processing”1.a(n) compiler converts all of the source code instructions into a new file containing object code. 2.a microprocessor is hard-wired to perform a s

7、et of activities called a(n) instruction set. 3.the alu in your computers microprocessor holds data in register. 4.the microprocessors control unit contains a(n) instruction pointer that holds the address of the instruction being executed. 5.the human-readable version of a program, createdi n a high

8、-level language by a programmer,is called source code. 6.the alu in your computers microprocessor performs arithmetic and logical operations. 7.the microprocessors control unit fetches each instruction. 1e “ password security ”1.an authentication protocol is any method that confirms a persons identi

9、ty using something the person knows, something the person possesses, or something the person is. 2.on a(n) case -sensitive server, the user id bjp is different from bjp. 3.a(n) dictionary attack can guess your password if you are using common passwords or everyday words. 4.a(n) phishing scam looks l

10、ike a request from your bank or an online payment service, but is actually a hacker who wants you to disclose your user id and password. chapter 2 computer hardware 2a “ personal computer basics ”1.a computer system unit houses the main circuit board, microprocessor, storage devices, and network car

11、d. 2.desktop and laptop computer platforms include pc, mac, and linux. 3.popular peripheral devices include printers, digital cameras, scanners, joysticks, and speakers. 4.to determine whether two computers are compatible, you have to consider if they run the same software and use the same periphera

12、l devices. 5.a device driver is software usually run in the background without opening a window and is designed to help a peripheral device establish communication with a computer. 2 b “ microprocessors and memory”1.a personal computer with an intel core i7 microprocessor is likely to operate at a s

13、peed of 3.4 ghz. (hint: use the abbreviation.) 2.a(n) front side bus is circuitry that transports data to and from the processor. 3.4004, 8088, athlon, and pentium are all types of microprocessor . 4.ddr2, virtual, and volatile are terms that apply to ram. (hint: use the acronym.) 5.the instructions

14、 for loading the operating system into ram when a computer is first turned on are stored in rom. (hint: use the acronym.) 6.a dual core processor allows a computer to execute multiple instructions at the same time to achieve parallel processing. 7.ram is volatile, which means that it cannot hold dat

15、a when the computer power is off. 8.a computer does not usually run out of ram because it can use an area of the hard disk called virtual memory. 2c “ storage devices ”1.access time is typically faster for random-access devices than for sequential access devices. 2.a magnetic storage device uses a r

16、ead-write head to magnetize particles that represent data. 3.a hard disk drive that is rated at a speed of 7200 rpmwill give you faster access to your data than a drive rated at 5400. (hint: use the acronym.) 4.cd-r technology allows you to write data on a disc, and then change that data. true or fa

17、lse? false5.a(n) ssd uses the same storage technology as a usb flash drive, but is not designed to be removable. (hint: use the acronym.) 6.accesstime is the average time it takes a computer to locate data on a storage medium and read it. 7.a disk drive is a(n) random access device; a tape drive is

18、a(n) sequential access device. 2d “ input and output devices”1.one type of graphics circuitry, referred to as integrated graphics, is built into a computers system board.2.a(n) usb port provides one of the fastest, simplest ways to connect peripheral devices. (hint: use the acronym.) 3.in the contex

19、t of computer display technology, response rate refers to the speed at which the screen image is repainted. 4.the number of dots that form images and text on a monitor or printer is referred to as resolution. 5.vga, hdmi, and dvi are types of expansion ports that can be used for connecting a display

20、 device to a computer. chapter 3 software 3c “ installing software and upgrades”1.most web applications require no installation and are accessed through a browser. 2.on a pc, a(n) setup program guides you through the installation process. 3.portable software can be copied to a flash drive and run wi

21、thout additional installation. 4.a(n) service pack is a set of patches that correct problems and address security vulnerabilities. 3d “ buying software” software copyrights and licenses 1.copyright law allows you to make an extra, or backup, copy of software as long as you do not defeat any copy pro

22、tection mechanisms. 2.shareware that expires after a set period of time is often factory-installed on new computers. 3.libreoffice, firefox, and linux are examples of open source software that can be legally modified and redistributed. 3e “ security software”1.a computer virus can lurk in a computer

23、 for days or months, quietly replicating itself. 2.a mass-mailing worm spreads to other computers by sending itself to all the addresses stored in the local e-mail client. 3.a group of zombie computers controlled by a hacker is called a(n) zombie. 4.a virus signature is a unique section of malicious

24、 code that can be identified by antivirus software. chapter4 operating system and file management 4a “ operating system basics ”1.an operating system manages a computer s resources ,such as ram , storage , and peripherals. 2.most personal computer operating systems have multitasking capabilities so

25、that they can simultaneously run two or more tasks, jobs , or programs. 3.the core part of an operating system is called its kernel. 4.during the boot process, a program stored in rom tells the hard disk to load the operating system into ram. 5.most computers today have graphical user interfaces. 6.

26、microsoft windows featured the first graphical user interface .true or false? false 7.an open source operating system called linux is the foundation for several handheld operating systems, such as symbian and android os. 8.the two main software categories are application software and systemsoftware.

27、 4c “ file system”1.bmp , docx , exe , and . mov are examples of files extensions. 2.a disk partitionis a section of a hard disk drive that is treated as a separate storage unit. 4d “ file management”1.logical file storage models , such as a filling cabinet or tree metaphor , help you visualize the

28、organization of your computer 2.a hard disk stores data in concentric circles called tracks , which are divided into wedge-shaped sectors. 3.the acronyms ntfs , hfs+ , and mft pertain to physical file storage models. chapter 5 local area networks 5a “ network building blocks”1.a dorm-room network co

29、vers a limited area and is an example of a localarea network. 2.each connection point on a network is referred to as a network node. 3.communications protocols, such as tcp/ip, set standards for encoding and decoding data, guiding data to its destination, and mitigating the effects of noise. 4.a(n)

30、circuitswitching network establishes a dedicated connection between two devices, whereas a(n) packet switching network divides messages into small parcels and handles them on a first-come, first-served basis. 5.ip address can be assigned by an isp or system manager, or can be automatically obtained

31、from a(n) dhcp server. 6.to connect to a lan, a computer requires network circuitry, sometimes referred to as a network interface card. 7.a peer-to-peer network is simply a small version of a client/server network . 8.true or false? false 9.a(n) dynamic ip address can be assigned to a network workst

32、ation by a dhcp server. 5b “ wired and wireless technology”1.todaysmost popular wired network technology is ethernet and is defined by ieee 802.3 standards. 2.wi-fi is todays most popular wireless network technology for lan. chapter 6 the internet 6a “ internet technology ”1.tcp/ip is the primary pr

33、otocol suite used on the internet 29.1 is an example of an ipv4 address, true or false? ture3.a(n) domain name server maintains a database of ip addresses that correspond to addresses such as . 4.most isp offer asymmetric internet connections, meaning the downstream speed is faster than t

34、he upstream speed. 5.the internet backbone is a network of high-capacity communications links that provides the main routes for data traffic across the internet. 6.the top-level domain for most schools and universities is edu . 7.on the internet, tcp breaks a message into packets, and ip is responsi

35、ble for addressing packets so that they can be routed to their destination. 8.computers on the internet that act as servers use static ip addresses, whereas most other computers use dynamic ip addresses. 6b “ fixed internet access ”1.dial-up and dsl internet access use the telephone cables already installed in a home or business. true or false? true.2.the two requirements for cable internet service are circuitry to handle ethernet protocols and a cable mod

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。

評(píng)論

0/150

提交評(píng)論