Cobol paragraphs contain sentences. A sentence must end in a period and can contain multiple statements.
-
True
-
False
In COBOL, paragraphs contain sentences, and sentences are terminated by periods. A single sentence can contain multiple statements, making this statement true. Statements within a sentence are typically separated by spaces or the CONTINUE verb.
To answer this question, you need to understand the structure of COBOL programs.
In COBOL, paragraphs are used to group related statements together. Each paragraph can contain one or more sentences. A sentence in COBOL must end with a period and can contain multiple statements.
Therefore, the statement "Cobol paragraphs contain sentences. A sentence must end in a period and can contain multiple statements" is true.
Option A) True - This option is correct because COBOL paragraphs do contain sentences, and a sentence in COBOL must end with a period and can contain multiple statements. Option B) False - This option is incorrect because the given statement is true.
The correct answer is A) True.