Multiple choice technology operating systems A file can be created using touch vi cat a&b Reveal answer Fill a bubble to check yourself D Correct answer Explanation Both touch and vi can create files. touch creates an empty file immediately, while vi opens the text editor and creates the file when you save. Since both A and B are valid methods, D (a&b) is correct.