Quiz-1

Q 1. The primary tool used in structured design is a: / संरचित डिजाइन में प्रयुक्त प्राथमिक उपकरण है:

  1. Data-flow diagram
  2. Module
  3. Structure chart
  4. Program flowchart

Q 2. A _______ is software that is designed for drawing diagrams of information systems, writing process specifications, and maintaining data dictionaries. / एक _________ एक सॉफ्टवेयर है जिसे सूचना प्रणाली के आरेख बनाने, प्रक्रिया विनिर्देशों को लिखने और डेटा शब्दकोशों को बनाए रखने के लिए डिज़ाइन किया गया है।

  1. System Development Life Cycle
  2. CASE tool
  3. Phased Conversion
  4. Success factors

Q 3. In a Decision tree /  निर्णय वृक्ष में

  1. The root is drawn on the left and is the starting point on the decision sequence
  2. The branch, to be followed, depends on the conditions and decisions, to be made
  3. The nodes represent the conditions, with the right wise of tree listing the actions to be taken
  4. All of the above

Q 4. Which of the following is not a requirement of structured design? / निम्नलिखित में से कौन संरचित डिजाइन की आवश्यकता नहीं है?

  1. It should use many GO TO statements
  2. The code should be executed in a top-to-bottom fashion within each module
  3. It should be made up of a hierarchy of modules
  4. Each module should be as independent as possible of all other modules, except its parent

Q 5. A Pseudo code is / एक छद्म कोड है

  1. A machine - level code
  2. A random number
  3. A flow chart
  4. Structured English to communicate the logic of a program

Q 6. System Specifications are used to / सिस्टम विनिर्देशों का उपयोग किया जाता है

  1. Describe system flows
  2. Get an accurate picture of the system
  3. Avoids ambiguity
  4. All of the above

Q 7. Choose the incorrect statement in terms of Objects. / वस्तुओं के संदर्भ में गलत कथन का चयन करें।

  1. Objects are abstractions of real-world
  2. Objects can’t manage themselves
  3. Objects encapsulate state and representation information
  4. All of the mentioned

Q 8. Data Store Symbol in DFD represents a  / DFD में डेटा स्टोर प्रतीक ____का प्रतिनिधित्व करता है

  1. Physical file
  2. Data Structure
  3. Logical file
  4. All of the mentioned

Q 9. A directed arc or line in DFD represents  / DFD में एक निर्देशित चाप या रेखा दर्शाती है

  1. Data Store
  2. Data Process
  3. Data Flow
  4. All of the mentioned

Q 10. The context diagram is also known as / संदर्भ आरेख को के रूप में भी जाना जाता है

  1. Level-0 DFD
  2. Level-1 DFD
  3. Level-2 DFD
  4. All of the mentioned