6th Class Computers Science Fundamentals of Computer Question Bank Fundamentals of Computer

  • question_answer
    The given description fits best for which of the following options?
    - It is a collection of binary digits or bits.
    - The bits can be read and interpreted by the computer.
    - It is the only language that the computer is able to understand.
     

    A) Assembly Language

    B) Programming Language

    C) Machine Language

    D) Pseudo language

    Correct Answer: C

    Solution :

    Given example shows the example of Machine level language: Say that a light bulb is controlled by a processor running a program in main memory. The controller can turn the light bulb fully on and fully off, can brighten or dim the bulb (but not beyond fully on or off.) The machine instructions are one byte long, and correspond to the following machine operations:
    Machine Instruction Machine Operation
    00000000 Stop Program
    00000001 Turn bulb fully on
    00000010 Turn bulb fully off
    00000100 Dim bulb by 10%
    00001000 Brighten bulb by 10%


You need to login to perform this action.
You will be redirected in 3 sec spinner