June 22, 2020 Baibhav Computer No Comments 53 Created on June 22, 2020 By Baibhav Computer Values and Data Types 1 / 10 A ____is a type encoding that can represent characters of all the languages of the world. Unicode Byte code Jvm Byte 2 / 10 Which among the following is not a Token? Keywords Literals Identifiers Data Type 3 / 10 Which among the following is a keyword but not a literal? for null true false 4 / 10 Which among the following is a valid float literal? 12.36f 12.36F 12.36 Both a and b 5 / 10 Which among the following is a valid method of initialising? boolean f=true; boolean f=True; boolean f=’true’; None of these 6 / 10 Which among the following is not a punctuator? ; semicolon ? question mark : colon . dot 7 / 10 Which among the following is not a primitive data type? int float String char 8 / 10 If a is of type int and b is of type float what would be the resultant data type of a+b? int float double short 9 / 10 A character literal is assigned to a: char variable char type literal String variable String literal 10 / 10 The ASCII codes of uppercase alphabets range from: 65 – 90 60 – 85 65 – 91 97 – 122 Your score is LinkedIn Facebook Twitter 0% Restart Exam Previous Post Newer Post