Uncategorized

What is the importance of using MS Word?

What is the importance of using MS Word?

Microsoft is a graphical word processing program that users can type with. It is made by the computer company Microsoft. The purpose of the MS Word is to allow the users to type and save documents. Similar to other word processors, it has helpful tools to make documents.

What is MS Word and its advantages?

Microsoft Word lets you create the simple word processing documents like the letters and the reports, You can add color, You can use clip art, You can write in a variety of fonts and sizes, You can use the tables, the borders & the bullet formatting, You can format the text & the general page layout so that you can …

What are the important features of MS Word?

10 Supremely Useful Features in Microsoft Word

  • Convert a List to a Table.
  • Convert a Bulleted List to SmartArt.
  • Create a Custom Tab.
  • Quick Selection Methods.
  • Add Placeholder Text.
  • Changing Case.
  • Quick Parts.
  • Touch/ Mouse Mode in Word 2013.

What is purpose of thesaurus tool in MS Word?

The Thesaurus is a software tool that is used in the Microsoft Word document to look up (find) synonyms (words with the same meaning) and antonyms (words with the opposite meaning) for the selected word.

What is smart art MS Word?

A SmartArt graphic is a visual representation of your information and ideas. You create one by choosing a layout that fits your message. Some layouts (such as organization charts and Venn diagrams) portray specific kinds of information, while others simply enhance the appearance of a bulleted list.

What is the use of smart art in MS Word?

In some Microsoft Office 2007 and later applications, a SmartArt graphic can be created and added to document. SmartArt is a way to turn ordinary text into something more visually appealing. It helps draw attention to important information or make information easier to interpret and understand.

What is Clipart in MS Word?

Clip art is a collection of pictures or images that can be imported into a document or another program. When you find a clip art image you want to use, you can copy it to your computer’s clipboard and paste it into another program, such as Photoshop or Microsoft Word.

What is the use of header in MS Word?

A header is the top margin of each page, and a footer is the bottom margin of each page. Headers and footers are useful for including material that you want to appear on every page of a document such as your name, the title of the document, or page numbers.

What is the use of header?

The header describes the payload and its information to help devices know how the data should be handled. 2. A header or heading is text at the top of a page in an electronic document or hard copy. For example, in Microsoft Word, a header could be created in a document to display the page number of each page.

What is the use of WordArt feature?

Special effects in Microsoft Word that change the appearance of text. Also available in other Microsoft Office applications, WordArt can be used to add color, outlines and shadows to regular text.

What clipart means?

Clip art (also clipart, clip-art), in the graphic arts, is pre-made images used to illustrate any medium. Clip art is generally composed exclusively of illustrations (created by hand or by computer software), and does not include stock photography.

What is table in MS Word?

A table is made up of rows and columns. The intersection of a row and column is called a cell. Tables are often used to organize and present information, but they have a variety of other uses as well. You can use tables to align numbers in columns, and then sort and perform calculations on them.

What is a text box how it is useful?

A text box is an object you can add to your document that lets you put and type text anywhere in your file. Text boxes can be useful for drawing attention to specific text and can also be helpful when you need to move text around in your document.

What is TextBox control explain with example?

A TextBox control is used to display, accept the text from the user as an input, or a single line of text on a VB.NET Windows form at runtime. Furthermore, we can add multiple text and scroll bars in textbox control.

What is text box tool?

The Text Box tool is useful for placing text notes and comments on the PDF. Text is contained within a text box you define, including its size, background color, and other properties. Creating a Text Box Markup.

What is text box control explain with example?

A TextBox control is used to display, or accept as input, a single line of text. VB.Net programmers make extensive use of the TextBox control to let the user view or enter large amount of text. A text box object is used to display text on a form or to get user input while a VB.Net program is running.

What are the properties of a TextBox?

TextBox Properties

  • TextAlign- for setting text alignment.
  • ScrollBars- for adding scrollbars, both vertical and horizontal.
  • Multiline- to set the TextBox Control to allow multiple lines.
  • MaxLength- for specifying the maximum character number the TextBox Control will accept.
  • Index- for specifying the index of control array.

Which is the method used to activate the Colour dialogue box?

Answer. Answer: The colour dialogue you can use the colour palette which is given in the computer otherwise you can create your by moderate the colours. To set the colour mainly you have to control some things like hue, saturation etc.

How do you code a message box in Visual Basic?

Displays a message in a dialog box and wait for the user to click a button, and returns an integer indicating which button the user clicked.

  1. Following is an expanded MessageBox.
  2. Syntax :
  3. MsgBox ( Prompt [,icons+buttons ] [,title ] )
  4. memory_variable = MsgBox ( prompt [, icons+ buttons] [,title] )

How will you display message?

Display a message There are two steps to displaying a message. First, you create a Snackbar object with the message text. Then, you call that object’s show() method to display the message to the user.

How many types of message boxes are there in VB?

There are 3 types of dialog boxes: modeless, modal, and system modal.

What is function in Visual Basic?

A Function procedure is a series of Visual Basic statements enclosed by the Function and End Function statements. The Function procedure performs a task and then returns control to the calling code. You can define a Function procedure in a module, class, or structure.

What is difference between function and procedure explain with example?

A procedure is used to perform certain task in order. A function can be called by a procedure. A function returns a value and control to calling function or code. A procedure returns the control but not any value to calling function or code.

What is VB and its features?

Visual Basic is a programming language and development environment created by Microsoft. The Visual Basic program also includes features like “IntelliSense” and “Code Snippets,” which automatically generate code for visual objects added by the programmer. …

Which language is used in Visual Basic?

Visual Basic was succeeded in 2002 by Visual Basic . NET, a vastly different language based on C#, a language with similarities to C++.

What are the advantages of Visual Basic?

Advantages of Visual Basic

  • The structure of the Basic programming language is very simple, particularly as to the executable code.
  • VB is not only a language but primarily an integrated, interactive development environment (“IDE”).
  • The VB-IDE has been highly optimized to support rapid application development (“RAD”).

Why Visual Basic is used?

Visual basic programming language allows programmers to create software interface and codes in an easy to use graphical environment. VB is the combination of different components that are used on forms having specific attributes and actions with the help of those components.

Why is it called Visual Basic?

“Visual” Basic was “Visual” because of the forms development GUI. “Visual” C++ was “Visual” because of MFC and the wizards for creating an MFC application.

Category: Uncategorized

Begin typing your search term above and press enter to search. Press ESC to cancel.

Back To Top