Which of the following is not one of the four basic operations of any computer?

A) Input
B) Output
C) Process
D) Communicate


D

Computer Science & Information Technology

You might also like to view...

The ____________ data type is used to store any number that might have a fractional part.

a. string b. int c. double d. boolean

Computer Science & Information Technology

Write a Java application that loads an XML document that contains the DTD in Fig. 8.19 as part of its internal subset. Use the XML document’s data to draw rectangles and circles with text inside them. Attributes x and y represent the top-left coordinates. Assume a circle is bounded by an imaginary rectangle. Attributes width and height represent the rectangle’s width and height and attribute radius is the circle’s radius. Validate your XML document(s) against the DTD.

``` 1 3 4 89 10 13 ]> ```

Computer Science & Information Technology

Convert the following numbers from decimal notation to scientific notation. Round the result to five significant digits:

1.) 123456.7 2.) 12345.67 3.) 1234.567 4.) 123.4567 5.) 12.34567 6.) 1.234567 7.) 0.1234567 8.) 0.01234567 9.) 0.001234567 10.) 100000 11.) 1000000000 12.) 1000000001 13.) 0.000001234567 14.) 0.00000123

Computer Science & Information Technology

The first domain installed is the root domain in its ____________

a. Forest b. OU c. CNAME d. NS

Computer Science & Information Technology