0

testing Online Quiz - 7

Description: testing Online Quiz - 7
Number of Questions: 20
Created by:
Tags: testing
Attempted 0/20 Correct 0 Score 0

How many output value types are supported by Quick Test?

  1. 6

  2. 8

  3. 9

  4. 5


Correct Option: A

In VB Script, variables cannot be declared to a specific data type. State true or false

  1. True

  2. False


Correct Option: A
  1. Code above is perfectly valid

  2. Redim size is invalid

  3. Cannot redim a static array

  4. None


Correct Option: C

VB Script is case sensitive. State true or false

  1. True

  2. False


Correct Option: B

Output values cannot be used to perform validation checks. State true or false

  1. True

  2. False


Correct Option: A
  1. Redim Retain arr(s)

  2. Redim Preserve arr(s)

  3. Redim Persist arr(s)

  4. Redim CarryForward arr(s)


Correct Option: B

When we create a 2 dimention array, an element in the created array can be referenced by how many indices?

  1. 2

  2. 1

  3. 3

  4. No index is required for referencing an element in a 2D array. Index is applicable only for 1D arrays.


Correct Option: A

To assign an object reference, what is the keyword that is used?

  1. Ref

  2. Obj

  3. Set

  4. None of the above


Correct Option: C

Which is the deprecated version of loop?

  1. While … Wend

  2. Do While … Loop

  3. Do Until … Loop

  4. VB Script doesn't have any deprecated loops at all.


Correct Option: A

Subroutines do return values, whereas Functions do not. State true or false

  1. True

  2. False


Correct Option: B
  1. The code is perfectly valid. It sets the specified value in the web

  2. ) name property is incorrectly defined for the link object

  3. Syntax of Description object is incorrect

  4. Defined link object is incorrectly used as an edit box object. Hence issuing a Set method is invalid


Correct Option: D

Send Keys can be used to redirect some keystrokes to any application that has the focus. State true or false

  1. True

  2. False


Correct Option: A
- Hide questions