प्रोग्रामिंग के प्रोब्लम सॉल्विंग यूनिट-3 क्विज़

HumbleAffection1855 avatar
HumbleAffection1855
·
·
Download

Start Quiz

Study Flashcards

15 Questions

किसका इस्तेमाल एक कार्रवाई को दोहराने के लिए किया जाता है?

while बयान

किन दोनों सेगमेंट्स के बीच लूप नियंत्रण बयान की स्थिति पर निर्भर होता है?

लूप के शरीर और नियंत्रण बयान

किस लूप नियंत्रण संरचना का उपयोग करके पहले 10 नंबरों के योग को निकाला जा सकता है?

while लूप

किस बयान की मदद से एक लूप को दोहराया जाता है?

do while बयान

किन दोनों सेगमेंट्स के बीच लूप नियंत्रण बयान की स्थिति पर निर्भर नहीं होता है?

कोई नहीं

Which type of loop control structure depends on the position of the control statement in the loop?

Exit controlled loop

What is the purpose of the 'while' statement in programming?

To repeat a course of action

Which statement is used to calculate the sum of the first 10 numbers in a programming context?

int i=1, sum=0; while(i<=10) { sum += i; i++; }

Which type of loop uses a test condition to determine the iteration?

While loop

Which type of loop is dependent on the control statement in the loop for its termination condition?

Entry controlled loop

Which operator is used for arithmetic operations in 'C' programming?

Arithmetic Operator

What is the purpose of conditional branching in 'C' programming?

To apply if and switch statements

Which type of operators are used for performing operations on individual bits in 'C' programming?

Bitwise Operators

What does the term 'type conversion' refer to in 'C' programming?

Converting data from one type to another

Which operator is used to assign a value to a variable in 'C' programming?

Assignment Operator

इस क्विज़ में आपको प्रोग्रामिंग के प्रोब्लम सॉल्विंग के यूनिट-3 के टॉपिक्स के बारे में प्रश्न पूछे जाएं

Make Your Own Quizzes and Flashcards

Convert your notes into interactive study material.

Get started for free
Use Quizgecko on...
Browser
Browser