Advt

ITI COPA MCQ | Programming with VBA | Page 4

PLEASE SELECT YOUR LANGUAGE FROM BELOW

ITI Copa MCQ IN Gujarati | ITI Copa MCQ IN Hindi | ITI Copa MCQ IN English

NCVT AITT (All India Trade Test) CBT exam Practice COPA trade MCQ (Multiple choice Question) Programming with VBA online. Also you can practice mock test exam online.

I.T.I COPA Trade MCQ also useful for competitive exam like PSU Job exam As well as Government Job Exam, Apprentice job.

81.
What is the another name trigger for an action in VBA?

82.
Which shortcut key allows debugger to run the current procedure and go line after line called the procedure in VBA?

83.
While debugging code, which statement allows to go to the highlighted line?

84.
Which control is used to increase or decrease a value, such as a number time or date?

85.
Which VBA function compares given strings and returns -1 if the first string is smaller than the second string, returns 0 if both are equal and 1 if the first string is greater than second string?

86.
Which scope does the variable declared with dim and remains in the existance only as long as the procedure in which if is declared is running?

87.
What will be the output of the following VBA code? Sub test ( )a = 9Debug.Print Sqr (a) End sub

88.
What will be the output for the following VBA code? Debug.print DateDiff(“yyyy”,”1/12/2016”,”31/1/2017”)

89.
What will be the output of the following VBA code? Sub test ( )x = “institue”Debug.print Format (x,”>”) End sub

90.
What will be the output of the following VBA code? Sub test ( )Dim S AS stringS = “wholehearted” Debug.Print mid(s,6,4) End sub

91.
What will be the output of the following VBA code? Sub test ( )a = “ Computer operator” Debug.Print left(a,10) End sub

92.
What will be the output of the following VBA code? Sub test ( )Dim l as integer Dim S as stringS = “Time is money” l = len(s)Debug.print “The length is “ & l End sub

93.
What will be the output of the following VBA function?Sub stg ( )Str = “Mathematics” Debug.Print right (str,6) End sub

Click on Page No for More MCQ


Please click Below Page Number for more MCQ

MORE MCQ

Advertisement

Leave A Reply

Please enter your comment!
Please enter your name here