Skip to main content

Excel with VBA MCQ with Answers



GOVERNMENT INDUSTRIAL TRAINING INSTITUTE – DHARMAPURI


1.     What is VBA?
a)     A Microsoft programming language used to extend Excel functions

2.     What does VBA stand for?
a)    Visual Basic for Applications                   


3.     What is a macro used for?
To automatically complete a series of Excel steps                             

4.     What does a VBA macro consist of?
B)  Computer code that performs some actions on or with objects


5.     Which of the following VBA windows shows the code of the active object?
d) Code window

6.     What stores Excel data?
c) Variable   

7.     In VB a variable name cannot be more than _____ characters.
a)     255                
8.     __ are the programming elements whose value can be changed during the execution of program.
b) Variable           
9.     ___ Bytes are required for the byte data type in VBA.
a)   1   
10.   ___ Bytes are required for the integer data types in VBA.
b)2
11.   ___ Bytes are required for the long data types in VBA.
c) 4
12.   ___ Bytes are required for the Boolean data types in VBA.
b)2
13.   ___ Bytes are required for the single data types in VBA.
c) 4                
14.   ___ Bytes are required for the double data types in VBA.
c) 8
15.   ___ Bytes are required for the decimal data types in VBA.
b)14
16.   ___ Bytes are required for the currency data types in VBA.
c) 8
17.   ___ Bytes are required for the date data types in VBA.
c) 8                        

18.   ___ Bytes are required for the object data types in VBA.
d) 4
19.   Which is not a Data type of VBA
b)Text
20.   ___ function returns the current system date only in VBA
a)     Date                              
21.   ___ function returns the current date and time in VBA
b)Now           
22.   ___ function returns the current system  time only in VBA
b)Time          
23.    ___ Function in VBA returns the difference between two dates.
c) Datediff() 
24.   ___ Function in VBA returns the date after which a certain date time has been added.
d)  dateadd()
25.   ___ Function returns the square root of any number in VBA.
a)     Sqr()                              
26.   __ Function returns the integer part of any number in VBA.
c) int()
27.   ___ is the syntax used to create a message box in VBA
a)     “Message”,icon+button,”Title”  
28.   In message box of VBA the YES button represents the value __
a)     9
29.   In message box of VBA the OK button represents the value of ___
a)     1
30.   A small rectangular window comes for taking input value is known as __ in VBA.
a)     Input box       

Comments

  1. Thank you so much for this amazing post keep it up.
    SEO Company Islamabad I am feeling lucky to share with you our SEO website.

    ReplyDelete
  2. Appreciate you sharing, great article.Much thanks again. Really Cool.
    tableau training

    ReplyDelete

Post a Comment

Popular posts from this blog

இந்திய தேசிய உறுதிமொழி

National Pledge இந்தியா என் தாய்நாடு, இந்தியர்கள் அனைவரும் எனது சகோதர சகோதரிகள். நமது நாட்டை நான் மிகவும் நேசிக்கிறேன், நமது நாட்டின் பழம்பெருமைக்காகவும், பண்முக மரபு சிறப்பிற்காகவும் நான் பெருமிதம் கொள்கிறேன். நமது நாட்டின் பெருமைக்கு தகுந்து விளங்கிட பெரிதும் பாடுபடுவேன். நமது பெற்றோர், ஆசிரியர் மற்றும் பெரியோர்களை மதித்து நடந்துகொள்வேன். அனைவரிடமும் அன்பும் மரியாதையும் காட்டுவேன். நமது நாட்டிற்கும் நாட்டு மக்களுக்கும் உழைத்திட பெரிதும் முனைந்து நிற்பேன், நமதுமக்கள் அனைவரும் நலமும் வளமும் பெருவதிலேதான் நான் மகிழ்ச்சி அடைகிறேன்.

மைக்ரோசாப்ட் எக்ஸல்

மைக்ரோசாப்ட் எக்ஸல் என்றால் என்ன ? மைக்ரோசாப்ட்  எக்ஸல் (Excel) என்பது  கணிதம் சார்ந்த தகவல்களை கையாளும் ஒரு மென்பொருள் (Software)  ஆகும். இது  மட்டும் இல்லாமல் இன்னும்  பல வகைகளில்  நமக்கு இந்த  எக்ஸல் மென்பொருள் உதவுகிறது. எக்ஸல் சிறப்பம்சங்கள்   ஃபங்ஷன்கள் பயன்படுத்தி  புரோகிராம்களை எழுதிப்  பயன்படுத்த  முடியும். சார்ட்கள் , வரைந்து  கொள்ள முடியும். மேக்ரோ கையாள முடியும். பதிவு  செய்த தகவல்களை  ஏறு  வரிசையிலோ அல்லது இறங்கு வரிசையிலோ முறைப்படுத்தி  அடுக்க  முடியும் . பில்ட்டர் பயன்படுத்தி தகவல்கள்  பிரித்தெடுக்க முடியும் .  ஒர்க் சீட் என்றால் என்ன ? எம்எஸ் எக்ஸல் நுழைந்தவுடன் கிடைக்கின்ற திரைக்கு ஒர்க் சீட் (Worksheet) என்று பெயர்.ஒர்க் சீட் (Worksheet)-ஐ Spread Sheet என்றும் சொல்லலாம்.. ஒர்க் சீட் (Work Sheet)  நிறைய Row மற்றும் Column களால் பிரிக்கப்பட்டிருக்கும். Row-க்கள் 123.., என்று பெயர் சூட்டப்பட்டிருக்கும். Column -கள் ABC.., என்று பெயர் சூட்டப்பட்டிர...

MCQ Excel with VBA

GOVERNMENT INDUSTRIAL TRAINING INSTITUTE – DHARMAPURI 1.      What is VBA? a)      A Microsoft programming language used to extend Excel functions b)      A GUI Excel interface for the novice developer c)      A open-source programming environment that works with Excel d)      A Microsoft programming environment that replaces Excel 2.      2.What does VBA stand for? a)     Visual Basic for Applications                                     c) Virtual Basic for Advanced programming b)     Very Basic Applications                        ...