

InterviewSolution
Saved Bookmarks
1. |
Which of the following is not a part of the Identification division?(a) Paragraphs(b) Entries(c) Phrases(d) ClausesI got this question in a job interview.The query is from COBOL Basics topic in portion Computer Languages of Computer Fundamentals |
Answer» RIGHT ANSWER is (c) Phrases The EXPLANATION is: The ORDER of identification division is: Paragraphs Entries Clauses. |
|