The Gantt chart uses ____ bars to represent the new schedule for a leveled task.

A. red
B. green
C. black
D. blue


Answer: D

Computer Science & Information Technology

You might also like to view...

The subscript of the first element in a one-dimensional array is __________.

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

Computer Science & Information Technology

Explain the error in the following code. You may give the warning message, or error message, your compiler might give for the following error, or you may describe the error. However you present the error, you must explain clearly what is wrong.

``` #include //Test question void show_array(int ar[], int size) {using namespace std; for(int i = 0; i < size; i++} cout << ar {i} << '' '' } int main() {const int a[6] = {2, 4, 2, 3, 5}; show_array(a, 6); //... ```

Computer Science & Information Technology

The paste command is used to

a: cut and paste columns in a file b: join files together line by line c: append files d: displays high lighted part of a file e: paste directory files

Computer Science & Information Technology

A Project 2010 file created from a template can be edited and modified like a Project 2010 file created from scratch.

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

Computer Science & Information Technology