1. Question:What is programming process? 

    Answer
    The programming process is a problem solving process, and it consists of the following activities:
    1. Defining the problem.
    2. Preparing an algorithm.
    3. Preparing a program flowchart.
    4. Coding the program.
    5. Debugging and testing.
    6. Documenting.

    1. Report
  2. Question:What do you mean by Algorithm? 

    Answer
    An algorithm is the description of the sequence of steps required to solve a problem.

    1. Report
  3. Question:Name some high lavel programming language? 

    Answer
    Basic
    C++
    JAVA
    PHP

    1. Report
  4. Question:Write the abbreviation of CRT 

    Answer
    Cathode ray tube.

    1. Report
  5. Question:What is counter? 

    Answer
    A counter is a device for keeping track of the number of times something occurs.

    1. Report
  6. Question:Define parameter. 

    Answer
    Value used in a program where the value is subject to change and is read in at the time the program is executed.

    1. Report
  7. Question:what is documenting? 

    Answer
    documenting is keeping a written record of what is done.

    1. Report
  8. Question:Write down some consideration in defining an algorithm that will work on a computer? 

    Answer
    A computer can perform arithmetic operations ( usually limited to addition, subtraction, multiplication, and division)
    It can compare two things and,on the basis of the result of the comparison, choose among alternative course of action.
    It can move data about in its memory.
    It can also input data and output results.

    1. Report
  9. Question:define an assembler language. 

    Answer
    An assembler language is a low-level language.

    1. Report
  10. Question:Write some work of systems analyst? 

    Answer
    Collection of equipment, programs , problems, prapare problem definition.

    1. Report
Copyright © 2024. Powered by Intellect Software Ltd