Game Preview

Value and Data types

  •  English    16     Public
    Grade 9
  •   Study   Slideshow
  • Non Graphic characters which are used as commands to direct the cursor while printing is known as _________________
    Escape Sequence
  •  10
  • \n is used for ______
    New line feed
  •  10
  • We use ________ to display " in the output message
    \"
  •  10
  • ____________ is the functional and fundamental unit of a computer program
    Token
  •  10
  • ____________ are the constants in Java program
    Literal
  •  10
  • A variable is a named _______________ which contains a value.
    Identifier, Memory Location
  •  10
  • ________ data type is used to store 'True' or 'False' value
    boolean
  •  10
  • Initialization takes place in two different ways namely
    Static, Dynamic
  •  10
  • Implicit type conversion is also known as ______
    corecion
  •  10
  • The process of converting one predefined type into another is called ___________
    Type conversion
  •  10
  • Explicit type conversion is known as ___________
    Type Casting
  •  10
  • size of double data type is ______________
    64 bits, 8 Bytes
  •  10
  • Size of boolean data type is
    1 bit
  •  10
  • long datatype is used to store only integer values. Is it true or false?
  •  10
  • Find the odd man out - Int,long,short, double
    doble
  •  10
  •  10