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

1. Very few programming languages used today are object oriented.
2. In programming, an object is a physical device.
3. In software, an object has two general capabilities: it can store data and perform operations.
4. When you write a program using a low-level language, you use objects to accomplish specific tasks.



1. FALSE
2. FALSE
3. TRUE
4. FALSE

Computer Science & Information Technology

You might also like to view...

What command would you use to display the total number of printers on your system. Show the execution of the command and its output on your system.

What will be an ideal response?

Computer Science & Information Technology

Which one of the following is indexed automatically by Windows Vista?

A) user files B) system files C) files stored directly on the C: drive D) program files

Computer Science & Information Technology

The GroupBox object can be used in VSTO to contain RadioButton objects.

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

Computer Science & Information Technology

How can the compound conditional expression ((average > 79 && average

A. remove the && and create a nested if statement B. (average > 79 average

Computer Science & Information Technology