Skip to main content

Characteristics of computers



Characteristics:

       All computers have similar characteristics, which tells how computers are efficient to perform task. Computers have some Limitations also.
Speed:
    Computer can work very fast. It takes only few seconds for calculations on very large amount of data. Computer can perform millions (1,000,000) of instructions per second.
     We measure the speed of computer in terms of microsecond (10-6 part of a second) or nanosecond (10 to the power -9 part of a second).  

Accuracy: 
     The degree of accuracy of computer is very high and every calculation is performed with the same accuracy. The errors in computer are due to human and inaccurate data.
      The calculation done by computer are 100% error free, If we provide accurate input.

Diligence:
      A computer is free from tiredness, lack of concentration, fatigue, etc. It can work for hours without creating any error. 
        If millions of calculations are to be performed, a computer will perform every calculation with the same accuracy. Due to this capability it overpowers human being in routine type of work.  

Automation:
   Computer is an automatic machine. It means the ability to perform a given task automatically after taken instruction.
       Once the Computer receives a program that means program stored in computers main memory, then instructions and data control the execution with out human interaction. 
Versatility:
      It means the capacity to perform completely different type of work. We may use your computer to prepare payroll slips. Next moment you may use it for inventory management or to prepare electric bills.

Storage:
       Computer has the power of storing any amount of information or data. Any information can be stored and recalled as long as you require it, for any numbers of years. 
        It depends entirely upon, how much data we want to store in a computer and when to lose or retrieve these data. 

No IQ: 
      Computer is a Dumb machine and it cannot do any work without instruction from the user. It performs the instructions at tremendous speed and with accuracy. It is you to decide what you want to do and in what sequence. So a computer cannot take its own decision as you can. 

No Feeling:
       It does not have feelings or emotion, taste, knowledge and experience. Thus it does not get tired and irritation even after long hours of work. It does not distinguish between users.
  


Comments

  1. thank u so much sir but
    in examination point of view Is 8 features is enough???

    ReplyDelete
  2. You can get Best SEO Solutions by Assistance Experts provide digital marketing, website development, seo expert services and social media internet
    SEO Expert ServicesYour branding Solutions.

    ReplyDelete
  3. Good Post! Thank you so much for sharing this pretty post, it was so good to read and useful to improve my knowledge as updated one, keep blogging.

    Technology
    globalpayrollexpert

    ReplyDelete
  4. Thank you very much that you are connected to technology and write a lot of beautiful arts that come in handy to us. Processes that communicate with computer science information may be presented as information in the form of research and programs.

    ReplyDelete
  5. This comment has been removed by the author.

    ReplyDelete

Post a Comment

Popular posts from this blog

DS LAB FOR II YEAR

1.SINGLE LINKED LIST Procedure for creation of single linked list: STEP-1 : Declaring a variable named as “item”.Ie the element what we place in the linkedlist of the new node.         STEP-2 : Read the value   in “item”. Set first=last=null and next=null. STEP-3: Create a new node named as temp and assign the variable item to data part andassign Address of the node temp to null.       temp.data=item;       temp.next=null; STEP-4: Check   the address part of the first node Check if first=null Then assign first=last=temp Other wise Then assign the new node tolast.next=temp          last=temp STEP-6 : Repeat STEP-3 until you read required nodes. Procedure for display the linked list: STEP-1 : Check whether the list having nodes or not i.e Check if first=null        ...

LEVELS AND CURVES

LEVELS:                 Levels are used to set the shadows, mid tone etc.  O pen an image on Photoshop window. Select image menu on menu bar than adjustments than levels. A dialogue box will appear on screen which shows three pointers which indicates three optimum. The black triangle indicates shadows and gray triangle indicates mid tone and white triangle indicates highlights. In the channel menu different options are provided in drop down list. Make sure select on preview, which gives current adjustments on your picture. CURVES: Curves are to  similar to levels, it gives more power to control shadows highlights and mid tones. One of the simplest adjustment we can make with curves is increasing the contrast. Go to image menu and than adjustments,than curves. Dialogue box will appear on screen with straight diagonal line.      ...