Tag: technology

Questions Related to technology

WML pages can be displayed in a ____ browser.

  1. WAP

  2. Web

  3. Mobile

  4. All


Correct Option: A
Explanation:

To answer this question, the user needs to know what WML stands for and what types of browsers can display WML pages.

WML stands for Wireless Markup Language, a markup language used for creating content for mobile devices.

Now, let's go through each option and explain why it is right or wrong:

A. WAP: This option is partially correct. WAP (Wireless Application Protocol) is a technical standard for accessing information over a mobile wireless network. WML is the markup language used to create content for WAP-enabled devices. Therefore, WML pages can be displayed in a WAP-enabled browser.

B. Web: This option is incorrect. WML pages are not designed for display in a standard web browser. Instead, they are designed for display on mobile devices.

C. Mobile: This option is partially correct. WML pages are designed for display on mobile devices and can be displayed in a browser on a mobile device.

D. All: This option is incorrect. WML pages are not designed for display in a standard web browser, so they cannot be displayed on all types of browsers.

Therefore, the answer is: A. WAP

Which of these are not WMLScript Dialogs Library Functions.

  1. confirm()

  2. alert()

  3. prompt()

  4. error()


Correct Option: D

AI Explanation

To answer this question, you need to be familiar with the WMLScript Dialogs Library and its functions.

Let's go through each option to determine which one is not a WMLScript Dialogs Library function:

Option A) confirm() - This is a valid WMLScript Dialogs Library function that displays a dialog box with a message and two buttons, typically used to confirm or cancel an action.

Option B) alert() - This is a valid WMLScript Dialogs Library function that displays a dialog box with a message and an OK button, typically used to display a message or notification.

Option C) prompt() - This is a valid WMLScript Dialogs Library function that displays a dialog box with a message and a text input field, typically used to prompt the user for input.

Option D) error() - This is not a valid WMLScript Dialogs Library function. There is no error() function in the WMLScript Dialogs Library.

Therefore, the correct answer is D. error(). This option is not a WMLScript Dialogs Library function.

  1. Validate user input

  2. View Error Messages

  3. Generate dialog boxes

  4. None


Correct Option: D
  1. higher

  2. lighter

  3. stronger

  4. not a version of the JavaScript language


Correct Option: B

The Float library contains a set of _____ functions.

  1. numeric handling

  2. character

  3. string

  4. math


Correct Option: D

What is the WMLScript supported file extension ?

  1. .wmlscript

  2. .wmls

  3. .wml

  4. .wap


Correct Option: B

AI Explanation

To answer this question, you need to have an understanding of WMLScript and its supported file extensions.

WMLScript is a scripting language used in WML (Wireless Markup Language) to add interactivity and dynamic behavior to mobile web applications.

The supported file extension for WMLScript is B) .wmls. This extension is used to denote files that contain WMLScript code.

Let's go through each option to understand why it is correct or incorrect:

Option A) .wmlscript - This option is incorrect because .wmlscript is not a supported file extension for WMLScript.

Option B) .wmls - This option is correct because .wmls is the supported file extension for WMLScript.

Option C) .wml - This option is incorrect because .wml is the file extension for WML (Wireless Markup Language) files, not WMLScript.

Option D) .wap - This option is incorrect because .wap is not a supported file extension for WMLScript.

The correct answer is B) .wmls. This option is correct because .wmls is the supported file extension for WMLScript files.

WMLScript is compiled into ________ on the server before it is sent to the browser.

  1. byte code

  2. object code

  3. Hexa code

  4. binary code


Correct Option: A

AI Explanation

To answer this question, you need to understand WMLScript and how it is processed.

WMLScript is a lightweight scripting language used for developing applications on mobile devices. It is designed to be efficient and can be used in conjunction with Wireless Markup Language (WML) for creating mobile web applications.

When a WMLScript program is executed, it needs to be compiled into a format that can be understood by the browser. This compilation process happens on the server before the program is sent to the browser.

The correct answer is:

A) byte code - This option is correct because WMLScript is compiled into byte code on the server before it is sent to the browser. Byte code is a low-level representation of the program that can be executed by a virtual machine on the client-side.

B) object code - This option is incorrect because WMLScript is not compiled into object code. Object code is a machine-readable form of the program that can be directly executed by the processor.

C) Hexa code - This option is incorrect because WMLScript is not compiled into Hexa code. Hexa code is just a representation of binary data in hexadecimal format.

D) binary code - This option is incorrect because WMLScript is not compiled into binary code. Binary code is the machine language representation of the program that can be executed directly by the processor.

The correct answer is A) byte code. This option is correct because WMLScript is compiled into byte code on the server before it is sent to the browser.

  1. a) Web based test automation tool

  2. b) Web based test management tool

  3. c) Web based test case design tool

  4. d) Load testing tool


Correct Option: B