1. Question: Which of following is the correct order for programming process?

    A
    Defining the problem and documenting>Preparing an algorithm and documenting >Preparing a program flowchart and documenting >Coding the program and documenting >Debugging, testing and documenting.

    B
    Defining the problem>Preparing an algorithm and documenting >Preparing a program flowchart and documenting >Coding the program and documenting >Debugging, testing and documenting.

    C
    Defining the problem and documenting>Preparing an algorithm and documenting >Preparing a program flowchart and documenting >Coding the program and documenting >Debugging and testing.

    D
    Defining the problem and documenting>Preparing an algorithm and documenting >Coding the program and documenting >Preparing a program flowchart and documenting >Debugging, testing and documenting.

    Note: Not available
    1. Report
  2. Question: For simpler problem, the programmer may not prepare the definition.

    A
    True

    B
    False

    Note: Not available
    1. Report
  3. Question: An error that occurs while a program is being executed referred to as a ______

    A
    Execution-time error

    B
    Exception error

    C
    Syntax error

    D
    Runtime error

    E
    Logic error

    Note: Not available
    1. Report
  4. Question: No module can have direct access to any other module except its calling module and its parent’s sub-modules.

    A
    True

    B
    False

    Note: Not available
    1. Report
  5. Question: Which of the following is/are not programming language category?

    A
    High Level Language

    B
    Low Level Language

    C
    Top Level Language

    D
    Middle Level Language

    Note: Not available
    1. Report
  6. 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
  7. Question: This collection of tracs of the same number, all of which can be accessed with a single positioning of the accessing mechanism, is known as a ______.

    A
    indexed file

    B
    cylinder

    C
    ISAM files

    Note: Not available
    1. Report
  8. Question: ISAM is one of the oldest indexing methods in use today.

    A
    True

    B
    False

    Note: Not available
    1. Report
  9. Question: How many programming process are there?

    A
    Three

    B
    six

    C
    seven

    D
    Five

    Note: Not available
    1. Report
  10. Question: What is record?

    A
    Collection of data

    B
    Collection of product

    C
    Solution problems

    D
    Format data

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