Which of the following is a scripting language?

(a) Fortran.
(b) Perl.
(c) C++.
(d) Pascal.


(b) Perl.

Computer Science & Information Technology

You might also like to view...

What are the two possible ways to show your vector graphics on Web pages?

What will be an ideal response?

Computer Science & Information Technology

What does this function accomplish?

``` 1 float p( float x, int n ) 2 { 3 if ( n == 0 ) 4 return 1; 5 else 6 return x p( x, n – 1 ); 7 } ``` A. it computes the factorial of x B. it computes xn C. it multiples all integers in the range from x to n D. it adds the sum of x n for n times

Computer Science & Information Technology

The line spacing of bulleted items is not affected by the surrounding paragraph spacing

Indicate whether the statement is true or false

Computer Science & Information Technology

The ___________________ is a good tool for extracting information from large Libpcap files; you simply specify the time frame you want to examine.

A. ?Tcpdstat B. ?Tcpslice C. ?Ngrep D. ?tcpdump

Computer Science & Information Technology