网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

Which of the following statements are true regarding bridges and switches?()

  • A、Switches are primarily software based while bridges are hardware based.
  • B、Both bridges and switches forward Layer 2 broadcasts.
  • C、Bridges are frequently faster than switches.
  • D、Switches have a higher number of ports than most bridges.
  • E、Bridges define broadcast domains while switches define collision domains.
  • F、Both bridges and switches make forwarding decisions based on Layer 2 addresses.

参考答案

更多 “Which of the following statements are true regarding bridges and switches?()A、Switches are primarily software based while bridges are hardware based.B、Both bridges and switches forward Layer 2 broadcasts.C、Bridges are frequently faster than switches.D、Switches have a higher number of ports than most bridges.E、Bridges define broadcast domains while switches define collision domains.F、Both bridges and switches make forwarding decisions based on Layer 2 addresses.” 相关考题
考题 Which of the following are included as part of a scope statement?A.Project justificationB.Project deliverablesC.Project objectivesD.All of the aboveE.B and C

考题 Which of the following is not an input to quality planning?A . scope statement.B . regulations.C . work results.D . standards.E . quality policy.

考题 160 Which of the following is not an input to quality planning?A. scope statement.B. regulations.C. work results.D. standards.E. quality policy

考题 42 Which of the following is not an input to quality planning?A. scope statement.B. regulations.C. work results.D. standards.E. quality policy.

考题 Which of the following financial statements reports information as of a specific date? () A. income statementB. statement of owner's equityC. statement of cash flowsD. balance sheet

考题 White box testing of software testing is a test for software structurE.Which of the following item should not be included in the content of white box?A.boundary value analysisB.statement testingC.branch testingD.path testing

考题 Which of the following cannot be used as input to the SQL Tuning Advisor?() (Choose all that apply.) A. A single SQL statement provided by a userB. An existing SQL Tuning Set (STS)C. A preprocessed Database Replay workloadD. A schema nameE. SQL statement identified in EM as using excessive resources

考题 According to the passage, which of the following statement is not true?A.the heat exchanging surfaces should be kept substantially cleanB.the heat exchanger flow passages should be clear of obstructionC.seals for the plate heat exchanger needs to be renewed oftenD.the cleaning process of the plate heat exchanger should be done following our experiences only

考题 Which of the following performance tools will work with optimized code and also provides source statement profiling?()A、 profB、 gprofC、 kprofD、 tprof

考题 Which of the following DB2 tools allows a user to execute an SQL statement and view a graphical representation of the access plan?()A、Task CenterB、Command EditorC、Developer WorkbenchD、Command Line Processor

考题 The statement: "search austin.ibm.com raleigh.ibm.com" belongs in which of the following files?()A、/etc/hostsB、/etc/irs.hostsC、/etc/resolv.confD、/etc/netsvc.conf

考题 Which of the following will begin a new unit of work?()A、The CONNECT statementB、The first FETCH of a cursorC、The BEGIN TRANSACTION statementD、The first executable SQL statement

考题 Given the following code fragment:     public void create() {     Vector myVect;     myVect = new Vector();      }  Which of the following statements are true?() A、 The declaration on line 2 does not allocate memory space for the variable myVect.B、 The declaration on line 2 allocates memory space for a reference to a Vector object.C、 The statement on line 2 creates an object of class Vector.D、 The statement on line 3 creates an object of class Vector.E、 The statement on line 3 allocates memory space for an object of class Vector.

考题 You just issued the following statement: ALTER TABLE SALES DROP COLUMN PROFIT. Which of the following choices identifies when the column will actually be removed from Oracle?()A、Immediately following statement execution B、After the ALTER TABLE DROP UNUSED COLUMNS command is issued C、After the ALTER TABLE SET UNUSED COLUMN command is issued D、After the ALTER TABLE MODIFY command is issued

考题 Which of the following cannot be used as input to the SQL Tuning Advisor?() (Choose all that apply.)A、A single SQL statement provided by a userB、An existing SQL Tuning Set (STS)C、A preprocessed Database Replay workloadD、A schema nameE、SQL statement identified in EM as using excessive resources

考题 Which of the following cannot be used as input to the SQL Tuning Advisor?()A、 A single SQL statement provided by a userB、 An existing SQL Tuning Set (STS)C、 A preprocessed Database Replay workloadD、 A schema nameE、 SQL statement identified in EM as using excessive resources

考题 单选题Your application regularly issues the following statement: SELECT * FROM BANK_ACCT WHERE ACCT_BALANCE BETWEEN 1000 and 10000; Which of the following database objects would be inappropriate for use with this statement?()A Materialized views B Indexes C Index-organized tables D Hash clusters

考题 单选题The statement: "search austin.ibm.com raleigh.ibm.com" belongs in which of the following files?()A /etc/hostsB /etc/irs.hostsC /etc/resolv.confD /etc/netsvc.conf

考题 单选题Which of the following resources can be referenced in the LOCK statement?()A RowB TableC ColumnD Table space

考题 单选题Which of the following advisors within the Oracle advisory framework will analyze a single SQL statement and make recommendations for performance improvement?()A SQL Repair AdvisorB SQL OptimizerC SQL Access AdvisorD SQL Tuning Advisor SQL

考题 单选题Which of the following advisors within the Oracle advisory framework will analyze a single SQL statement and make recommendations for performance improvement?()A  SQL Repair AdvisorB  SQL OptimizerC  SQL Access AdvisorD  SQL Tuning Advisor

考题 单选题A user issues a SELECT command against the Oracle database. Which of the following choices describes a step that Oracle will execute in support of this statement?()A Acquire locks on table queried B Generate redo for statement C Fetch data from disk into memory D Write changes to disk

考题 单选题Which of the following advisors within the Oracle advisory framework will analyze a single SQL statement and make recommendations for performance improvement?()A SQL Repair AdvisorB SQL OptimizerC SQL Access AdvisorD SQL Tuning Advisor

考题 单选题Which of the following performance tools will work with optimized code and also provides source statement profiling?()A  profB  gprofC  kprofD  tprof

考题 单选题Which of the following numbers provides a counterexample to the statement above?A 9B 12C 13D 14E 15

考题 多选题Which of the following cannot be used as input to the SQL Tuning Advisor?() (Choose all that apply.)AA single SQL statement provided by a userBAn existing SQL Tuning Set (STS)CA preprocessed Database Replay workloadDA schema nameESQL statement identified in EM as using excessive resources

考题 多选题Given the following code fragment:     public void create() {     Vector myVect;     myVect = new Vector();      }  Which of the following statements are true?()AThe declaration on line 2 does not allocate memory space for the variable myVect.BThe declaration on line 2 allocates memory space for a reference to a Vector object.CThe statement on line 2 creates an object of class Vector.DThe statement on line 3 creates an object of class Vector.EThe statement on line 3 allocates memory space for an object of class Vector.