Quiz-1
Q 1. The primary tool used in structured design is a: / संरचित डिजाइन में प्रयुक्त प्राथमिक उपकरण है:
- Data-flow diagram
- Module
- Structure chart
- Program flowchart
Q 2. A _______ is software that is designed for drawing diagrams of information systems, writing process specifications, and maintaining data dictionaries. / एक _________ एक सॉफ्टवेयर है जिसे सूचना प्रणाली के आरेख बनाने, प्रक्रिया विनिर्देशों को लिखने और डेटा शब्दकोशों को बनाए रखने के लिए डिज़ाइन किया गया है।
- System Development Life Cycle
- CASE tool
- Phased Conversion
- Success factors
Q 3. In a Decision tree / निर्णय वृक्ष में
- The root is drawn on the left and is the starting point on the decision sequence
- The branch, to be followed, depends on the conditions and decisions, to be made
- The nodes represent the conditions, with the right wise of tree listing the actions to be taken
- All of the above
Q 4. Which of the following is not a requirement of structured design? / निम्नलिखित में से कौन संरचित डिजाइन की आवश्यकता नहीं है?
- It should use many GO TO statements
- The code should be executed in a top-to-bottom fashion within each module
- It should be made up of a hierarchy of modules
- Each module should be as independent as possible of all other modules, except its parent
Q 5. A Pseudo code is / एक छद्म कोड है
- A machine - level code
- A random number
- A flow chart
- Structured English to communicate the logic of a program
Q 6. System Specifications are used to / सिस्टम विनिर्देशों का उपयोग किया जाता है
- Describe system flows
- Get an accurate picture of the system
- Avoids ambiguity
- All of the above
Q 7. Choose the incorrect statement in terms of Objects. / वस्तुओं के संदर्भ में गलत कथन का चयन करें।
- Objects are abstractions of real-world
- Objects can’t manage themselves
- Objects encapsulate state and representation information
- All of the mentioned
Q 8. Data Store Symbol in DFD represents a / DFD में डेटा स्टोर प्रतीक ____का प्रतिनिधित्व करता है
- Physical file
- Data Structure
- Logical file
- All of the mentioned
Q 9. A directed arc or line in DFD represents / DFD में एक निर्देशित चाप या रेखा दर्शाती है
- Data Store
- Data Process
- Data Flow
- All of the mentioned
Q 10. The context diagram is also known as / संदर्भ आरेख को के रूप में भी जाना जाता है
- Level-0 DFD
- Level-1 DFD
- Level-2 DFD
- All of the mentioned