MCQs on Programming Fundamentals
RSMSSSB IA 2023
एक बच्चे को सड़क पार करके अपने घर के सामने वाले स्कूल तक जाना है। बच्चा सड़क पार करने से पहले दाएं और बाएं देखता है। यह देखकर कि कोई वाहन नहीं आ रहा है, वह सड़क पार कर स्कूल पहुंचता है। उपरोक्त स्थिति में बच्चा एल्गोरिथम की किस क्रिया का प्रतिनिधित्व करता है?
A child has to cross road and reach the school opposite to his house.The child looks on right and left before crossing the road. On observing that no vehicle is coming, he crosses the road and reaches school. What action of algorithm is represented by the child in the above situation?
[A] Input
[B] Output
[C] Selection
[D] Repetition
Correct Answer : Selection
RSMSSSB IA 2023
एल्गोरिदम पढ़ें और उसमें प्रयुक्त सॉर्टिंग के प्रकार की पहचान करें।
Read the algorithm and identify the type of sorting used in it.
Set
WHILE
(not sorted yet)
find the smallet unsorted item
Swap first unsorted item with the smallest
Set A to A +1
[A] Binary
[B] Insertion
[C] Selection
[D] Bubble
Correct Answer : Selection
UPPCL AA 2021
4 निबल्स में कितने बिट्स होते हैं?
How many bits are in 4 nibbles?
[A] 8
[B] 64
[C] 16
[D] 32
Correct Answer : 16
DSSSB TGT -2023
निम्नलिखित में से कौन सा सामान्यतः कंप्यूटर विज्ञान में यूनिकोड एनकोडिंग योजनाओं और संख्या प्रणाली में उपयोग किया जाता है?
Which of the following is commonly use d in UNICODE encoding schemes and number system in computer science ?
[A] UT F-17
[B] UT F-61
[C] UT F-8
[D] UT F-35
Correct Answer : UT F-8
Tech Assistant -2019
बूलियन समीकरण (A+B+C)(D+E)’ + (A+B+C)(D+E) को सरल करें जहाँ ’पूरक को इंगित करता है तो परिणाम होगा
Simplify the Boolean equation (A+B+C)(D+E)’ + (A+B+C)(D+E) where ’ indicates complement then the result will be
[A] A+B+C
[B] D+E
[C] A’B’C’
[D] D’E’
Correct Answer : A+B+C