Computer Science
Fill in the blank:
In case of …………… switching, before a communication starts, a dedicated path is identified between the sender and the receiver.
Computer Networks
3 Likes
Answer
circuit
Answered By
1 Like
Related Questions
State whether the following statement is True or False:
An exception may be raised even if the program is syntactically correct.
Which of the following statements is FALSE about keys in a relational database?
- Any candidate key is eligible to become a primary key.
- A primary key uniquely identifies the tuples in a relation.
- A candidate key that is not a primary key is a foreign key.
- A foreign key is an attribute whose value is derived from the primary key of another relation.
Which of the following functions changes the position of file pointer and returns its new position?
- flush()
- tell()
- seek()
- offset()
Assertion(A): List is an immutable data type.
Reasoning(R): When an attempt is made to update the value of an immutable variable, the old variable is destroyed and a new variable is created by the same name in memory.
- Both A and R are true, and R is the correct explanation of A.
- Both A and R are true, and R is not the correct explanation of A.
- A is true but R is false.
- A is false but R is true.