Question:

Which of the following high level language is NOT suitable for generating or developing a data file?

by  |  earlier

0 LIKES UnLike

(A) BASIC (B) FORTRAN (C) COBOL (D) PASCAL (E) None of these.

 Tags:

   Report

4 ANSWERS


  1. I've personally written and read files from BASIC, Fortran and Pascal.  I've seen code in COBOL do this.  I'd go with E.

    I'm not aware of a language that lacks file I/O.


  2. All are suitable (and I respectably disagree with the idea that just because they are older languages, they should be avoided...with an up-to-date compiler, the code they generate is every bit as efficient as C# or other newer languages - if not moreso.)

  3. All and none, actually.

    They're all ancient, so none of them would be a wise choice today for a data program.

    However, they are all capable of reading and writing data to a file, too.

  4. All of them can easily generate and/or create a data file - I've developed programs in all four languages. Depending upon what kind of data and how large the data file is should determine which language you use. It's pretty much a personal preference.

Question Stats

Latest activity: earlier.
This question has 4 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.