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
  1. ctrl+alt+del+enter

  2. alt+l

  3. windows logo key+l

  4. shift+ctrl


Correct Option: A,C
  1. Points per inch

  2. Pixels per inch

  3. All of Above

  4. None of above


Correct Option: B
  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
  1. Mobile Widgets

  2. Location

  3. Content

  4. Messaging

  5. None of above


Correct Option: E
  1. Weather forecast

  2. E-mail notifications

  3. Marketing Blogs

  4. Information feeds

  5. All of above


Correct Option: E
  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
  1. HTML 3.2

  2. HTML 4.0

  3. WML

  4. All of above

  5. None of above


Correct Option: C
  1. eXtended HTML – MobiReady Profile

  2. eXtended HTML – Mobile Phone

  3. eXtended HTML – Mobile Profile

  4. None of above


Correct Option: C
  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