Ask Question
5 March, 14:50

An unassigned variable is an example of which type of bug?

a syntax bug

A resource bug

A conceptual bug

A logic big

+4
Answers (2)
  1. 5 March, 15:05
    0
    Option B is the answer.

    Explanation:

    A bug or software bug is a term used to define an error or fault in a computer system or program. This error or flaw causes the system/program to produce an incorrect result. Sometimes, it also makes the program behave in unexpected ways. A resource bug refers to the one that has an unassigned variable.
  2. 5 March, 17:28
    0
    Syntax bug

    Explanation:

    It gives an compilation error for all the bugs related to syntax. Only if there is no syntax error, the compiler or interpreter will allow the user to run the program. So using a variable before assigning the value falls under syntax bug category.

    Logical / Conceptual bug: It does throw any compile time or run time error but does not give the desired result

    Resource bug: If the resource like printer, scanner etc used in the program is not available.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “An unassigned variable is an example of which type of bug? a syntax bug A resource bug A conceptual bug A logic big ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers