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

1. True/False: Since Abs(-5) = 5 and Int(5.3) = 5, these two functions can be used interchangeably.

2. True/False: A built-in function is called by using the function name anywhere in a program where a constant of that type is allowed.

3. True/False: Input to a program from a data file is called batch processing.


1. F
2. T
3. T

Computer Science & Information Technology

You might also like to view...

A proprietary file format developed by Adobe to deliver video over the Internet using the popular Adobe Flash Player is ____.

A. RealVideo B. Flash Video C. QuickTime D. Windows Media

Computer Science & Information Technology

How many times will the following code print "Welcome to Java"?

``` int count = 0; while (count++ < 10) { System.out.println("Welcome to Java"); } ``` a. 8 b. 9 c. 10 d. 11 e. 0

Computer Science & Information Technology

When you see double chevrons on the Address bar, you know the entire path is being displayed

Indicate whether the statement is true or false

Computer Science & Information Technology

What are the two major software types?

A. system analysis software and data warehousing software B. operating system software and utilities software C. database management software and application software D. system software and application software

Computer Science & Information Technology