WorksheetsSistemas Operativos
Total questions: 13
Worksheet time: 12mins
What is the purpose of an operating system?
To manage hardware and software resources
To provide a graphical user interface
To execute applications
To connect to the internet
Which operating system is developed by Apple Inc.?
Windows
Linux
Mac OS
Ubuntu
What is a characteristic of Linux?
It is open-source
It is paid software
It is only for servers
It is developed by Microsoft
List the most common operating systems for computers.
What are the recent versions of Windows?
What does the command 'DIR' do in CMD?
List files and folders in a specific directory
Change directory
Create a new folder
Clear the screen
How do you move to a folder directly inside your current folder?
cd 'folder_name'
cd ..
mkdir 'folder_name'
start 'file'
What is the shortcut to go back one step in your current directory path?
cd ..
cd 'folder_name'
DIR
cls
What does the command 'start' do in CMD?
Opens files and launches programs
Lists files and folders
Changes directory
Clears the screen
How do you change the color in CMD?
color #n
mkdir 'folder_name'
rmdir 'name'
cd ..
What command is used to create a new folder?
mkdir 'folder_name'
rmdir 'name'
cd 'folder_name'
cls
What does the command 'rmdir' do?
Deletes empty or non-empty folders
Creates a new folder
Lists files and folders
Changes directory
What does 'cls' do in CMD?
Clears the screen
Lists files and folders
Changes directory
Creates a new folder
