After analyzing the source code,()generates machine instructions that will amy out the meaning of the program at a later time.A.an InterpreterB.A.linkerC.A.compilerD.A.converter

After analyzing the source code,()generates machine instructions that will amy out the meaning of the program at a later time.

A.an Interpreter
B.A.linker
C.A.compiler
D.A.converter

参考解析

解析:本题考查计算机专业英语知识在分析了源代码之后,()生成了机器指令,将在以后执行程序的含义A 翻译B 链接器C 编译器D 转换器

相关考题:

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

She ______ soon after dark and arrived home an hour later.A、had set outB、set outC、have set outD、had been set out

could find out syntax errors in a source program.A.ComplierB.Operate systemC.ApplicationD.Explainer

( )refers to the range of computer hardware and OS platforms on which the source code of a program can be compiled and run.A.UsabilityB.PortabilityC.ReliabilityD.Maintainability

The architecture of an embedded system is an abstraction of the embedded device,meaning that it is a______of the system that typically doesn't show detailed implementation information such as software source code or hardware circuit design.A.specializationB.computerC.generalizationD.design

Accelerated analysis approaches emphasize the construction of( )to more rapidly identify business and user requirements for a new system. As an accelerated analysis technology,( )reads the program code and automatically generates the equivalent system model, and the code can be obtained from (请作答此空). All system analysis approaches require some form of( )which includes those techniques to be used to identify or extract system problems and solution requirements from user community. ( )is a classical set of techniques used to collect information about system problems, opportunities, solution requirements, and priorities. A. existing database and application programB. application program and user interfaceC. existing database and user interfaceD. existing database,application program and user interface

public class Test {   public static void main (String args) {  string foo = “blue”;  string bar = foo;   foo = “green”;   System.out.printIn(bar);   }   }   What is the result?()  A、 An exception is thrown.B、 The code will not compile.C、 The program prints “null”D、 The program prints “blue”E、 The program prints “green”

public class foo {   public static void main (stringargs)   try {return;}   finally {system.out.printIn(“Finally”);}   }     What is the result?()  A、 The program runs and prints nothing.B、 The program runs and prints “Finally”C、 The code compiles, but an exception is thrown at runtime.D、 The code will not compile because the catch block is missing.

public class foo {  public static void main (string[]args)  try {return;}  finally {system.out.printIn(“Finally”);}  }  What is the result?()A、 The program runs and prints nothing.B、 The program runs and prints “Finally”C、 The code compiles, but an exception is thrown at runtime.D、 The code will not compile because the catch block is missing.

The last deliverable at the Close Out meeting is:()A、source code.B、passwords.C、lessons learned.D、test results.

Company.com recently updated the programs used in an HACMP pre-event. The procedure Involved coping the new code over the old code in the appropriate directory on one of the nodes as indicated by the HACMP event entry. The cluster was synchronized. During a fallover test, the backup system did not behave as expected.  What is the most likely problem?()  A、 The new pre-event program was node locked to a hostnameB、 The new pre-event program was not made executable on al nodes.C、 The new pre-event program was not compatible with the backup machine.D、 The new pre-event program was not propagated to all the nodes in the cluster.

To load the base operating system on a machine using NIM, what are the minimum NIM resources   that must be defined for the installation to succeed()A、A mksysb resource, a SPOT resource, and an lpp_source resourceB、A SPOT resource, an lpp_source resource, and a machine definitionC、An lpp_source resource, a mksysb resource, and a machine definitionD、A SPOT resource, an lpp_source resource, a bosinst_data resource, and a machine definition

When choosing a hostname, which of the following naming conventions is most important to consider?()A、The name is unique globallyB、The name is unique in a specified domainC、The name is not named after a person, place or thingD、The name has special meaning to the machine’s function

To load a base operating system on a machine using NIM, what are the minimum NIM resources that must be defined for the installation to succeed?()A、A mksysb resource, a SPOT resource, and an lpp_source resourceB、A SPOT resource, an lpp_source resource, and a machine definitionC、An lpp_source resource, a mksysb resource, and a machine definitionD、A SPOT resource, an lpp_source resource, a machine definition, and a bootable CD

Given  1.  public class Foo {  2.  public static void main (String [] args) }  3.  try { return;}  4.  finally { Syste.out.printIn (“Finally”);}  5. }  6. }   What is the result( )?A、 The program runs and prints nothing.B、 The program runs and prints “Finally”.C、 The code comiles. But an exception is thrown at runtime.D、 The code will not compile because the catch block is missing.

