A chart that shows each data point in proportion to the whole data series.
What will be an ideal response?
Pie chart
You might also like to view...
If the member variables in a base class are private, then
a. they can be directly accessed or changed in the derived class b. the derived class must use any accesssor or modifier functions from the base class c. making them private causes a syntax error. d. you must declare them in the derived class also.
What is the value of x after execution of the following code segment?
int ctr = 0; int x = 3; while (ctr < 2) { x = x + 4; ctr = ctr + 1; }
Which of the following is the television broadcast standard for most of the Asian countries?
A. NTSC B. PAL C. SECAM
Text files may be opened with a basic text editor program such as ________
A) Internet Explorer B) SkyDrive C) WordPad D) PowerPoint