Program(73)describes program's objectives, desired output, input data required, processing requirement, and documentation.A.specificationB.flowchartC.structureD.address

Program(73)describes program's objectives, desired output, input data required, processing requirement, and documentation.

A.specification
B.flowchart
C.structure
D.address

参考解析

解析:程序规格说明书描述了程序的目标、预期的输出、所需的输入数据、处理的要求和文档。

相关考题:

● The program and the data are kept inside the computer in a place called (73) .A. bus B. cache C. CPU D. memory

Data and program instructions are stored in () A、outputB、the processorC、storageD、program

To document your code can increase program(72) and make program easier to(73).A.reliabilityB.securityC.readabilityD.usability

● The program and the data are kept inside the computer in a place called(73) .(73)A. busB. cacheC. CPUD. memory

M.Jackson suggested the data structure oriented software design method.Which of the following structure can be introduced by using input data structure?A.algorithm structureB.procedure structureC.code structureD.program structure

Programmers test a program by running it to ensure that the(74)are correct and that the program produces the desired outcome. If errors do occur, the programmer must make the appropriate change and recheck the program until it produces the correct results. This(75)is called testing and debugging.A.commandsB.softwareC.instructionsD.measure

The program memory serves basically as a place(66)instructions, the coded pieces of data(67)direct the activities of the control processing unit(CPU). A group of(68)related in- structions stored in memory is referred to as a program. The CPU "read" each instruction from memory a logically(69)sequence and "use" it to initiate program action. If the program structure is coherent and(70), processing procedures produce intelligible and useful results.A.storedB.to storeC.to be storedD.storing

The relational database model requires the data be(71)through programs that don't rely on the position of the data in the database. This is in direct(72)to the other database mode, where the program has to follow a series of pointers to the data it seeks. A program(73)a relational database simply asks for the data it seeks; the DBMS performs the necessary searches and(74)the information. The(75)on how the search is done are specific to the DBMS and vary from product to product.A.accessedB.movedC.readD.wrote

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.memoryB.controlC.monitorD.charge

Most operating systems have a standard set of () to handle the processing of all input and output instructions.A.spreadsheetB.control instructionsC.I/O operationD.data table

Program( )describes programs objectives, desired output, input data required, processing requirement, and documentation.A.specification B.flowchart C.structure D.address

program propagates itself by modifying other programs to include a possibly changed copy of itself and that is executed when the infected program is(67). A virus often causes damage or annoyance and may be triggered by some event such as the occurrence of a predetermined date.Worm is a self-contained program that can propagate itself through data processing systems or computer networks. Worms are often designed by hackers to use up(68) resources such as storage space or processing time.Trojan horse implies by the name an apparently harmless program containing(69) logic that allows the unauthorized collection, falsification or destruction of data. Logic bomb causes damage to a data processing system when triggered by some specific system condition. Time bomb is also a malicious program being activated at a(70) time.A.WormB.VirusC.DisasterD.Demon

Program()describes program's objectives, desired output, input data required, processing requirement, and documentation.A.specificationB.flowchartC.structurE.D.address

Program( )describes program's objectives,desired output,input data required,processing requirement,and documentation.A.specificationB.flowchartC.structureD.address

Most operating systems have a standard set of ( ) to handle the processing of all input and output instructions.A.SPREADSHEET B.CONTROL INSTRUCTIONS C.I/O OPERATION D.DATA TABLE

Most operating systems have a standard set of ( ) to handle the processing of all input and output instructions. A.spreadsheet B.control instructions C. I/O operation D.datA.table

下列选项中属于过滤流Filter Input Stream的子类的是()。A、Data Input StreamB、Data Output StreamC、Print StreamD、Buffered Output Stream

Which of the following is TRUE about the ate program?()A、When running ate for the first time it will prompt for all the required information and configure all the required devicesB、The program is used by cu to communicate to a remote systemC、The program is used for remote communications between the host and a remote system using a modem or null modem via a tty portD、The program ate calls cu to communicate with the remote system

