1. Question: N-S stands for ______.

    A
    nassi-shneiderman

    Note: Not available
    1. Report
  2. Question: ______: A way to represent instructions that uses ordinary English; a planning tool for structured programming.

    A
    pseudocode

    Note: Not available
    1. Report
  3. Question: Pseudocode is language-dependent.

    A
    Yes

    B
    False

    Note: Not available
    1. Report
  4. Question: See the following pseudocode for sorting three numbers:

    IF A < B THEN
       move A to TEMP
       move B to A
       move TEMP to B
    ELSE
       (null)
    END IF

    IF A<C THEN
       move A to TEMP
       move C to A
       move TEMP to C
    ELSE
       (null)
    END IF

    IF B<C THEN
       move B to TEMP
       move B to C
       move TEMP to C
    ELSE
       (null)
    END IF

    IF B<C THEN
       move  A to TEMP
       move C to
       move TEMP to B
    ELSE

       (null)

    END IF


    Is the above pseudocode is correct?


    A
    True

    B
    False

    Note: Not available
    1. Report
  5. Question: Magnetic tape was widely used for master files in the early 1960s.

    A
    True

    B
    False

    Note: Not available
    1. Report
  6. Question: Which one of the special symbol?

    A
    A

    B
    12

    C
    ,

    D
    $

    Note: Not available
    1. Report
  7. Question: Which one of the step of programming process required in every step?

    A
    Documenting

    B
    Defining the problem

    C
    Coding the program

    D
    Discus the problem

    Note: Not available
    1. Report
  8. Question: System analyst not manage-

    A
    Equipment

    B
    Programs

    C
    Coding

    D
    Procedures

    Note: Not available
    1. Report
  9. Question: Branch also called a-

    A
    Start of control

    B
    Move of control

    C
    Transfer of control

    D
    Identify

    Note: Not available
    1. Report
  10. Question: Go to command used for-

    A
    To next step

    B
    To previous step

    C
    To a step that is not next in sequence

    D
    To first step

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