0 votes
1
0 votes
2
Match the followingList 1Link timeload timecompile timeRun timeList 2 A. Resolving references B. Relocation C. Token Recognition D. Activation record
0 votes
4
Time to Live(TTL) field in the IP datagram is used ______to optimize throughputto prevent packet loopingto reduce delaysto prioritize packets
1 votes
5
______ transport layer protocol is used to support electronic mailSNMPIPSMTPTCP
2 votes
7
For this statement->printf ("%s",* *++cpp+3);What will be the order of precedence according to pointer arithmetic?
0 votes
8
L is regular <= there exists a linear grammar for L. Which way is it true and which way is it false? Please explain in detail
0 votes
9
Is context free grammar linear grammar?
0 votes
10
S→ aSb/epsilonis this linear grammar? I know it's a cfg but is it linear as well?
0 votes
12
OS:Which process scheduling mechanism gives the optimal average waiting time and throughput, is it SJF or SRTF?Which DISK scheduling algo gives the minimum seek time is i...