Computer Science

    Computer Science Fundamentals
    Java is procedural programming.
    The statement is false. Java is a type of object oriented programming language. It involves solving real-life problems as well.
    Computer Science Fundamentals
    Unicode provides a consistent way of encoding multilingual plain text.
    Unicode defines codes for characters used in all major languages of the world.
    Computer Science Fundamentals
    Which of the following is a valid encoding format?
    The various encoding formats are UTF-8, UTF-16 and UTF-32. UTF stands for Unicode Transformation Format. It is basically an encoding system that supports all languages.
    Computer Science Fundamentals
    This is not a part of the signing on the procedure.
    Signing on is a part of special system design considerations. It does not involve a step of execution. It involves identification, verification and authorization.
    Computer Science Fundamentals
    The output of AND gates in the SOP expression is connected using the ________ gate.
    Since the product terms or the min terms are added in an SOP expression.
    Computer Science Fundamentals
    A structure that is system- dependent.
    The correct option is physical. The physical structure of a document is system-dependent; i.e., fonts and tab spacing vary among systems.
    Computer Science Fundamentals
    Cloud providers provide cloud services to the cloud users.
    The statement is true. There are three types of users often called as cloud stakeholders.
    Computer Science Fundamentals
    Test cases ensure that all the statements are executed atleast once.
    The statement is true. Test cases are written to check if all the statements are executed at least once. It also checks the logicality of the code.
    Computer Science Fundamentals
    TCP stands for?
    TCP stands for transmission control protocol. It basically allows different networks to interconnect.
    Computer Science Fundamentals
    Single Precision format comprises of _________ bits.
    The single precision format comprises of 32-bits. It has 1 sign bit, 8 bits for exponent and 23 for the mantissa.