1. Question: In modular programming, the program is broken down into _______

    A
    Files

    B
    Modules

    C
    Pieces

    D
    Divisions

    Note: Not available
    1. Report
  2. Question: A collection of techniques for planning and writing of program that increases programmer productivity is ______

    A
    Modular programming

    B
    Object Oriented programming

    C
    Structured Programming

    D
    all

    Note: Not available
    1. Report
  3. Question: Register is a ______.

    A
    A special-purpose hardware

    B
    A special-purpose software

    C
    A special purpose memory device

    D
    none

    Note: Not available
    1. Report
  4. Question: VTOC stands for ________

    A
    Visual Tool Of Contains

    B
    Visual Table Of Contents

    C
    Virtual Table Of Contents

    D
    Visual Tables Of Content

    Note: Not available
    1. Report
  5. Question: The modules are flows ______

    A
    Top to Bottom

    B
    Left to Right

    C
    Right to Left

    D
    Bottom to Top

    Note: Not available
    1. Report
  6. Question: Module number stands for ______

    A
    Sequence of processing number

    B
    Unique identity number

    C
    Calling number

    D
    none

    Note: Not available
    1. Report
  7. Question: Transaction data means ______

    A
    Daily business data

    B
    Parmanent business data

    C
    Updated business data

    D
    Master data

    Note: Not available
    1. Report
  8. Question: What is the structure chart?

    A
    A tool for the planing

    B
    A tool for documenting.

    C
    A tool for designing.

    D
    A tool for decision.

    Note: Not available
    1. Report
  9. Question: Literally pseudocode is a ______

    A
    Common language code

    B
    Specific language code

    C
    Common language code and Specific language code

    D
    Basic language code

    Note: Not available
    1. Report
  10. Question: Which of the following is/are the correct algorithm for printing Even or Odd according to input a number?

    A
    Step 1: read a number Step 2: if (number MOD 2) equal to 0 then go to step 4 Step 3: Print

    B
    Step 1: read a number Step 2: if (number MOD 2) equal to 0 then print

    C
    Step 1: read a number Step 2: if (number MOD 2) not equal to 0 then print

    D
    Step 1: read a number Step 2: if (number MOD 2) equal to 1 then print

    E
    Step 1: Set even=false Step 2: Read number Step 3: if (number MOD 2) equal to 0 then set even=true Stop 4: if even is equal to false then print

    F
    Step 1: Read number Step 2: if (number MOD 2) equal to 0 then print

    Note: Not available
    1. Report
Copyright © 2025. Powered by Intellect Software Ltd