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

1. Machine language is an example of a high-level language.
2. A CPU only understands machine language instructions.
3. Programs are often referred to as hardware.
4. The CPU is the most important component in a computer because without it, the
computer could not run software.
5. The term "bit" stands for binary digit.


1. False
2. True
3. False
4. True
5. True

Computer Science & Information Technology

You might also like to view...

The User object holds attributes for all the password policy and account lockout policy settings

Indicate whether the statement is true or false

Computer Science & Information Technology

Network components will fail, and you can sum up the best protection against such failure in one word. Select that word from the following:

A. firewalls B. redundancy C. DMZ D. rootkit

Computer Science & Information Technology

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

1) When values are provided upon declaration of an array, the new keyword is not required. 2) A constant must be initialized in the same statement where it is declared and cannot be modified. 3) Values in an array can be totaled by using the ArrayTotal method. 4) C# automatically performs bounds checking to ensure the program doesn’t access data outside the bounds of an array. 5) The foreach statement is preferred over the for statement when the indices of the elements in an array will be used in the body of the repetition statement.

Computer Science & Information Technology

If you want to see how different interest rates affect a monthly payment, you would use a:

A) two-variable data table. B) table array. C) one-variable data table. D) defined name.

Computer Science & Information Technology