किसी प्रोग्राम में ‘बग’ (Bug) क्या होता है?
(A) स्टेटमेंट
(B) एरर
(C) सिग्नेचर
(D) b और c दोनों
Answers
एक प्रोग्राम में 'बग' (Bug) एक एरर है |
(B) एरर
प्रोग्राम, स्टेटमेंट, बग और सिग्नेचर क्या है?
What is a program, statement, bug, and signature?
Program - A program consists of a set of instructions written in a programming language so, that computer can execute it.
प्रोग्राम - एक प्रोग्राम में प्रोग्रामिंग भाषा में लिखे गए निर्देशों का एक सेट होता है, ताकि कंप्यूटर इसे निष्पादित कर सके।
Statement - A statement is a single line of cőde which performs the specific action.
स्टेटमेंट - एक स्टेटमेंट कोड की एक एकल पंक्ति है जो विशिष्ट क्रिया करता है।
Bug - A bug is an error in a computer program that gives an incorrect result of the task.
बग - बग कंप्यूटर प्रोग्राम में एक त्रुटि है जो कार्य का गलत परिणाम देता है।
Signature - A signature basically defines the input and output of the functions or methods.
सिग्नेचर - एक सिग्नेचर मूल रूप से कार्यों या विधियों के इनपुट और आउटपुट को परिभाषित करता है।
उत्तर
(B) एरर
➮ DEFINITION OF BUG (एरर)
- A software bug is an error, flaw or fault in a computer program or system that causes it to produce an incorrect or unexpected result, or to behave in unintended ways.