What is the output from the following?

```
>>> a = -4
>>> b = 2
>>> c = abs(a)
>>> x = a * c
>>> print x
```

-16

Computer Science & Information Technology

You might also like to view...

802.11ac is the current wireless Ethernet standard

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following means the data is from a known source?

a. Confidentiality b. Integrity c. Authentication

Computer Science & Information Technology