Top 100+ questions in Technology

0 votes
    Which value of Socket.readyState atribute of WebSocket indicates that the connection is established and communication is possible? A - 0 B - 1 C - 2 D - 3...
asked Dec 2, 2020 in Technology by JackTerrance
0 votes
    Which value of Socket.readyState atribute of WebSocket indicates that the connection has not yet been established? A - 0 B - 1 C - 2 D - 3...
asked Dec 2, 2020 in Technology by JackTerrance
0 votes
    Which of the following is correct about WebSockets in HTML5? A - Web Sockets is a next-generation bidirectional communication ... Both of the above. D - None of the above....
asked Dec 2, 2020 in Technology by JackTerrance
0 votes
    Which of the following is correct Content-type header that a server side script should send for SSE in HTML5? A - Content- ... Content-Type: text/data-stream D - None of the above....
asked Dec 2, 2020 in Technology by JackTerrance
0 votes
    Which of the following is correct about Server Side Events(SSE) in HTML5? A - To use Server-Sent Events in a web ... of sending event data consistently. D - All of the above....
asked Dec 2, 2020 in Technology by JackTerrance
0 votes
    Which of the following is correct about Server Side Events(SSE) in HTML5? A - Using SSE you can push DOM events continously ... the server to the client. D - All of the above....
asked Dec 2, 2020 in Technology by JackTerrance
0 votes
    How to delete a local storage data in HTML5? A - To clear a local storage setting you would need to call localStorage.remove('key ... C - Both of the above. D - None of the above....
asked Dec 2, 2020 in Technology by JackTerrance
0 votes
    When a session storage data gets deleted in HTML5? A - The Session Storage Data would be deleted by the browsers immediately after ... - Both of the above. D - None of the above....
asked Dec 2, 2020 in Technology by JackTerrance
0 votes
    Which of the following is true about Local Storage in HTML5? A - HTML5 introduces the localStorage attribute which would be used to ... - Both of the above. D - None of the above....
asked Dec 2, 2020 in Technology by JackTerrance
0 votes
    Which of the following is true about Session Storage in HTML5? A - HTML5 introduces the sessionStorage attribute which would be ... session would be lost. D - All of the above....
asked Dec 2, 2020 in Technology by JackTerrance
0 votes
    Can you use MathML tags directly in HTML5 without any plugin? A - true B - false...
asked Dec 2, 2020 in Technology by JackTerrance
0 votes
    Can you use SVG tags directly in HTML5 without any plugin? A - true B - false...
asked Dec 2, 2020 in Technology by JackTerrance
0 votes
    Which of the following tag insists to have a value in an input control in HTML5? A - output B - placeholder C - autofocus D - required...
asked Dec 2, 2020 in Technology by JackTerrance
0 votes
    Which of the following tag automatically focus one particular form field in HTML5? A - output B - placeholder C - autofocus D - required...
asked Dec 2, 2020 in Technology by JackTerrance
0 votes
    Which of the following tag provides a hint to the user of what can be entered in the field in HTML5? A - output B - placeholder C - autofocus D - required...
asked Dec 2, 2020 in Technology by JackTerrance
0 votes
    Which of the following tag is used to represent the result of different types of output in HTML5? A - output B - placeholder C - autofocus D - required...
asked Dec 2, 2020 in Technology by JackTerrance
0 votes
    Which of the following input control is used for input fields that should contain an URL address in Web Form 2.0? A - email B - url C - number D - range...
asked Dec 2, 2020 in Technology by JackTerrance
0 votes
    Which of the following input control is used for input fields that should contain an e-mail address in Web Form 2.0? A - email B - url C - number D - range...
asked Dec 2, 2020 in Technology by JackTerrance
0 votes
    Which of the following input control is used for input fields that should contain a value from a range of numbers in Web Form 2.0? A - week B - time C - number D - range...
asked Dec 2, 2020 in Technology by JackTerrance
0 votes
    Which of the following input control accepts only numerical value in Web Form 2.0? A - week B - time C - number D - range...
asked Dec 2, 2020 in Technology by JackTerrance
0 votes
    Which of the following input control represents a time (hour, minute, seconds, fractional seconds) encoded according to ISO 8601 in Web ... A - week B - time C - number D - range...
asked Dec 2, 2020 in Technology by JackTerrance
0 votes
    Which of the following input control represents a date consisting of a year and a week number encoded according to ISO 8601 in Web Form 2.0? A - week B - time C - number D - range...
asked Dec 2, 2020 in Technology by JackTerrance
0 votes
0 votes
    Which of the following input control represents a date consisting of a year and a month encoded according to ISO 8601 in Web ... - datetime B - datetime-local C - date D - month...
asked Dec 1, 2020 in Technology by JackTerrance
0 votes
    Which of the following input control represents a date (year, month, day) encoded according to ISO 8601 in Web Form 2.0? A - datetime B - datetime-local C - date D - month...
asked Dec 1, 2020 in Technology by JackTerrance
0 votes
    Which of the following input control represents a date and time (year, month, day, hour, minute, second, fractions of a second ... - datetime B - datetime-local C - date D - month...
asked Dec 1, 2020 in Technology by JackTerrance
0 votes
    Which of the following input control represents a date and time (year, month, day, hour, minute, second, fractions of a second ... - datetime B - datetime-local C - date D - month...
asked Dec 1, 2020 in Technology by JackTerrance
0 votes
    Which of the following is correct about Web form 2.0 in HTML5? A - Web Forms 2.0 is an extension to the forms ... styling that was required in HTML4. D - All of the above....
asked Dec 1, 2020 in Technology by JackTerrance
0 votes
    Which of the following is correct about custom attributes in HTML5? A - A custom data attribute starts with data- and would be ... - Both of the above. D - None of the above....
asked Dec 1, 2020 in Technology by JackTerrance
0 votes
    Which of the following tag can be used to associate a caption together with some embedded content in HTML5? A - footer B - nav C - dialog D - figure...
asked Dec 1, 2020 in Technology by JackTerrance
...