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

1. Every programmer must know all the details of what that programmer's team mates
are doing in their projects to do the work assigned. Why?
2. Procedural abstraction involves information hiding in that only the contract between the programmer using the function (the client) and author of a function is known to either.
3. Code after a return or a call to the exit function is executed will not be executed.
function, and returns to the operating system if return is executed out of main. If exit is executed anywhere, the program is terminated and control is returned to the operating system.
4. A sequence of calls to the library function rand() generates mathematically correct random number sequences.


1. False
2. True.
3. True.
4. False.

Computer Science & Information Technology

You might also like to view...

A(n) ________ is a three-dimensional disk divided into wedges that resemble pieces of a pie

Fill in the blank(s) with correct word

Computer Science & Information Technology

A ________ is a report that is embedded within another report—the main report

A) split report B) subform C) subreport D) linked report

Computer Science & Information Technology

What specific simple monitoring tool allows you to view running processes and the resources they are using on a Windows server?

A. System Manager B. Event Viewer C. Task Manager D. Microsoft Management Console

Computer Science & Information Technology

The statement typedef int ARRAY[100]; is not valid in C.

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

Computer Science & Information Technology