更多“● The most important program on any computer is (73) .(73)A. Office 2000B. VirusC. softwareD. Operating System”相关问题
  • 第1题:

    ● The (72) is a collection of modules serving as interface between hardware and software to provide a software platform.

    (72)

    A. computer

    B. processor

    C. application software

    D. operating system


    正确答案:D

  • 第2题:

    ● Integration(73)is the process of verifying that the components of a system work together as described in the program design and system design specifications.

    (73)A. trying B. checking C. testing D. coding


    正确答案:C

  • 第3题:

    ● (73) is the first line of protect between your computer and the public Internet.

    (73)

    A. The Internet protocol

    B. The firewall

    C. The anti-virus software

    D. The intrusion-detection systems


    正确答案:B

  • 第4题:

    The purpose of(66)is to enlarge the(67), the set of addresses a program can utilize. For example, it might contain twice as many addresses as main memory. A program using all of it, therefore, would not be able to fit in main memory all at once. Nevertheless, the computer could execute such a program by Copying into main memory those portions of the program needed at any given point during execution.

    To facilitate copying(66)into real memory, the operating system divides it into pages, each of which contains a fixed number of addresses. Each page is stored on a disk until ii is needed. When the page is needed, the operating system copies it from disk to main memory, translating the(68)into real addresses. The process of translating virtual addresses into real addresses is called(69). The copying of virtual pages from disk to main memory is known as(70)or swapping.

    A.fake memory

    B.false memory

    C.virtual memory

    D.mendacious memory


    正确答案:C
    解析:virtualmemory:虚拟内存

  • 第5题:

    Password is a(n)(71)series of characters that enables a user(72)a file, computer or program. On multi - user systems,(73)user must enter his or her password(74)the computer will respond to commands. The password helps ensure that unauthorized users do not access the computer. In addition, data files and programs may require a password.

    Ideally, the password should be something(75)could guess. In practice, most people choose a password that is easy to remember, such as their name or their initials. This is one reason it is relatively easy to break into most computer system.

    A.obvious

    B.secret

    C.important

    D.easy


    正确答案:B

  • 第6题:

    A home user wants to setup a wireless network. Which of the following would be the MOST important consideration?()

    A. Operating system type of the connected PCs

    B. Location of the wireless router

    C. Number of PCs that will access the network

    D. Number of available Ethernet ports on the router


    参考答案:B

  • 第7题:

    Integration(73)is the process of verifying that the components of a system work togedler as described in the program design and system design speci6cations.

    A.trying

    B.checklng

    C.testing

    D.coding


    正确答案:C
    解析:集成测试就是验证系统各个组成部分能否按程序设计和系统设计规格说明书所描述的方式一起工作的过程。

  • 第8题:

    The main feature of(72)is that they follow a first-come/first-served rule. For instance, the line of(73)waiting to be run on a computer system.

    A.looplinks

    B.queues

    C.stacks

    D.trees


    正确答案:B
    解析:译文:队列的主要特征是遵循先采先服务的原则。例如,计算机中等待运行的作业形成一个队列。

  • 第9题:

    ●The operating system provides an easy-to-use (73) to users.

    (73)A. interface

    B. hardware

    C. device

    D. disk


    正确答案:A

  • 第10题:

    ● (73) manages the other components of a computer system.

    (73)A.Bus

    B.Application system

    C.Operating system

    D.Disk


    正确答案:C

  • 第11题:

    ( ), also called end-user program, includes database programs, spreadsheets, word processors etc.

    A. Application software
    B. Utility software
    C. System software
    D. Compiler software

    答案:A
    解析:
    翻译:应用软件也称为最终用户程序,包括数据库程序、电子表格、文字处理器等。

  • 第12题:

    A customer wants to consolidate storage from four IBM System p servers and one large IBM System i server. The customer does not have a SAN installed. The customer will require approximately 4 TB for System p and 3 TB for System i. The customer states that performance and isolation of the System i system is most important. Capacity, multi-path access, and replication functions are important for the System p servers.    Which solution best satisfies the customer requirements()

    • A、IBM System Storage DS8100 with 300 GB drives for the System p, 73 GB/15k drives for System i, and advanced functions for System p capacity
    • B、IBM System Storage DS8300 with LPAR, 73 GB/15k drives for System i, and 300 GB drives and advanced functions for System p capacity
    • C、IBM System Storage DS6800 with direct attach, 73 GB/15k drives for System i performance, and 300 GB drives and advanced functions for System p
    • D、IBM System Storage DS6800 with LPAR, 146 GB/15k drives for System i, 500 GB FATA drives for System p

    正确答案:B

  • 第13题:

    Integration(73)is the process of verifying that the components of asystem work together as described in the program design and system design specifications.

    A.trying

    B.checking

    C.testing

    D.coding


    正确答案:C
    解析:集成测试就是验证系统各个组成部分能否按程序设计和系统设计规格说明书所描述的方式一起工作的过程。

  • 第14题:

    ● The program and the data are kept inside the computer in a place called

    (73) .

    (73)

    A. bus

    B. cache

    C. CPU

    D. memory


    正确答案:D

    试题(73)参考译文
    在计算机中存放程序和数据的地方称为内存。
    参考答案
    (73)D

  • 第15题:

    ● To document your code can increase program (72) and make program easier to (73).

    (72)

    A. reliability

    B. security

    C. readability

    D. usability

    (73)

    A. execute

    B. interpret

    C. compile

    D. maintain


    正确答案:C,D

  • 第16题:

    The UNIX operating system is made up of three parts; the kernel, the shell and the programs. The kernel of UNIX is the(71)of the operating system: it allocates time and memory to programs and handles the filestore and communications in response to(72). The shell acts as an(73)between the user and the kernel. When a user logs in, the(74)program checks the username and password, and then starts another program called the shell. The shell is a command line(75)(CLI). It interprets the commands the user types in and arranges for them to be carded out. The commands are themselves programs: when they terminate, the shell gives the user another prompt(% on our systems).

    A.hub

    B.center

    C.core

    D.nucleus


    正确答案:A
    解析:hub:中心

  • 第17题:

    Software refers to(70). The most important software on any computer is(71).

    A.input

    B.programs

    C.output

    D.electronic


    正确答案:B
    解析:译文:软件是一些程序。计算机中最重要的软件是操作系统。

  • 第18题:

    The most important program on any computer is (73) .

    A.Office 2000

    B.Virus

    C.software

    D.Operating System


    正确答案:D
    解析:任意一台计算机上最重要的程序是操作系统。

  • 第19题:

    Inside the computer, the operation system(of another software module called a data communication(71))must decide which program will get control next. Each program remember, is associated(72). a particular front -end port. If a program's data have not yet reached its front - end buffer, there is no point giving that program control. Thus the data communication monitor sends its own(73)signal to the front -end devices next port is polled. Note that the(74)computer speed. The computer never has to wait for a terminal or a communication line. Instead, it is the expressive front - end processor that waits for the slower system(75)to respond.

    A.memory

    B.control

    C.monitor

    D.charge


    正确答案:C

  • 第20题:

    ●The most important core component of computer system is (71) .

    (71)

    A.CD-ROM

    B.DRAM

    C.CPU

    D.CRT


    正确答案:C
    参考译文
    计算机系统中最重要的核心部件是CPU(中央处理机)。
    参考答案
    (71)C

  • 第21题:

    ● One of the basic rules of computer security is to change your(73) regularly.

    (73)

    A. name

    B. computer

    C. password

    D. device


    正确答案:C

  • 第22题:

    ● (73)testing is the responsibility ofthe programmer, who knows exactly what is going on inside the program.

    (73)

    A. Acceptance

    B.System

    C.Black box

    D.White box


    正确答案:D

  • 第23题:

    When upgrading the BIOS, which of the following is MOST important?()

    • A、Check room temperature and humidity.
    • B、Follow manufacturer instructions and documentation.
    • C、Run operating system updates.
    • D、Defragment all the hard drives on the system.

    正确答案:B