Questions by JackTerrance

0 votes
    The time required to examine the packet’s header and determine where to direct the packet is part of __________ ... . Queuing delay C. Transmission delay D. Propagation delay...
asked Jan 8, 2023 in Technology
0 votes
    For a 10Mbps Ethernet link, if the length of the packet is 32bits, the transmission delay is ____________ (in microseconds). A. 3.2 B. 32 C. 0.32 D. 320...
asked Jan 8, 2023 in Technology
0 votes
    Which of the following delay is faced by the packet in travelling from one end system to another? A. Propagation delay B. Queuing delay C. Transmission delay D. All of the above...
asked Jan 8, 2023 in Technology
0 votes
    Which one of the following switching is not transparent? A. Circuit switching B. Packet switching C. Both the options D. None of the above...
asked Jan 8, 2023 in Technology
0 votes
    In which one of the following switching, there will not be any dedicated connection between two hosts? A. Circuit switching ... switching C. Both the options D. None of the above...
asked Jan 8, 2023 in Technology
0 votes
    The charging in packet switching is ______________ based? A. Packet B. Time C. Both the options D. None of the above...
asked Jan 8, 2023 in Education
0 votes
    In _________ systems, resources are allocated on demand. A. packet switching B. circuit switching C. line switching D. frequency switching...
asked Jan 6, 2023 in Education
0 votes
    Which of the following is not an application layer service? A. Network virtual terminal B. File transfer, access, and management C. Mail service D. Error control...
asked Jan 6, 2023 in Education
0 votes
    The required resources for communication between end systems are reserved for the duration of the session between end ... Circuit switching C. Line switching D. Frequency switching...
asked Jan 6, 2023 in Education
0 votes
    As the resources are reserved between two communicating end systems in circuit switching, ___________ is achieved. A. ... constant rate C. reliability D. store and forward...
asked Jan 6, 2023 in Technology
0 votes
    A local telephone network is an example of a _______ network. A. Packet switched B. Circuit switched C. Bit switched D. Line switched...
asked Jan 6, 2023 in Technology
0 votes
    If there are N routers from source to destination, the total end to end delay in sending packet P(L-> number of bits in the packet R-> ... N B. (N*L)/R C. (2N*L)/R D. L/R...
asked Jan 6, 2023 in Technology
0 votes
    What are the Methods to move data through a network of links and switches? A. Packet switching and Line ... switching and Circuit switching D. Line switching and bit switching...
asked Jan 6, 2023 in Education
0 votes
    Most packet switches use this principle ____________. A. Stop and wait B. Store and forward C. Store and wait D. Stop and forward...
asked Jan 6, 2023 in General
0 votes
     “How to lose belly fat” is one of the most common questions out there. And ... you can start using it right away to lose belly fat....
asked Jan 6, 2023 in General
0 votes
    ...
asked Jan 6, 2023 in General
0 votes
0 votes
    https://twitter.com/i/status/1609422811164205057...
asked Jan 3, 2023 in General
0 votes
    What will be the output of the following Python code? >>>list1 = [1, 3] >>>list2 = list1 >>>list1[0] = 4 >>>print(list2) a) [1, 4] b) [1, 3, 4] c) [4, 3] d) [1, 3]...
asked Jan 2, 2023 in Technology
0 votes
    What will be the output of the following Python code? print('*', "abcde".center(6), '*', sep='') a) * abcde * b) *abcde * c) * abcde* d) * abcde *...
asked Jan 2, 2023 in Technology
0 votes
    To add a new element to a list we use which Python command? a) list1.addEnd(5) b) list1.addLast(5) c) list1.append(5) d) list1.add(5)...
asked Jan 2, 2023 in Technology
0 votes
    What will be the value of ‘result’ in following Python program? list1 = [1,2,3,4] list2 = [2,4,5,6] list3 = [2,6,7,8] result ... ) [1, 7, 8] c) [1, 2, 4, 7, 8] d) error...
asked Jan 2, 2023 in Technology
0 votes
    Which of the following statements is used to create an empty set in Python? a) ( ) b) [ ] c) { } d) set()...
asked Jan 2, 2023 in Technology
0 votes
    What will be the output of the following Python code? print("abc. DEF".capitalize()) a) Abc. def b) abc. def c) Abc. Def d) ABC. DEF...
asked Jan 2, 2023 in Technology
0 votes
    What arithmetic operators cannot be used with strings in Python? a) * b) – c) + d) All of the mentioned...
asked Jan 2, 2023 in Technology
0 votes
    What will be the output of the following Python program? z=set('abc') z.add('san') z.update(set(['p', 'q'] ... ;, ‘c’, [‘p’, ‘q’], ‘san}...
asked Jan 2, 2023 in Technology
0 votes
    Which module in the python standard library parses options received from the command line? a) getarg b) getopt c) main d) os...
asked Jan 2, 2023 in Technology
0 votes
    What will be the output of the following Python program? def foo(x): x[0] = ['def'] x[1] = ['abc'] return id(x) q = ['abc ... (id(q) == foo(q)) a) Error b) None c) False d) True...
asked Jan 2, 2023 in Technology
0 votes
    What will be the output of the following Python code? class tester: def __init__(self, id): self.id = str(id) id="224" >>>temp ... >>>print(temp.id) a) 12 b) 224 c) None d) Error...
asked Jan 2, 2023 in Technology
...