A、the; the
B、不填;不填
C、the; 不填
D、不填; the
第1题:
A(71)is a data type whose major attributes are determined by the roles governing the insertion and deletion of its elements. The only element that can be deleted or removed is the one that was inserted most(72). Such a structure is said to have a last-in/first-out(LIFO)behavior, or protocol.
A.stack
B.queues
C.pointer
D.record
第2题:
A.ResourceReservationProtocol(RSVP)
B.first-in,first-out(FIFO)
C.best-effort
D.CBWFQ
E.IntServ
F.DiffServ
第3题:
6、在循环单链表中,设指针first指向头结点,当_____时表示链表为空。
A.first==NULL
B.first->link==NULL
C.first->link==first
D.first->link->link==first
第4题:
A(71) is a data type whose major attributes are determined by the rules governing the insertion and deletion of its elements. The only element that can be deleted or removed is the one that was inserted most(72). Such a structure is said to have a last-in/first-out (LIFO) behavior, or protocol.
A.stack
B.queues
C.pointer
D.record
第5题:
在循环单链表中,设指针first指向头结点,当_____时表示链表为空。
A.first==NULL
B.first->link==NULL
C.first->link==first
D.first->link->link==first
第6题:
带头结点的单链表first为空的判定条件是:
A.first == NULL;
B.first->link == NULL;
C.first->link == first;
D.first != NULL;