TraineeMock Blog - Free Online Test Series

ITI COPA Trade 50 MCQs Practice Questions – Part 9

ITI COPA (Computer Operator Programming Assistant) Trade 50 MCQs Practice Questions Part 2 | Computer Operator Programming Assistant Multiple Choice Question Set Part 2 | Practice question for ITI students trade COPA | COPA trade MCQ for ITI trainees.

(1.) What is the alternate name of Bugs?
(2.) Which shortcut key is used to open the Visual Basic Editor In VBA?
(3.) Which simplifies the work to be eliminating or rewriting the code in VBA?
(4.) Which type of variable can be accessed or used by subroutines outside the modules in VBA?
(5.) Which type of variable can be accessed or used by subroutines outside the modules in VBA?
(6.) Where there is no difference between dim and private in VBA?
(7.) Which method is used to pass the reference to the arguments?
(8.) Which function is used to check whether the given input is numeric or Not in VBA?
(9.) Which function returns specified part of a given date in VBA?
(10.) Which function returns the difference between two date values based on the interval specified in VBA?
(11.) What is the return type of CSng function in VBA?
(12.) Which VBA code is used to load user form into memory but do not display?
(13.) Which VBA code is used to remove the user form from memory ?
(14.) Which window displays the watched expression including the one just added?
(15.) Which one is indicated by a red dot with a line of code highlighted in red in VBA?
(16.) Which function returns the integer portion of a number in VBA?
(17.) Which function returns the hyperbolic cosine of the specified angle in VBA?
(18.) Which mathematical function generates a random number in VBA?
(19.) Which operators are concatenation operator in VBA?
(20.) Which type of words cannot use for any other purpose in VBA?
(21.) Which is a series of items where all items share the same properties and methods in VBA?
(22.) Which button allows a single choice within a limited set of mutually exclusive choice?
(23.) Which box has three states in VBA?
(24.) Which one creates a box with a scrollable list containing a number of input values in VBA?
(25.) Which control is suitable to collect the input from the user in VBA?
(26.) Which is a proper object hierarchy in VBA?
(27.) Which type of words cannot use for any other purpose in VBA?
(28.) What is the shortcut key to run the current procedure in VBA?
(29.) Which window displays the entire list of local varibles and their current values in VBA?
(30.) Which window is similar to the locals window, but it is used to tracing the variables in VBA?
(31.) Which shortcut key is used to open the immediate window?
(32.) What is the another name trigger for an action in VBA?
(33.) Which shortcut key allows debugger to run the current procedure and go line after line called the procedure in VBA?
(34.) While debugging code, which statement allows to go to the highlighted line?
(35.) Which control is used to increase or decrease a value, such as a number time or date?
(36.) 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?
(37.) 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?
(38.) What will be the output of the following

VBA code?

Sub test()

a = 9

Debug.Print Sqr (a) End sub

(39.) What will be the output for the following

VBA code?

Debug.print

DateDiff(“yyyy”,”1/12/2016″,”31/1/2017″)

(40.) What will be the output of the following

VBA code?

Sub test()

x = “institute”

Debug.print Format (x,”>”) End sub

(41.) What will be the output of the following

VBA code?

Sub test ()

Dim S AS string

S = “wholehearted” Debug Print mid(s,6,4)

(42.) What will be the output of the following VBA code?

Sub test()

a = 9

Debug.Print Sqr(a)

End sub

(43.) What will be the output of the following

VBA code?

Sub test() Dim I as integer

Dim S as string

S=”Time is money”

1 = len(s)

Debug.print “The length is “& I

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


Keywords :- ITI Mock , ITI Mock Test, ITI Mock Test NCVT, ITI Mock Test 2020, ITI Mock Test 2021, ITI Mock Test 2022, ITI Mock Test 1st Year, ITI Mock Test 2nd Year, ITI Mock Test PDF Download, ITI Test, ITI Test Paper, ITI Test Questions, ITI Test Book, ITI Test Paper in hindi, ITI Test 2020, ITI Test 2021, ITI Test 2022, ITI Questions Answers, ITI Questions & Answers, ITI Questions & Answers pdf, ITI Question Paper, ITI Questions pdf, ITI Question Paper PDF, ITI Questions Paper 2020, ITI Questions Paper 2021, ITI Questions Paper 2022, ITI Answer Key, ITI Paper Scheme, ITI Paper Date, ITI Paper 2020, ITI Paper 2021, ITI Paper 2022, ITI Previous Year Question Paper, ITI Previous Year Question Paper NCVT,
ITI Previous Year Question Paper ED, ITI Previous Year Question Paper Engineering Drawing, ED, Workshop Calculations & Science, ITI Previous Year Question Paper Workshop Calculations & Science, ITI ED Book PDF, ITI ED Drawing, ITI ED Drawing Exaam Paper,
ITI Jobs, ITI Form, ITI Form Online, ITI Online Form, ITI Online Form 2022,
UP ITI, ITI Uttar Pradesh, ITI Haryana, ITI UK, ITI UttraKhand, UP ITI Result, Uk ITI Result, Haryana ITI Result, MP ITI Result, UP ITI Scholarship, Uk ITI Scholarship, Haryana ITI Scholarship, MP ITI Scholarship, UP ITI Merit List, Uk ITI Merit List, Haryana ITI Merit List, MP ITI Merit List, UP ITI Exam Date, Uk ITI Exam Date, Haryana ITI Exam Date, MP ITI Exam Date, UP ITI Updates, Uk ITI Updates, Haryana ITI Updates, MP ITI Updates, UP ITI Admission, Uk ITI Admission, Haryana ITI Admission, MP ITI Admission

If you have any dought in any question. you can comment below, we will reply as soon as possible. and subscribe our Youtube channel & Telegram channel for more updates..

Leave a Comment