Which of the following errors are identified by the compiler? / निम्नलिखित में से कौन सी त्रुटि संकलक द्वारा पहचानी जाती है? - www.studyandupdates.com

Sunday

Which of the following errors are identified by the compiler? / निम्नलिखित में से कौन सी त्रुटि संकलक द्वारा पहचानी जाती है?

Which of the following errors are identified by the compiler? / निम्नलिखित में से कौन सी त्रुटि संकलक द्वारा पहचानी जाती है?

(1) Logical Errors / तार्किक त्रुटियाँ
(2) Hardware Errors / हार्डवेयर त्रुटियाँ
(3) Language Errors / भाषा त्रुटियाँ
(4) Image Errors / छवि त्रुटियाँ

(SSC CHSL (10+2) Tier-I (CBE) Exam. 16.01.2017)

Answer / उत्तर : – 

(*) Syntax errors or diagnostic errors are identified by the compiler. These errors occur when a program does not conform to the grammar of a programming language, and the compiler cannot compile the source file.A syntax error is an error in the syntax of a sequence of characters or tokens that is intended to be written in a particular programming language. Common syntax errors include missing or misplaced ; or }, missing return type for a procedure, missing or duplicate variable declaration, type mismatch on assignment, type mismatch between actual and formal parameters, etc. Logic errors occur when a program does not do what the programmer expects it to do. Since these errors are due to wrong logic in the program, logic errors cannot be identified by the compiler; they are detected only when the program is executed. / (*) सिंटैक्स त्रुटियों या नैदानिक त्रुटियों की पहचान कंपाइलर द्वारा की जाती है। ये त्रुटियां तब होती हैं जब कोई प्रोग्राम प्रोग्रामिंग भाषा के व्याकरण के अनुरूप नहीं होता है, और संकलक स्रोत फ़ाइल को संकलित नहीं कर सकता है। एक सिंटैक्स त्रुटि वर्णों या टोकन के अनुक्रम के सिंटैक्स में एक त्रुटि है जिसे एक में लिखा जाना है विशेष प्रोग्रामिंग भाषा। सामान्य सिंटैक्स त्रुटियों में गुम या गलत स्थान शामिल हैं; या }, एक प्रक्रिया के लिए लापता रिटर्न प्रकार, लापता या डुप्लिकेट चर घोषणा, असाइनमेंट पर बेमेल टाइप, वास्तविक और औपचारिक मापदंडों के बीच बेमेल टाइप करें, आदि। तर्क त्रुटियां तब होती हैं जब कोई प्रोग्राम वह नहीं करता है जो प्रोग्रामर उससे करने की अपेक्षा करता है। चूंकि ये त्रुटियां प्रोग्राम में गलत तर्क के कारण हैं, इसलिए संकलक द्वारा तर्क त्रुटियों की पहचान नहीं की जा सकती है; प्रोग्राम निष्पादित होने पर ही उनका पता लगाया जाता है।

No comments:

Post a Comment

Popular Posts