Programming Fundamentals MCQ

1. A(n) ____ is a numeric variable used for adding together something.

Answer

Correct Answer: Accumulator.

Note: This Question is unanswered, help us to find answer for this one

2. A partially filled array is normally used with ________.

Answer

Correct Answer: An accompanying integer variable that holds the number of items that are actually stored in the array

Note: This Question is unanswered, help us to find answer for this one

3. A ____ is a temporary detour in the logic of a program.

Answer

Correct Answer: Control break

Note: This Question is unanswered, help us to find answer for this one

4. Every byte in the computer's memory is assigned a unique ________.

Answer

Correct Answer: Address

Note: This Question is unanswered, help us to find answer for this one

5. Data stored ________ is lost when the computer is powered down.

Answer

Correct Answer: In RAM

Note: This Question is unanswered, help us to find answer for this one

6. What does Boolean expression or Boolean logic refer to?

Answer

Correct Answer: Statements that are either TRUE or FALSE

Note: This Question is unanswered, help us to find answer for this one

7. What is an argument in programming?

Answer

Correct Answer: A value that is passed into a command or function

Note: This Question is unanswered, help us to find answer for this one

8. What is an API?

Answer

Correct Answer: Application Programming Interface

Note: This Question is unanswered, help us to find answer for this one

9. What is a computer program?

Answer

Correct Answer: An organized collection of instructions

Note: This Question is unanswered, help us to find answer for this one

10. What is an algorithm?

Answer

Correct Answer: A set of instructions or rules designed to solve a definite problem

Note: This Question is unanswered, help us to find answer for this one

search