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

1. One of W3C’s primary goals was to make the web universally accessible to everyone regardless of disabilities, language or culture.
2. Visual Basic is an event-driven, fully object-oriented visual programming language.
3. C “spruces up” C++ with object-oriented programming capabilities.
4. C# is an object-oriented language that has roots in C, C++ and Java.
5. Unlike C#, Visual Basic is object oriented and contains a powerful class library.


1. True.
2. True.
3. False. C++ “spruces up” C with object-oriented programming capabilities.
4. True.
5. False. Object-oriented capabilities and a powerful class library are similarities between these two languages.

Computer Science & Information Technology

You might also like to view...

What is a rollover cable?

What will be an ideal response?

Computer Science & Information Technology

What is wrong with this code?

``` int Main() { cout<<"Hello there!"; } ``` A. main() cannot be capitalized B. No ; after the cout statement. C. Hello There does not need “” D. It will run fine.

Computer Science & Information Technology

Which risk is related to interception of data in transit?

A. Virtualization B. Man-in-the-middle C. Software vulnerabilities D. Traffic blocking

Computer Science & Information Technology

One of your customers wishes to have broadband Internet access set up in her home office. She is on a tight budget and doesn't want to pay for additional equipment. Which of the following technologies would be the best solution?

a. T-1 b. Cable modem c. ISDN d. T-3

Computer Science & Information Technology