Preview

Computer Notes for Class 9

Powerful Essays
Open Document
Open Document
13343 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Computer Notes for Class 9
SIR AHTISHAM ALI SHAH ahtii@msn.com CELL: 0333 – 3102680 ahti_shah@hotmail.com computer Chapter INTRODUCTION TO COMPUTER IX One Q - 1) Define the term computer? or Define computer? Ans: Computer is an electronic and automatic device that accepts data and instruction (In form of program) as Input and process it and produces the results or information as Output. It has also capability to plug and play different devices. Q - 2) Define Hardware and Software? Hardware: The physical and tangible components forming a computer are called “Hardware”. It includes not only the computer system but also cables, connectors, power supply units and peripherals such as Keyboard, Mouse, Audio Speaker, Printer etc. Software:
The software refers to the program that instructs the computer what to do. Or The term Software refers to non – physical elements of a computer system. Software makes the hardware usable. Such as Ms. Office, Corel Draw, Oracle etc. Q - 3) Define a programming language and state its type: Ans: Programming language:

A set of rules that provides a way of telling a computer what operations to perform, is called programming language. It is classified into three types machine language, assembly language and high level language. Q - 4) Define a programming language and state its type briefly: Ans: Programming language: A set of rules that provides a way of telling a computer what operations is to perform, is called Programming language. It is categorized into three types as under. Machine language: (Low Level Language) Computer has its own unique machine language to perform specific tasks. It is based on binary codes 0s and 1s to execute given instructions. All instructions in machine language consists of series of 0s and 1s. It is very difficult to write program in machine language. Assembly language: (Low Level Language) Each computer has its own unique assembly language. In this language the statements are written in symbolic code (Mnemonics) that are

