File information such as the name of the author and the file size are called file ________

Fill in the blank(s) with correct word


properties

Computer Science & Information Technology

You might also like to view...

Suppose A is an abstract class, B is a concrete subclass of A, and both A and B have a no-arg constructor. Which of the following is correct?

a. A a = new A(); b. A a = new B(); c. B b = new A(); d. B b = new B();

Computer Science & Information Technology

What type of server does an access client make a connection request to that handles access to a network?

A. network policy server B. network access server C. domain controller D. proxy server

Computer Science & Information Technology

The ____ model provides an implementation guide that helps project managers to decide if a particular activity needs to be adopted.

A. AOP B. XP C. waterfall D. CLASP

Computer Science & Information Technology

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

1. Programs that use an interpreter generally execute faster than compiled programs because they are already entirely translated into machine language when executed. 2. System software typically includes applications that people normally use most often on their computers, such as word processing programs, games, or web browsers. 3. Assembly language is referred to as a high-level language because it is similar to the C++ language. 4. The instruction set for a microprocessor is unique and is typically understood only by the microprocessors of the same brand.

Computer Science & Information Technology