Computer Science

    Computer Science Fundamentals
    The EBCDIC code for the character A is ______________
    The character A is represented by the digit 1100 and the zone 0001. The hex representation for the same is C1. Similarly for B it is C2 and so on.
    Computer Science Fundamentals
    COBOL is a language that keeps evolving.
    The statement is true. COBOL has billions of lines of existing code with more added each year. It thus keeps updating itself.
    Computer Science Fundamentals
    The number of values applicable in Boolean Algebra.
    Boolean algebra is based on binary number system. It therefore comprises only 2 bits : 0 and 1. Hence, only two values are applicable to Boolean algebra.
    Computer Science Fundamentals
    Which of the following is not a cloud stakeholder?
    There are three types of stakeholders cloud providers, cloud users and the end users.
    Computer Science Fundamentals
    How is the number 5 represented in non-positional number system?
    In a non-positional number system, 1 is represented as I, 2 as II, 3 as III, 4 as IIII and therefore, 5 is represented as V in Roman Code. The digits in this number system are represented by symbols.
    Computer Science Fundamentals
    Which of the following is written for getting help in GDB?
    In this h stands for help. h or help both commands can be used. Help lists all the commands.
    Computer Science Fundamentals
    The number of sign bits in a 32-bit IEEE format __________
    There is only 1 sign bit in all the standards. In a 32-bit format, there is 1 sign bit, 8 bits for the exponent and 23 bits for the mantissa.
    Computer Science Fundamentals
    A group of bits used to represent a symbol is called a ____________
    In binary coding, every symbol that appears in data is represented by a group of bits, which are called bytes. Computer codes use binary coding schemes.
    Computer Science Fundamentals
    In this type of cloud, an organization rents cloud services from cloud providers on-demand basis.
    This happens in public cloud. Services are provided to the users using utility computing model.
    Computer Science Fundamentals
    ARPANET stands for?
    ARPANET stands for Advanced Research Project Agency Network. It was developed in late 1960s under ARPA (Advanced Research Projects Agency).