Miscellaneous


  1. What is the full form of ALU?









  1. View Hint View Answer Discuss in Forum

    ALU stands for the arithmetic-logic unit which is the part of a computer processor (CPU) that carries out arithmetic and logic operations on the operands in computer instruction words. It is a fundamental building block of the central processing unit found in digital computers.

    Correct Option: B

    ALU stands for the arithmetic-logic unit which is the part of a computer processor (CPU) that carries out arithmetic and logic operations on the operands in computer instruction words. It is a fundamental building block of the central processing unit found in digital computers.


  1. Telnet stands for









  1. View Hint View Answer Discuss in Forum

    TELNET stands for TELephone NETwork. Telnet is a network protocol used on the Internet or local area networks to provide a bidirectional interactive text-oriented communication facility using a virtual terminal connection.

    Correct Option: A

    TELNET stands for TELephone NETwork. Telnet is a network protocol used on the Internet or local area networks to provide a bidirectional interactive text-oriented communication facility using a virtual terminal connection.



  1. Hard copies can be obtained from









  1. View Hint View Answer Discuss in Forum

    A hard copy is a printed copy of information from a computer. Sometimes referred to as a printout, a hard copy is so-called because it exists as a physical object. The same information, viewed on a computer
    display or sent as an e-mail attachment, is referred to as a soft copy.

    Correct Option: C

    A hard copy is a printed copy of information from a computer. Sometimes referred to as a printout, a hard copy is so-called because it exists as a physical object. The same information, viewed on a computer
    display or sent as an e-mail attachment, is referred to as a soft copy.


  1. Which component is mainly responsible for doing calculation in computer ?









  1. View Hint View Answer Discuss in Forum

    An arithmetic-logic unit (ALU) is the part of a computer processor (CPU) that carries out arithmetic and logic operations on the operands in computer instruction words. It performs all arithmetic computations, such as addition and multiplication, and all comparison operations.

    Correct Option: C

    An arithmetic-logic unit (ALU) is the part of a computer processor (CPU) that carries out arithmetic and logic operations on the operands in computer instruction words. It performs all arithmetic computations, such as addition and multiplication, and all comparison operations.



  1. The process of combining strings is known as









  1. View Hint View Answer Discuss in Forum

    Concatenation is the process of appending one string to the end of another string. When we concatenate string literals or string constants by using the + operator, the compiler creates a single string. No run time concatenation occurs. However, string variables can be concatenated only at run time.

    Correct Option: D

    Concatenation is the process of appending one string to the end of another string. When we concatenate string literals or string constants by using the + operator, the compiler creates a single string. No run time concatenation occurs. However, string variables can be concatenated only at run time.