Which of the following languages is used primarily for scientific and engineering applications?
a. Fortran.
b. COBOL.
c. Pascal.
d. Basic.
A
You might also like to view...
When a component is added to a region in the BorderLayout manager:
A) the component retains its original size B) it results in a compile time error, if it is too large C) the component is stretched so it fills up the entire region D) the region is resized to fit the component
The command to prevent the termination of a background process after the user is logged off is:
a: nohup sleep 1200 b: sleep 1200 ; sort xyz c: sleep 1200 ; sort xyz & d: nohup sort xyz & e: nohup & sort xyz
Why might an organization want a single DNS server to make all external queries?
What will be an ideal response?
?In the process state column, what does an "R" indicate?
A. ?The indicated process is being restarted because it resceived a SIGHUP kill signal. B. ?The process is currently running on the processor. C. ?The process is reading from the local hard disk. D. ?The process is recovering from a fatal error, and may potentially become a zombie.