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

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

2. True/False: There are three basic control structures.

3. True/False: Loops and repetition structures are the same thing.


1. F
2. T
3. T

Computer Science & Information Technology

You might also like to view...

Assume that the following method header is for a method in class A.

``` public void displayValue(int value) Assume that the following code segments appear in another method, also in class A. Which contains a legal call to the displayValue method? ``` a. int x = 7; void displayValue(x); displayValue(int x); b. int x = 7; displayValue(x); c. int x = 7; d. int x = 7; displayValue(x)

Computer Science & Information Technology

Vector graphics is used primarily for __________.

a. photographs b. detailed images c. website pages d. lines and geometric shapes

Computer Science & Information Technology

Wrapper class objects are mutable.

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

Computer Science & Information Technology

The technique in which playback of a video starts as soon as enough data has transferred to the user’s computer to sustain this playback is called ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology