A computer program, orjust a program, is a sequence of (75) ,written to performa specified task with a computer.A.languagesB.instructionsC.programsD.functions

A computer program, orjust a program, is a sequence of (75) ,written to performa specified task with a computer.

A.languages

B.instructions

C.programs

D.functions


相关考题:

● (75) is a sequence of letters and digits,the first character mustbe a letter.(75) A.An identifierB.A stringC.An arrayD.program

● (71) means that a program written for one computer system can be compiled and run on another system with little or no modification.(71)A. PortabilityB. ReliabilityC. AvailabilityD. Reusability

●when a string constant is written in C program,the compiler creates (75) of characters containing the characters of the string,and terminating it with"\0".(75) A.a groupB.an arrayC.a setD.a series

A(75) infected computer may lose its data.A.fileB.databaseC.VirusD.program

● A (75) infected computer may lose its data.(75)A. fileB. data baseC. virusD. program

The program which gives a computer a mind of his own can never be written by human beings.()

The term“(67)program”means a program written in high-level language.A.compilerB.executableC.sourceD.object

______means that a program written for one computer system can be compiled and run on another system with little or no modification.A.PortabilityB.ReliabilityC.AvailabilityD.ReusabilityA.B.C.D.

The(74) program is generally translated to an object program, which is in a form. directly understandably by the computer.A.transferB.assembleC.sourceD.compile

The term "______ program" means a program written in high-level language.A.compilerB.executableC.sourceD.object

The (1) program means a program written in a high-level language. It is generally translated to an (2) program, which is in a form. directly understandably by the computer.The translation is usually done by a program called (3).A.assembleB.webC.CD.source

is a sequence of letters and digits, the first character must be a letter.A.An identifierB.A stringC.An arrayD.program

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

A computer virus is a computer program that is created to make and spread(71)of itself.A.programsB.virusC.copiesD.files

When a string constant is written in C program, the compiler creates(75)of characters containing the characters of the string, and terminating it with "\O".A.a groupB.an arrayC.a stackD.a series

A(72)translates a computer program written in a human-readable computer language into a form. that a computer can exec utA.compilerB.linkerC.assemblerD.application

A(74)translates a computer program written in a human-readable computer language into a form. that a computer can executablA.compilerB.linkerC.assemblerD.application

It is essential that the program ____________ be loaded into computer.A.shouldB.couldC.mustD.would

A ( ) translates a computer program written in a human-readable computer language into a form that a computer can execute.A.compilerB.linkerC.assemblerD.application

A computer ( )is a program that maliciously causes unwanted behavior on a computer.A.softwareB.applicationC.virusD.process

The( )program is generally translated to an object program, which is in a form directly understandably by the computer.A. transferB. assembleC. sourceD. Compile

A______translates a computer program written in a human-readable computer language into a form that a computer can execute.A.compilerB.linkerC.assemblerD.application

Hyperthreading technology:()A、only works on computer systems with multiple core CPUs.B、enables a processor to work with two independent computer instructions at once.C、enables two independent processors to work on the same task, simultaneously.D、allows a computer program to work on multiple tasks simultaneously.

What will be the result of attempting to run the following program?()   public class Qaa75 {   public static void main(String args[]) {   String[][][] arr = {   { {}, null },   { { "1", "2" }, { "1", null, "3" } },   {},   { { "1", null } }  };   System.out.println(arr.length + arr[1][2].length);   }   }  A、The program will terminate with an ArrayIndexOutOfBoundsException.B、The program will terminate with a NullPointerException.C、4 will be written to standard output.D、6 will be written to standard output.E、7 will be written to standard output.

You run a Windows Defender scan on your computer.  You notice a valid program listed in Quarantined Items.  You need to use this program on your computer.  What should you do?()A、Reinstall the application to another location.B、Restore the program from the Quarantined Items list.C、Remove the program from the Quarantined Items list.D、Repair the program from the Programs option in Control Panel.

Your portable computer has a Virtual Private Network (VPN) connection configured. You need to connect to the VPN.  What should you do?()A、Use the Mobile PC program.B、Use the Ease of Access program.C、Use the System and Maintenance program.D、Use the Network and Sharing Center program.

单选题What will be the result of attempting to run the following program?()   public class Qaa75 {   public static void main(String args[]) {   String[][][] arr = {   { {}, null },   { { "1", "2" }, { "1", null, "3" } },   {},   { { "1", null } }  };   System.out.println(arr.length + arr[1][2].length);   }   }AThe program will terminate with an ArrayIndexOutOfBoundsException.BThe program will terminate with a NullPointerException.C4 will be written to standard output.D6 will be written to standard output.E7 will be written to standard output.