You May Also Find These Documents Helpful

  • Good Essays

    Java

    • 5076 Words
    • 21 Pages

    Explanation: B) Programs are classified as software to differentiate them from the mechanisms of the computer (hardware). Storage and the processor are two forms of hardware while input is the information that the program processes.…

    • 5076 Words
    • 21 Pages
    Good Essays
  • Powerful Essays

    computer year 11 summary

    • 6894 Words
    • 29 Pages

    A computer is an electronic device operating under the controls of instructions stored in its own memory unit that can accept data (input), process data arithmetically and logically produce output for processing and store result for future use.…

    • 6894 Words
    • 29 Pages
    Powerful Essays
  • Good Essays

    The basic components of all computer systems whether they are microcomputers or supercomputer all contain six basic building blocks: input, output, memory, arithmetic/logical unit, control unit and files. A computer system needs input devices for entering data into the computer for processing. The most common input devices are keyboards and mice. Input devices have now expanded to other methods such as voice input, magnetic ink character recognition (MICR), Optical character recognition (OCR), scanning bar code label, etc. The output devices are used to produce the results of the processing done by the computer. The most common output devices include computer screen or monitor, printer, or writing output on CD or DVD. Computer memory or main memory holds the program instructions and data. All data flows are to and from memory. Arithmetic and Logic Unit consist of incredibly small integrated circuits on a silicon chip. It is mainly responsible for arithmetic function of addition, subtraction, multiplication and division calculation, logical comparison and decision. Computer files storage devices sometimes called secondary or backing storage is used to store programs and data when they are not being used. Secondary storage is nonvolatile. File devices include hard disk drive, magnetic tape drives, flash drives, and CD or DVD. Control Unit provides the control that enables the computer to take advantage of the speed and capacity of its other components. It controls the sequence of instruction to be executed, controls the flow of data, interpret instructions, and it regulate timing of processor (Brown et al., 2012).…

    • 569 Words
    • 2 Pages
    Good Essays
  • Powerful Essays

    The following information will introduce general knowledge in basic programming concepts. It shall discuss basic types of computer programming languages as-well-as program development. There are three basic types of computer programming languages that will be discussed in a simple and easy to understand manner. We shall also describe the program development cycle and discuss why it is important to use a structured and organized process to create a computer programming language.…

    • 1318 Words
    • 6 Pages
    Powerful Essays
  • Satisfactory Essays

    * Programming is the process of turning the system design specification in to computer code.…

    • 297 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Programming and Logic

    • 294 Words
    • 2 Pages

    13. Writing a program in a language such as C++ or Java is known as coding the program.…

    • 294 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Computer Programming

    • 530 Words
    • 4 Pages

    Computer programming is defined as telling a computer what to do through a special set of instructions which are then interpreted by the computer to perform some task(s). A computer goes through a set of steps whose purpose is to achieve something. These steps are instructed to the computer by computer programs. Essentially, computer programming is the process by which these programs are designed and implemented. [1.]…

    • 530 Words
    • 4 Pages
    Satisfactory Essays
  • Good Essays

    P1 Programming paradigms

    • 768 Words
    • 3 Pages

    Programming is writing, designing and maintaining the source code of a computer programme. There are 3 different types of programming:…

    • 768 Words
    • 3 Pages
    Good Essays
  • Powerful Essays

    A programming language is a system of signs used to communicate a task/algorithm to a computer, causing the task to be performed. The task to be performed is called a computation, more broadly, a computer language typically embodies a particular programming paradigm. A Programming Paradigm is a model for a class of Programming Languages that share a set of common characteristics. Programming language paradigms are various systems of ideas that have been used to guide the design of programming languages. It is a way of conceptualising what it means to perform computation and how task are to be carried out on a computer, should be structured and organised.…

    • 2576 Words
    • 11 Pages
    Powerful Essays
  • Satisfactory Essays

    Inroduction to Java

    • 536 Words
    • 3 Pages

    1. A programming language – can create all kinds of applications that you could create using any conventional programming language.…

    • 536 Words
    • 3 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Computers are basically all around us now and they have become part of our daily living. Not only can it perform calculations much more quickly than a person can, it can also do many complex tasks simultaneously. Thanks to the computers, they help us make the complicated jobs much easier, help us to do tasks quicker and communicate with friends and family with one click, and play a significant role in the school system as well. The computer has significantly changed our world. Perhaps you already know how to use a computer, but how familiar are you with what’s inside of it? There isn't any single part called the "computer." A computer is a system of many parts working together. The computer is made up of two main parts, hardware and software. Hardware is the physical parts that you can touch and see. Software, on the other hand, refers to the instructions, or programs, that tell the hardware what to do. In the following article, I am going to introduce to you the main parts of a computer. These components include input devices, output devices, a system unit, and storage devices.…

    • 452 Words
    • 2 Pages
    Satisfactory Essays
  • Powerful Essays

    Read: Course syllabus and Chapter 1 in CLR (Cormen, Leiserson, and Rivest). What is algorithm design? Our text defines an algorithm to be any well-defined computational procedure that takes some values as input and produces some values as output. Like a cooking recipe, an algorithm provides a step-by-step method for solving a computational problem. A good understanding of algorithms is essential for a good understanding of the most basic element of computer science: programming. Unlike a program, an algorithm is a mathematical entity, which is independent of a specific programming language, machine, or compiler. Thus, in some sense, algorithm design is all about the mathematical theory behind the design of good programs. Why study algorithm design? There are many facets to good program design. Good algorithm design is one of them (and an important one). To be really complete algorithm designer, it is important to be aware of programming and machine issues as well. In any important programming project there are two major types of issues, macro issues and micro issues. Macro issues involve elements such as how does one coordinate the efforts of many programmers working on a single piece of software, and how does one establish that a complex programming system satisfies its various requirements. These macro issues are the primary subject of courses on software engineering. A great deal of the programming effort on most complex software systems consists of elements whose programming is fairly mundane (input and output, data conversion, error checking, report generation). However, there is often a small critical portion of the software, which may involve only tens to hundreds of lines of code, but where the great majority of computational time is spent. (Or as the old adage goes: 80% of the execution time takes place in 20% of the code.) The…

    • 38454 Words
    • 154 Pages
    Powerful Essays
  • Powerful Essays

    software testing

    • 1482 Words
    • 6 Pages

    FaaDoOEngineers.com Engaging Peers, Inspiring Careers! India’s No.1 website for: • IIT-JEE/AIEEE preparation resources • Coaching centre packages • Engineering Major and Minor projects • Seminar reports • Paper presentations • EBOOKS • Resumes/CVs, and so much more… Software Engineering 2 Unit 1 syllabus • Introduction to Software Engineering : The evolving role of software, Changing Nature of Software, Software myths. • A Generic view of process : Software engineering- A layered technology, a process framework, The Capability Maturity Model Integration (CMMI), Process patterns, process assessment, personal and team process models.…

    • 1482 Words
    • 6 Pages
    Powerful Essays
  • Powerful Essays

    Basic Computer Concepts

    • 2407 Words
    • 10 Pages

    electronic device as opposed to a simpler electric device. Electronic vs electric? A machine or device is electrical simply if it uses electricity for it to function. A machine, on the other hand, is electronic if it uses electrical charge in circuits and manipulates the flow of electricity to perform a variety of functions depending on where charge is routed. Hardware Hardware are the parts of a computer that are tangible or a person may sense. Components of a computer may also be classified according to their purpose. 01 Input devices exempli gratia, keyboard, mouse, microphone, scanner, et cetera 02 Output devices exempli gratia, monitor, speaker, printer, et cetera 03 Storage devices exempli gratia, diskettes, compact discs, bar codes, et cetera 04 Processor Some components now may perform more than one function. For example, touchscreens allow both input and output to be performed. Such devices are more aptly called interface devices. Other examples of these are Braille pads (keyboards with tactile and haptic feedback for persons who are visually-impaired) and CD-RW drives. CD-RW drives allow input by reading discs and output by writing to them. On the other hand, CD-ROM drives are only input devices as they do not have the functionality of writing on compact discs. Software Software is the intangible component of the computer. Software is what often makes modifications or controls what…

    • 2407 Words
    • 10 Pages
    Powerful Essays
  • Satisfactory Essays

    Program- set (finite) of instructions properly sequenced that can be executed by the computer will lead to the desired output…

    • 847 Words
    • 4 Pages
    Satisfactory Essays