Question

Explain how to delete a file using each of the following interaction styles 1)Direct manipulation 2)Menu...

Explain how to delete a file using each of the following interaction styles 1)Direct manipulation 2)Menu selection 3)Form fill-in 4)Command language 5)Natural language

0 0
Add a comment Improve this question Transcribed image text
Answer #1

By using the given Interaction styles a file can be deleted as given below :

1) Direct manipulation : In direct manipulation a file can be deleted by selecting it and just pressing the delete button , then the file is sent to recycle bin and and is disposed by time.

2) Menu selection : Click on more options button after selecting the file to be deleted and select trash to delete the file.

3) Form fill-in : In the form fill-in technique click on the file list tab in work bench , the list of files along with the action delete will be shown , click on delete to remove the file

4) Command Language : Go to command prompt , type the command del along with the file name and its type as del [filename.filetype] for exanmple :

del example.txt

5) Natural language : To delete a file using natural language the filename along with delete is used as, DELETE FILE

Add a comment
Know the answer?
Add Answer to:
Explain how to delete a file using each of the following interaction styles 1)Direct manipulation 2)Menu...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • chpater 7&8 Designing the user interface: strategies for effective human-computer interaction (textbook) 1.An airline company is...

    chpater 7&8 Designing the user interface: strategies for effective human-computer interaction (textbook) 1.An airline company is designing a new on-line reservation system. They want to add some direct-manipulation features. For example, they would like customers to click a map to specify the departure cities and the destinations, and to click on the calendar to indicate their schedules. From your point of view, list four benefits and four problems of the new idea compared with their old system, which required the...

  • Question 1 a. Define the following matrices in a script file (M-file), ? = ( 8...

    Question 1 a. Define the following matrices in a script file (M-file), ? = ( 8 9 10 11; 23 9 16 15 ;11 12 3 6; 1 2 8 9 ) ? = ( 2 21 7 15; 12 4 8 22; 23 9 5 13; 23 4 21 22) ℎ = (4 9 12 15) b. Add suitable lines of codes to the M-file to do the following. Each of the following points should be coded in only...

  • Create a file with the following information using either vi. 1 Ida Rather teacher 2 Adrian...

    Create a file with the following information using either vi. 1 Ida Rather teacher 2 Adrian Wall Historian 3 Grant Hill Sportsman 4 Bill Gates Genius 5 Alex Bell Inventor Sort file people by their last name, placing the results in a file called peoplelast. (Check your work by displaying peoplelast with the command more peoplelast.) Enter the sort command used: _______________________________________ Sort the original file people by their 'Occupation', displaying the output on the screen. Enter the sort command...

  • CSC 130 Lab Assignment 8 – Program Menu Create a C source code file named lab8.c...

    CSC 130 Lab Assignment 8 – Program Menu Create a C source code file named lab8.c that implements the following features. Implement this program in stages using stepwise refinement to ensure that it will compile and run as you go. This makes it much easier to debug and understand. This program presents the user a menu of operations that it can perform. The choices are listed and a prompt waits for the user to select a choice by entering a...

  • Using the following definition (List.h file) for a list, implement the member functions (methods) for the...

    Using the following definition (List.h file) for a list, implement the member functions (methods) for the List class and store the implementation in a List.cpp file. Use a doubly linked list to implement the list. Write the client code (the main method and other non-class methods) and put in file driver.cpp. file: List.h typedef int ElementType; class node{ ​ElementType data; ​node * next; node* prev; }; class List { public: List(); //Create an empty list bool Empty(); // return true...

  • Write a C++ menu driven Payroll program. Must be user friendly.   Menu 1. Check data file  ...

    Write a C++ menu driven Payroll program. Must be user friendly.   Menu 1. Check data file   2. Read Data file 3. Process payroll for one employee 4. Process payroll for all employees 5. Print out to a text or an HTML file 6. Exit You must use the following Payroll classes, structures, pointers, arrays, enum, vector, recursive, advance file I/O, STL, iterators and containers. The program to process an input file below to calculate tax of 28% and output it...

  • Using Excel Sheet to answer the following make sure you submit the file with the work...

    Using Excel Sheet to answer the following make sure you submit the file with the work required The following data represent the number of refrigerators sold for each of the past five months for Templeton Appliances. Month Sales 1. Using two-period Simple moving average to fill the rest of the table 2. Using forecasting command.The sale forecast for Month 6 is 3. Using forecasting command. The sale forecast for Month 7 is

  • VI Exercise Ex 1. At your home directory, create a new file “test1” which contains following...

    VI Exercise Ex 1. At your home directory, create a new file “test1” which contains following 2 lines, save and exit. Hello, This is my vi test file SOI Asia project stands for School of Internet Asia project Ex 2. Edit file “test1” to contain following content. Change content on first line by using command “x” to delete unwanted characters and then inserting desired texts. Then use “G” to go to last line and press “o” to insert text at...

  • 1. Explain the difference between the /etc/profile and the ~/.bash_profile file. Which one is executed first?...

    1. Explain the difference between the /etc/profile and the ~/.bash_profile file. Which one is executed first? 2. Edit your .bash_profile file as follows: 1. Welcome the user 2. Add your home directory to the path if it is not there 3. Set erase to the Backspace key using stty. 4. Type source .bash_profile. What is the function of the source command? 3. What is the default primary prompt? 1. Change the prompt to include the time of day and your...

  • Write a set of C++ programs to implement the following operations listed in the menu function...

    Write a set of C++ programs to implement the following operations listed in the menu function below. a. File: main.cpp - contains the main function b. File: arrayhw.cpp – contains the 1D array function implementations c. File: arrayhw.h – contains the 1D array function prototyped declarations d. May create other files to implement any other needed function The main menu function should display the following: Main Menu, 1D Array Functions Enter a number to choose one of the following actions:...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT