Expand each of the following acronyms:

a) W3C
b) TCP/IP
c) OOP
d) FCL
e) HTML

a) World Wide Web Consortium. b) Transmission Control Protocol/Internet Pro-
tocol. c) Object-oriented programming. d) Framework Class Library. e) HyperText Markup Language.

Computer Science & Information Technology

You might also like to view...

Add functionality—addition, subtraction, multiplication and division—to the calculator cre- ated in Exercise 10.3. Use the built-in Python function eval to evaluates strings. For instance, eval( "34+24" ) returns the integer 58.

What will be an ideal response?

Computer Science & Information Technology

UML is the industry standard software design notation for modeling systems using object-oriented concepts.

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

Computer Science & Information Technology