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

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

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

参考解析

解析:

相关考题:

有下列程序 program test(input,output); var s:integer; ch:char; count:array[‘a‘..‘z‘]of integer; begin for ch:=‘a‘to‘z‘do count[ch]:=0; read(ch); while not eoln do begin if(ch>=‘a‘)and(chx[5])and(x[c]/c0) or not(x[a+b]>(a+b))的值是( )。AtrueBfalseC0D1

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

( ) describes, in detail, the project s deliverables and the work required to create those deliverables.A.Product scope description B.Project objectives C.Product specification D.The project scope statement

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

Calculator is(66) for performing arithmetic operations, but that requires human intervention to alter its stored program, if any, and to initiate each operation or sequence of operations. A calculator performs some of the functions of a computer, but usually operates only with frequent human intervention.Microcomputer's processing unit consists of one or more microprocessors, and includes storage and input-output(67). Personal computer primarily intended for(68) use by an individual.(69) computer can be hand-carried for use in more than one location. Minicomputer is functionally intermediate between a microcomputer and a mainframe. And supercomputer has the highest processing speeds available at a given time for(70) scientific and engineering problems.A.suitableB.well-formedC.applicableD.usable

下列各个选项中对字符数组赋字符串的语句中,错误的是( )。A.char s[10];s="program";B.char s[]="program";C.char s[10]="program";D.char s[10]; strcpy(s,"program");

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

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(73)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

( ) describes,in detail,the project’s deliverables and the work required to create those deliverables. A.Product scope description B.Project objectives C.Stakeholder Analysis D.The project scope statement

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.

public class SyncTest{   public static void main(String args) {    final StringBuffer s1= new StringBuffer();    final StringBuffer s2= new StringBuffer();    new Thread () {    public void run() {   synchronized(s1) {   s2.append(“A”);   synchronized(s2) {    s2.append(“B”);    System.out.print(s1);    System.out.print(s2);   }   }    }    }.start();   new Thread() {   public void run() {   synchronized(s2) {  s2.append(“C”);  synchronized(s1) {   s1.append(“D”);  System.out.print(s2);  System.out.print(s1);   }   }    }   }.start();   }   }   Which two statements are true? ()A、 The program prints “ABBCAD”B、 The program prints “CDDACB”C、 The program prints “ADCBADBC”D、 The output is a non-deterministic point because of a possible deadlock condition.E、 The output is dependent on the threading model of the system the program is running on.

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