In your Certkiller .com database server the parameter PLSQL_CODE_TYPE has been set to NATIVE. Which object would be achieved by the setting?()A、The source PL/SQL code will be stored in native machine code.B、The source PL/SQL code will be stored in interpreted byte code.C、The compiled PL/SQL code will be stored in native machine code.D、The compiled PL/SQL code will be stored in interpreted byte code.

Where can you add your own PL/SQL code in relation-handling triggers?()A、Before the "End default relation program section" comment. B、After the "Begin default relation program section" comment. C、Before the "Begin default relation program section" comment. D、It is not possible to modify the relation-handling code that Forms automatically creates for relations.

You executed the following code:   BEGIN   DBMS_SCHEDULER.SET_ATTRIBUTE  (  NAME = ’JOB_A’,   ATTRIBUTE = ’JOB_PRIORITY’,   VALUE = 7);   END;  /   After analyzing the above code, what conclusion will you draw?()  A、 The code will be executed successfully.B、 The code will not be executed successfully because the value of the VALUE parameter must be 1, 2, or 3.C、 The code will not be executed successfully because the value of the VALUE parameter must range between 1 and 5.D、 The code will not be executed successfully because no SET_ATTRIBUTE procedure exists in the DBMS_SCHDULER package.

单选题In your Supportcenter.cn database server the parameter PLSQL_CODE_TYPE has been set to NATIVE. Which object would be achieved by the setting?()AThe source PL/SQL code will be stored in native machine code.BThe source PL/SQL code will be stored in interpreted byte code.CThe compiled PL/SQL code will be stored in native machine code.DThe compiled PL/SQL code will be stored in interpreted byte code.

单选题In your Certkiller .com database server the parameter PLSQL_CODE_TYPE has been set to NATIVE. Which object would be achieved by the setting?()AThe source PL/SQL code will be stored in native machine code.BThe source PL/SQL code will be stored in interpreted byte code.CThe compiled PL/SQL code will be stored in native machine code.DThe compiled PL/SQL code will be stored in interpreted byte code.

单选题To load a base operating system on a machine using NIM, what are the minimum NIM resources that must be defined for the installation to succeed?()AA mksysb resource, a SPOT resource, and an lpp_source resourceBA SPOT resource, an lpp_source resource, and a machine definitionCAn lpp_source resource, a mksysb resource, and a machine definitionDA SPOT resource, an lpp_source resource, a machine definition, and a bootable CD

问答题Write a memo in about 50 words. You are a department manager. A new copying machine has been installed in your department. Write a memo to tell your staff members to be careful in using the newly-installed photocopier. Your instructions should include the following particulars: ·Ask them not to use it for too long at a time. ·Ask them to switch off the machine after use. ·Encourage them to offer suggestions for the care of the machine.

单选题public class Test {  public static void main (String [] args)  {  string foo = “blue”;  string bar = foo;  foo = “green”;  System.out.printIn(bar);  }  }   What is the result?()A An exception is thrown.B The code will not compile.C The program prints “null”D The program prints “blue”E The program prints “green”

单选题Company.com recently updated the programs used in an HACMP pre-event. The procedure Involved coping the new code over the old code in the appropriate directory on one of the nodes as indicated by the HACMP event entry. The cluster was synchronized. During a fallover test, the backup system did not behave as expected.  What is the most likely problem?()A The new pre-event program was node locked to a hostnameB The new pre-event program was not made executable on al nodes.C The new pre-event program was not compatible with the backup machine.D The new pre-event program was not propagated to all the nodes in the cluster.

单选题public class foo {  public static void main (string[]args)  try {return;}  finally {system.out.printIn(“Finally”);}  }  What is the result?()A The program runs and prints nothing.B The program runs and prints “Finally”C The code compiles, but an exception is thrown at runtime.D The code will not compile because the catch block is missing.

单选题To load the base operating system on a machine using NIM, what are the minimum NIM resources   that must be defined for the installation to succeed()AA mksysb resource, a SPOT resource, and an lpp_source resourceBA SPOT resource, an lpp_source resource, and a machine definitionCAn lpp_source resource, a mksysb resource, and a machine definitionDA SPOT resource, an lpp_source resource, a bosinst_data resource, and a machine definition

多选题现有:  class Flow {  public static void main(String [] args)   try {  System. out .print ("before") ;   doRiskyThing ( )  ;   System.out.print ("after ") ;   } catch (Exception fe) {  System.out.print ("catch") ;   }  System. out .println ( " done") ;  }  public static void doRiskyThing() throws Exception{   // this code returns unless it throws an Exception           }}  可能会产生哪两项结果 ?()Abefore catchBbefore after doneCbefore catch doneDbefore after catch