Skip to main content

Healthcare Systems Article Category

Medical Factors Which make it The most effective  just by Sejal Kakadiya  Medicine and health agencies with now consentrate on top quality, charge together with great satisfaction health of their solutions. These are typically that support beams which a lot of these agencies redefine the direction they trade. The following really results in thrilled clients.  How come Serious Treatment Direction Can be a Trend Inside Medicine and health Sector  just by Steven Orange  A whole lot of North american healthcare systems' options are generally about that direction together with procedure with serious circumstances. Direction with serious health conditions which include diabetes, excessive circulation demand, cardiovascular disease, together with hypothyroidism can be a vital component of easiest treatment healthcare provider's succeed. Inside standard product, that general practitioner spots someone on an automobile accident with treatment, inspects that condition ...

Solved MCQ Questions on Microsoft Word set-3


1) Which of the following is not a special program in Ms Office?

A. Office Art

B. Clip Art

C. Word Art

D. Paint Art


2) Data fields ...

A. are indicated by columns in a table

B. may be left empty

C. separate data into many logical parts

D. May contain multiple lines of text


3) To close the active documents ..

A. Ctrl+W

B. Ctrl+C

C. Ctrl+Shift+C

D. All of the above


4) ............ is an animated character that gives help in Ms-office?

A. Office Worker

B. Comic Assistant

C. Office Assistant

D. None of the above


5) Right click on something in Ms Word ...

A. Deletes the object

B. nothing the right mouse button is there for left handed people

C. open the short cut list

D. inserts the picture


6) Which is not a data source component

A. Mail merge tool bar

B. Header row

C. Data fields

D. Data records


7) Which input device cannot be used to work in Ms-office?

A. Scanner

B. Light pen

C. Mouse

D. Joy Stick


8) Which of the following is not part of the merge process?

A. Date field

B. Merge field

C. Data source

D. Main document


9) Which key or key combination will move the insertion point to the bottom of your document?

A. Ctrl+End

B. Page down

C. Ctrl+Home

D. Ctrl+Page down


10) Which of the following in not a standard Ms-office Edition?

A. CE

B. Advanced

C. Standard

D. Professional


11) We can send the word documents ...

A. Microsoft Power Point

B. Microsoft Excel

C. Microsoft Access

D. All of the above


12) If you change a document and then try to close the word application, the word will ...

A. ignore any changes to the document

B. automatically save the changes without a message prompt

C. display a message prompting you to save changes

D. close without saving any changes to the document


13) Which key should be pressed to start a new paragraph in Ms-word?

A. Down Cursor key

B. Enter key

C. Shift+Enter

D. Control+Enter


14) Which of the following special characters can be used in a file name?

A. The semicolon(;)

B. The hyphen(-)

C. The period(.)

D. The pipe symbol(|)


15) The default page orientation of a Ms word is .....

A. Landscape

B. Portrait

C. Long side

D. Double long side


16) Which of these tool bars allows changing of fonts and their sizes?

A. Standard

B. Formatting

C. Print Preview

D. None of these


17) We can change direction of the text

A. Text box's text

B. Table's text

C. Both of the above

D. None of the above


18) The horizontal ruler provides features you can use to ...

A. record a macro

B. browse a document looking for text, graphics or tables

C. Move the insertion point below the end-of-file market

D. None of the above


19) Which bar is usually located below that title bar that provides categorized options?

A. Menu bar

B. Status bar

C. Tool bar

D. Scroll bar


20) To preserve any changes to the document currently displayed on your screen, you should

A. close the application

B. open a new document

C. move the document to the full screen

D. save the document frequently



Answers:

1) D. Paint Art
2) B. may be left empty
3) A. Ctrl+W
4) C. Office Assistant
5) C. open the short cut list
6) D. Data records
7) D. Joy Stick
8) A. Date field
9) A. Ctrl+End
10) B. Advanced
11) A. Microsoft Power Point
12) C. display a message prompting you to save changes
13) B. Enter key
14) B. The hyphen(-)
15) B. Portrait
16) B. Formatting
17) C. Both of the above
18) D. None of the above
19) A. Menu bar
20) D. save the document frequently


Related Posts:

For More Multiple Choice Questions(MCQ's): Click Here

Comments

Popular posts from this blog

Healthcare Systems Article Category

Medical Factors Which make it The most effective  just by Sejal Kakadiya  Medicine and health agencies with now consentrate on top quality, charge together with great satisfaction health of their solutions. These are typically that support beams which a lot of these agencies redefine the direction they trade. The following really results in thrilled clients.  How come Serious Treatment Direction Can be a Trend Inside Medicine and health Sector  just by Steven Orange  A whole lot of North american healthcare systems' options are generally about that direction together with procedure with serious circumstances. Direction with serious health conditions which include diabetes, excessive circulation demand, cardiovascular disease, together with hypothyroidism can be a vital component of easiest treatment healthcare provider's succeed. Inside standard product, that general practitioner spots someone on an automobile accident with treatment, inspects that condition ...

How to Automatically Troubleshoot and Fix Computer Problems

If you have problems on your computer and you don't know how to solve the problem, there is a feature on window which can automatically troubleshoot and fix computer problems, so why don't use it, that may solve your problem. Using this feature, you can click on a task to automatically troubleshoot and fix common computer problems. Here I have listed some common computer problem and their troubleshooting ideas to fix the problem. How to Run Programs Made for Previous Versions of Windows If you have problems for running programs in your computer that are made for previous versions of windows, you can use program compatibility troubleshooter to apply recommended compatibility settings for that program to run the program smoothly. Here are the steps to fix the problem for running programs made for previous versions of windows. First of all go to control panel then click on "Troubleshooting" option. On troubleshooting window, you can see the different options for fixing c...

How to create Changeable Date and Time Using JavaScript?

You can create changeable Date and Time using JavaScript Date object. JavaScript Date object will automatically hold the current date and time as its initial value. You can manipulate it easily by using different methods in Date object. The different methods in Date object I am going to use to create changeable Date and Time are as follows. Date():    Returns today's date and time. getDate(): Returns the day of the month from a Date object from 1-31. getDay():  Returns the day of the week from a Date object from 1-6 getMonth():Returns the month from a Date object from 0-11 getFullYear(): Returns the year, as a four digit number from Date object. getHours():   Returns the hour of a Date object from 0-23. getMinutes(): Returns the minutes of a Date object from 0-59 getSeconds(): Returns the seconds of a Date object from 0-59 Do do rest of the work you have to create a new Date() object and needs to use that value to get date, month, day name and time with hou...