Choose the right structure of the computer which is general used,such as PC8086,Z-80, IBM360/3A.Single Instruction Single DataB.Single Instruction Multiple DataC.Multiple Instruction Single DataD.Multiple Instruction Multiple Data
Choose the right structure of the computer which is general used,such as PC8086,Z-80, IBM360/3
A.Single Instruction Single Data
B.Single Instruction Multiple Data
C.Multiple Instruction Single Data
D.Multiple Instruction Multiple Data
相关考题:
●An instruction is made up of operations that (68) the function to be performed and operands that represent the data to be operated on.For example,if an instruction is to perform. the operation of (69) two numbers,it must know (70) the two numbers are.The processor′s job is to (71) instructions and operands from memory and to perform. each operation.Having done that,it signals memory to send it (72) instruction.(68) A.smileB.skipC.smokeD.specify(69) A.addB.addedC.addingD.additional(70) A.whenB.whereC.whoD.which(71) A.getB.makeC.pushD.pull(72) A.firstB.lastC.nextD.second
●In a computer,which of the following is the longest period? (66) .(66) A.Beat periodB.Machine periodC.Instruction periodD.CPU period
Typical MISD (multiple-instruction single-data stream) computing mode isA.Pentium ⅡB.AlphaC.SystolicD.Staran
In a computer, which of the following is the longest period?A.Beat periodB.Machine periodC.Instruction periodD.CPU period
By means of multiple pipeline to carry out multiple processing,this technologyiscalledA.Multiple pipelingB.Supe rpipelineC.SuperscalarD.Very long instruction word
An instruction is made up of operations that (1) the function to be performed and operands that represent the data to be operated on. For example, if an instruction is to perform. the operation of (2) two numbers,it must know (3) the two numbers are. The processor's job is to.(4) instructions and operands from memory and to perform. each operation. Having done that, it signals memory to send it (5) instruction.A.skipB.smileC.smokeD.specify
In a computer, which of the following is the longest period?(66).A.Beat periodB.Machine periodC.Instruction periodD.CPU period
Each instruction is processed(75),and several instructions are at varying stages of execution in the processor at any given time,this is called instruction pipelining.A.exactlyB.sequencingC.sequentiallyD.intermittently
refers to the parts of the computer that you can see and touch.A.SoftwareB.HardwareC.HardshipD.Instruction
We know a computer is a machine that processes data(stored in main memory)into information, under control of a stored program. We also know that, internally, a computer is a binary machine; thus the data and the program instruictions must be stored in binary form. Characters are represented in(71). Numbers are stored as binary numbers, with each bit's positional value significant. A computer's main memory is divided into bytes, words or both(depending on the system), and each of these basic storage units is assigned an(72). Using this address, the processor can read or write selected bytes or words.The processor consists of a clock, an instruction control unit, an arithmetic and logic unit, and registers. Once a program is stored in main memory, the processor can begin to execute it. During(73), the instruction control unit fetches an instruction from main memory; during(74), the arithmetic and logic unit executes it. Precisely timed electronic pulses generated by the clock drive this basic(75)A.a binary codeB.wordsC.registersD.positional values
An instruction is made up of operations that(68)the function to be performed and operands that represent the data to be operated on. For example, if an instruction is to perform. the operation of(69)two numbers, it must know(70)the two numbers are. The processor's job is to(71)instructions and operands from memory and to perform. each operation. Having done that, it signals memory to send it(72)instruction.A.smileB.skipC.smokeD.specify
Which two link protocols are used to carry multiple VLANs over a single link?() A.VTPB.802.1qC.IGPD.ISLE.802.3u
The technology for carrying out multiple processing by means of multiple pipelines is calledA.Super scalarB.SuperpipelineC.Multiple pipelineD.Very long instruction word
● (71) refers to the parts of the computer that you can see and touch.(71)A. SoftwareB. HardwareC. HardshipD. Instruction
Which of the following BEST describes server virtualization?()A、 A single logical server operating on multiple physical servers.B、 Applications hosted on a single server and deployed to multiple users.C、 Multiple servers used to host applications for multiple users.D、 Multiple logical servers operating on the same physical server.
In which two environments would intra-partition parallelism be used? ()A、Single database partition, single processor B、Single database partition, multiple processors C、Multiple database partitions, single processor D、Multiple database partitions, multiple processors
Which two statements about subqueries are true? ()A、A single row subquery can retrieve data from only one table.B、A SQL query statement cannot display data from table B that is referred to in its subquery, unless table B is included in the main query's FROM clause.C、A SQL query statement can display data from table B that is referred to in its subquery, without including B in its own FROM clause.D、A single row subquery can retrieve data from more than one table.E、A single row subquery cannot be used in a condition where the LIKE operator is used for comparison.F、A multiple-row subquery cannot be used in an INSERT statement to insert multiple rows at a time.
Which statement is true regarding subqueries?()A、The LIKE operator cannot be used with single-row subqueries B、The NOT IN operator is equivalent to IS NULL with single-row subqueries C、=ANY and =ALL operators have the same functionality in multiple-row subqueries D、The NOT operator can be used with IN, ANY, and ALL operators in multiple-row subqueries
You administer a SQL Server 2008 instance. You plan to deploy a new database to the instance. The database will be subject to frequent inserts and updates. The database will have multiple schemas. One of the schemas will contain a large amount of read-only reference data. You need to design the physical database structure for optimal backup performance. What should you do?() A、Create the database by using a single data file and a single log file.B、Create the database by using a single data file and multiple log files.C、Create the database by using a single log file and multiple filegroups.D、Create the database by using a single log file and a filegroup that has multiple data files.
单选题Which of the following BEST describes server virtualization?()A A single logical server operating on multiple physical servers.B Applications hosted on a single server and deployed to multiple users.C Multiple servers used to host applications for multiple users.D Multiple logical servers operating on the same physical server.
多选题In which two environments would intra-partition parallelism be used? ()ASingle database partition, single processorBSingle database partition, multiple processorsCMultiple database partitions, single processorDMultiple database partitions, multiple processors
单选题Which statement is true regarding subqueries?()AThe LIKE operator cannot be used with single-row subqueries BThe NOT IN operator is equivalent to IS NULL with single-row subqueries C=ANY and =ALL operators have the same functionality in multiple-row subqueries DThe NOT operator can be used with IN, ANY, and ALL operators in multiple-row subqueries