What is the name for the basic structure that controls the overall flow of a program's logic?

A. procedure
B. control
C. directional
D. algorithmic


Answer: B

Computer Science & Information Technology

You might also like to view...

A form contains a button called btnDisplay, and the following code is placed inside btnDisplay’s Click event procedure. At run time, which one of the following cannot possibly be displayed in the message box when the user clicks on btnDisplay?

``` Dim rndNum As New Random() Dim num1 As Integer num1 = rndNum.Next(0, 3) MessageBox.Show(CStr(num1)) ``` (A) 3 (B) 2 (C) 1 (D) 0

Computer Science & Information Technology

What is the difference between the scp and sftp utilities?

What will be an ideal response?

Computer Science & Information Technology

The term information hiding refers to the ____ and hiding of all implementation details.

A. encryption B. translation C. encapsulation D. destruction

Computer Science & Information Technology

Data stored in a database is organized into ____.

A. reports B. queries C. tables D. files

Computer Science & Information Technology