0 votes
1 answer
1
How to approach for this question?
2 votes
1 answer
3
Consider a lower triangular Matrix A[-25....+25, -25....+25], base address (BA)=0, size of element = 100 Byte. Find the location of a [-20][-21] (Ordering: Row Major)?
0 votes
0 answers
5
2 votes
1 answer
6
2 votes
1 answer
7
3 votes
2 answers
8
0 votes
1 answer
11
In software engineering the following are some of the software specification tools:A) Data Dictionary, FSM,Petri-netsB)DFDs,FSM,ERPC)FSM,Petri-nets,ADAD) Data Dictionary,...
0 votes
1 answer
12
The following source code corresponding to a 'bash' shell script 'sl.sh' in UNIX system:for i in $* do cat $i doneWhat will be the output if 'sl.sh' is executed from the ...
0 votes
1 answer
13
The main reason for preferring servlet for web application developmentis :(A) Increased performance of web application(B) Easy to develop an application(C) Platform indep...
2 votes
1 answer
14
Which of the following statements is false ?(A) A servlet can be invoked through a JavaScript(B) A servlet can be invoked through an applet(C) A servlet is executed on th...
0 votes
1 answer
19
In x86, which of the following is not executed by itself ?(A) cld(B) rep(C) std(D) nop