0
0
Which of the following is NOT a mouse usage?
Which of the following is NOT a mouse usage?
1). Moving the cursor
2). Entering data
3). Drag and drop
4). Selecting
1). Moving the cursor
2). Entering data
3). Drag and drop
4). Selecting
This Question has 2 answers.
A computer mouse is an input device that is most often used with a personal computer. Moving a mouse along a flat surface can move the on-screen cursor to different items on the screen. Items can be moved or selected by pressing the mouse buttons (called clicking). The mouse has two buttons, the left button, and right button, with a scroll wheel in between the two.
\r\nUse of a mouse:
\r\n- \r\n
- Move the mouse cursor - The primary function is to move the mouse pointer on the screen. \r\n
- Open or execute a program - Once you\'ve moved the pointer to an icon, folder, or other object clicking or double-clicking that object opens the document or executes the program. \r\n
- Select - A mouse also allows you to select text or a file or highlight and select multiple files at once. \r\n
- Drag-and-drop - Once something is selected, it can also be moved using the drag-and-drop method. \r\n
- Hover - Moving the mouse cursor over objects with additional hover information can help discover the function of each object on the screen. For example, hover the mouse over the hover link to see an example. \r\n
- Scroll - When working with a long document, or viewing a long web page, you may need to scroll up or down. To scroll, use the mouse wheel, or click and drag the scroll bar. \r\n
\"Entering the data\"
Similar Questions
- In an alloy, zinc and copper are in the ratio 1 : 2. In the second alloy, the same elements are in the ratio 2 : 3. If these two alloys be mixed to form a new alloy in which two elements are in the ratio 5:8, the ratio of these two alloys in the new allow
- Direction: Read the following information carefully and answer the questions that follow: P, V, X, A, D, I, K and U set out for trip for different number of days such as 2, 8, 11, 5, 6, 4, 7 and 3, they go to the trip in the same order but the order of n
- X and Y are two alloys which are prepared by mixing zinc and aluminium in the ratio of 1 : 4 and 11 : 8 respectively. If equal quantities of alloys are melted to form a third alloy Z then what is the ratio of zinc and aluminium in alloy Z?
- Study the following information carefully to answer these questions.A vehicle starts from point P and run 10 km towards North. It takes a right turn and runs 15 km. Now it runs 6 km after taking a left turn. Finally, it takes a left turn, runs 15 km and s
- Suppose A is an abstract class, B is a concrete subclass of A, and both A and B have a default constructor. Which of the following is correct?1. A a = new A();2. A a = new B();3. B b = new A();4. B b = new B();