The simplest element of logical structure in an algorithm is a ____, in which one instruction follows another as if in a straight line.

A. repetition sequence
B. linear sequence
C. binary bypass
D. selection sequence


Answer: B

Computer Science & Information Technology

You might also like to view...

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

1) Consider a reference declared in the following manner. ``` Animal a; ``` This reference may only point to an object that created by instantiating the Animal class. 2) Let Animal be an interface. Then it is possible to create an object by instantiating the Animal interface. 3) The compareTo method of the Comparable interface returns a boolean value. 4) Compile-time binding is more efficient than dynamic binding 5) A parameter to a method can be polymorphic.

Computer Science & Information Technology

The Linux __________ allows a user to combine two or more physical disks to create a volume group, a virtual disk that can be partitioned into logical volumes upon which file systems can be built.

a. file system b. shell c. kernel d. logical volume manager

Computer Science & Information Technology

Which of the following is an abstract function?

A. virtual double getArea(); B. double getArea() = 0; C. virtual double getArea() = 0; D. virtual double getArea();

Computer Science & Information Technology

The frames between keyframes can contain an auto-created animation called a(n) ____.

a. retro b. autoplay c. tween d. clip

Computer Science & Information Technology