0

web technology Online Quiz - 5

Description: web technology Online Quiz - 5
Number of Questions: 20
Created by:
Tags: web technology
Attempted 0/20 Correct 0 Score 0

What was the first ARPANET message?

  1. "hello world"

  2. "lo"

  3. "mary had a little lamb"

  4. "Arpanet, cyberspace"


Correct Option: B

What is the shortcut to lock screen in windows?

  1. ctrl+alt+del+enter

  2. alt+l

  3. windows logo key+l

  4. shift+ctrl


Correct Option: A,C

In mobile computing, PPI refer to

  1. Points per inch

  2. Pixels per inch

  3. All of Above

  4. None of above


Correct Option: B

Each Mobile device supports one or more inputs methods.

  1. Numeric Keypad

  2. Touch

  3. QWERTY Keypad

  4. All of above

  5. None of above


Correct Option: D

Touch devices typically have a higher resolution than devices with a keyboard because no space needs to be reserved for the keypad.

  1. True

  2. False


Correct Option: B

Mobile Web Application always supports native application features like offline mode, location lookup, camera, file system access.

  1. True

  2. False


Correct Option: B

Which of the following is not a principle of Mobile Web 2.0?

  1. Mobile Widgets

  2. Location

  3. Content

  4. Messaging

  5. None of above


Correct Option: E

Which of the following is/are example of Mobile widgets?

  1. Weather forecast

  2. E-mail notifications

  3. Marketing Blogs

  4. Information feeds

  5. All of above


Correct Option: E

Adaptive rendering is the dynamic support for

  1. Many platform/browser combinations

  2. Many browser/device combinations

  3. Both a & b above

  4. None of above


Correct Option: B

Under mobile standards, which of the following is not a W3C standard?

  1. XHTML Basic

  2. XHTML MP

  3. CSS MP

  4. Both a & b above

  5. None of above


Correct Option: B

In general web standards, which of the following is not a W3C Standards?

  1. XHTML

  2. CSS 2.1

  3. CSS MP

  4. HTML 4.0

  5. None of above


Correct Option: C

Digital convergence is the convergence of Mobile and Online platforms like unified cloud based platforms that are accessible from any device. Choose the right answer.

  1. True

  2. False


Correct Option: B

Which of the following is false about Emulators? a. Can receive or dial phone calls from real world cellular network b. Useful to distribute and sell device application c. Environment for debugging and testing code d. Provides a look and feel of physical device within PC environment Select the most appropriate sequence below -

  1. a & b above

  2. a, b & d above

  3. c & d above

  4. b, c & d above


Correct Option: A

Full Web browsing means delivering a full, desktop-like browsing experience to the mobile device, with a compatible browser. Please select appropriate answer

  1. True

  2. False


Correct Option: B

AI Explanation

To answer this question, we need to understand the concept of full web browsing on mobile devices.

Option A) True - This option is incorrect. Full web browsing refers to delivering a desktop-like browsing experience to a mobile device. While it aims to provide a similar experience, it may not always be possible to replicate all features and functionalities available on a desktop browser.

Option B) False - This option is correct. Full web browsing aims to provide a desktop-like browsing experience on a mobile device, but it does not guarantee complete compatibility with all desktop browsers. There may be limitations and differences in terms of features, performance, and user interface.

The correct answer is B) False. Full web browsing does not guarantee a fully compatible browsing experience with all desktop browsers on mobile devices.

WAP 2.0 deprecated ____ and created XHTML-MP (Mobile Profile)

  1. HTML 3.2

  2. HTML 4.0

  3. WML

  4. All of above

  5. None of above


Correct Option: C

In Mobile standards terminology, XHTML –MP stands for

  1. eXtended HTML – MobiReady Profile

  2. eXtended HTML – Mobile Phone

  3. eXtended HTML – Mobile Profile

  4. None of above


Correct Option: C

In Mobile Internet, TLD stands for

  1. Top Level Document

  2. Top Level Domain

  3. Both a & b above

  4. None of above


Correct Option: B

Which is used for Renames clause?

  1. 88

  2. 77

  3. 66

  4. 01


Correct Option: C

Indicate which of the following is not a PROCEDURE DIVISION verb?

  1. START

  2. RERUN

  3. MOVE

  4. DELETE


Correct Option: B
Explanation:

To solve this question, the user needs to know about the PROCEDURE DIVISION verbs in COBOL programming language.

The PROCEDURE DIVISION is the section in a COBOL program where the actual processing of data takes place. It contains a set of COBOL statements that are executed sequentially when the program runs. The PROCEDURE DIVISION contains a number of COBOL verbs, which are used to manipulate data and control program flow.

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

A. START: This option is a valid PROCEDURE DIVISION verb in COBOL. It is used to initiate the execution of another program or a specific section within a program.

B. RERUN: This option is not a valid PROCEDURE DIVISION verb in COBOL. It is not a standard COBOL verb and is not recognized by the compiler.

C. MOVE: This option is a valid PROCEDURE DIVISION verb in COBOL. It is used to move data from one variable to another.

D. DELETE: This option is a valid PROCEDURE DIVISION verb in COBOL. It is used to delete a record from a file.

Therefore, the answer is:

The Answer is: B

Abbreviation for "JAX-WS"

  1. Java API For XML WebtechnologyServices

  2. Java Architecture for XML WebServices

  3. Java API For XML WebServices

  4. Java Attachments For XML WebServices


Correct Option: C
- Hide questions