Which narrative regarding loading software is incorrect?()A、The approved Loading Program could substituted the approved Loading Manual and/or Trim and Stability BookletB、A Loading Program is required to have General Approval by classification Society prior to being considered for use on a specific shipC、Following a satisfactory installation test on board the ship the Surveyor will issue a Program Installation TestD、A Loading Program may be provided as a classification requirement or as an Owner’s option

A user can no longer launch their word processing program. The program worked fine yesterday.Which of the following options could BEST be used to fix the word processing program?()A、Safe ModeB、Automated System RecoveryC、Last Known Good ConfigurationD、System Restore

What will be the result of attempting to compile and run the following program?()   public class Q28fd {   public static void main(String args[]) {   int counter = 0;   l1:   for (int i=10; i0; i--) {   l2:  int j = 0;   while (j  10) {   if (j  i) break l2;   if (i == j) {   counter++;   continue l1;   }   }   counter--;   }   System.out.println(counter);  }   }   A、The program will fail to compile.B、The program will not terminate normally.C、The program will write 10 to the standard output.D、The program will write 0 to the standard output.E、The program will write 9 to the standard output.

You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a database named Dworks in the instance. The Dworks database has a table named Orderthings. According to the company requirement, you have to export all data from the Orderthings table to a file. During the export, you must make sure that the data export process is saved for reuse and a Microsoft Office Open XML document format is used. What should you do?()  A、You should run the bulk copy program utility along with an output file and no format fileB、You should run the SQLCmd utility and save the output to a fileC、You should run the SQL Import and Export Data Wizard and save the output to a file.D、You should run the bulk copy program utility along with a format file and an output file.

单选题You run the English (US) edition of Windows 2000 professional on your computer. You are developing a product installation document that has text in both English and Spanish. The word processing program you are using is a Windows 16-bit character-based application. You start theword processing program and complete the English Portion of the document. You then install Spanish as a language group by using Regional Options in Control Panel. However, You cannot use Spanish to complete the Spanish portion of your document. What should you do?()AChange the language preference from English to Spanish within the word processing  Program.BInstall the Spanish version of Windows 2000 Professional. Reconfigure your language  settings, and restart the word processing program.CSave and close the word processing program. Select Spanish by using the locate indicator on  the taskbar, and restart the word processing program.DSave and close the word program. Log off and log on to the computer. Restart the Word  processing program, and select Spanish by using the locale indicator on the taskbar.

单选题You run the English (US) edition of Windows 2000 Professional on your home computer. You are writing a letter that will include text in both English and German. The word processing program you are using is a Windows 16-bit character-based document. You then install German language support by using Regional Options in Control Panel. However, you are unable to use German in your document. You want to be able to complete the German portion of the document with the least amount of administrative effort. What should you do?()ASave the document and close the word processing program. Select German by using the locale indicator on the taskbar and restart the word processing program.BSave the document and close the word processing program. Log off and log on to the computer. Restart the word processing program and select German by using the locale indicator on the taskbar.CInstall the German version of Windows 2000 Professional. Reinstall the word processing program.DChange the language preference from English to German within the word processing program.

单选题What will be the result of attempting to compile and run the following program?()   public class Q28fd {   public static void main(String args[]) {   int counter = 0;   l1:   for (int i=10; i i) break l2;   if (i == j) {   counter++;   continue l1;   }   }   counter--;   }   System.out.println(counter);  }   }AThe program will fail to compile.BThe program will not terminate normally.CThe program will write 10 to the standard output.DThe program will write 0 to the standard output.EThe program will write 9 to the standard output.

单选题Which of the following is TRUE about the ate program?()AWhen running ate for the first time it will prompt for all the required information and configure all the required devicesBThe program is used by cu to communicate to a remote systemCThe program is used for remote communications between the host and a remote system using a modem or null modem via a tty portDThe program ate calls cu to communicate with the remote system

单选题Which narrative regarding loading software is incorrect?()AThe approved Loading Program could substituted the approved Loading Manual and/or Trim and Stability BookletBA Loading Program is required to have General Approval by classification Society prior to being considered for use on a specific shipCFollowing a satisfactory installation test on board the ship the Surveyor will issue a Program Installation TestDA Loading Program may be provided as a classification requirement or as an Owner’s option