Answer the following questions true (T) or false (F)

1. True/False: A sequential structure consists of a series of consecutive statements, executed in the order in which they appear.

2. True/False: Comments are helpful to programmers but must be used with care since an incorrectly worded comment can cause a program crash.

3. True/False Structured programming is a method used to design and code programs in a systematic, organized manner.


1. T
2. F
3. T

Computer Science & Information Technology

You might also like to view...

Which of the following statements will assign number a value from 90 – 100. A) number = rand() % 90 + 10;

A) number = rand() % 90 + 10; B) number = rand() % 90 + 11; C) number = rand() % 10 + 90; D) number = rand() % 11 + 90; E) None of the above.

Computer Science & Information Technology

Does the async and await mechanism create new threads?

What will be an ideal response?

Computer Science & Information Technology

An appis a work area on the desktop that contains text, files, or other data and tools for performing tasks.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Compare controls in forms and controls in reports

What will be an ideal response?

Computer Science & Information Technology