When TCP/IP is used on an internetwork, the logical address is known as a(n) ____ address.

A. MAC
B. IP
C. physical
D. domain


Answer: B

Computer Science & Information Technology

You might also like to view...

An analyst should choose the Systems Development Life Cycle approach when:

A) systems have already been developed and documented using SDLC. B) it is important to document each step of the way. C) upper-level management feels more comfortable or safe using SDLC. D) there are adequate resources and time to complete the full SDLC. E) communication of how new systems work is important. F) All of the above. G) None of the above.

Computer Science & Information Technology

Given the definitions below. Rewrite the definition of this class so that functions

``` f()const and g(const A& x) are inline. const int x = 17; class A { public: A( ); A(int n); int f( ) const; int g(const A& x); private: int i; }; ```

Computer Science & Information Technology

Let x be a node in a binary tree, then we say that the node x violates the ____ if |xh - x1| > 1, that is, the heights of the left and right subtrees of x differ by more than 1.

A. balance criteria B. balance factor C. rebalance criteria D. rebalance factor

Computer Science & Information Technology

Match the following terms with the correct definitions.

A. Parts of computer code that give other programmers an overview of the program and identify the purpose of each section of code. B. Collections of programming tools designed for specific types of applications or programming languages. C. Tool used to test programs for errors. D. A language expressed in 1s and 0s that can run directly on the computer processor. E. A language that uses symbols and abbreviations known as "op codes."

Computer Science & Information Technology