0% found this document useful (0 votes)
32 views2 pages

Excel and Vba Questions.

The document contains a list of practical viva questions related to Excel and Visual Basic. It covers various functions, concepts, and tools in both applications, such as data filtering, chart options, and programming principles. The questions are designed to test knowledge on specific features and functionalities within these software programs.

Uploaded by

AYUSH BHAGERIA
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views2 pages

Excel and Vba Questions.

The document contains a list of practical viva questions related to Excel and Visual Basic. It covers various functions, concepts, and tools in both applications, such as data filtering, chart options, and programming principles. The questions are designed to test knowledge on specific features and functionalities within these software programs.

Uploaded by

AYUSH BHAGERIA
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

PRACTICAL VIVA QUESTIONS

EXCEL:
1. Explain the following functions in MS-EXCEL.
i) LEFT( ) ii) RIGHT( )
2. Explain the following functions in MS-EXCEL.
i) UPPER( ) ii) LOWER( )

3. What is purpose of linking worksheets?


4. When should if ( ) be used in spreadsheets?
5. What do you mean by nested if ( )?
6. When there are 4 alternatives how many if ( ) are required?
7. What is the meaning of filtering data?
8. The option to select Pie chart is available in which Tab?
9. The option to filter data is available in which Tab?
10. What symbol is used to start a formula?
11. What does the VLOOKUP() function do?
12. Explain the use of COUNTIF() function?
13. Where is the SCENARIO MANAGER available in Excel?
14. What are the two ways of creating a macro?
15. When is the return value of AND() function TRUE?
16. When is the return value of OR() function TRUE?
17. What is a range?
18. With respect to a chart, what is a legend?
19. What is the difference between the TODAY() and NOW() functions? ​
20. What is the Solver tool?
VISUAL BASIC:
1. What is the full form of IDE?
2. What is an event-driven programming language?
3. What is an object?
4. What is a suffix of Visual Basic projects?
5. What are intrinsic constants in Visual Basic?
6. Name any two properties of the text box in Visual Basic?
7. What is the difference between FormatCurrency and FormatNumber in Visual Basic?
8. State any four mathematical operators in Visual Basic?
9. What does the formatting of data (user interface) means?
10. What is the final keyword used to indicate the end (compilation) of a Sub Procedure?
11. What is GUI?
12. What is the difference between a constant and a variable?
13. What does declaring a variable mean? How is a variable declared?
14. What are the different types of variables in Visual Basic?
15. State the relational operators in Visual Basic.
16. Which characters are permitted for forming a variable name?
17. State the logical operators in Visual Basic.
18. What is a textbox control used for?
19. Which function is used to convert all upper-case letters in a string to lower case letters?
20. Which function is used to convert the text entered in a text box into an equivalent numeric
value?

You might also like