Font size
WorksheetsCLI and GUI
Total questions: 20
Worksheet time: 10mins
Which command will change the current working directory in the command prompt?
CD
CWD
CHANGE
GOTO
What is meant by a user interface?
A screen overlay for the monitor
Allows a user to interact with the computer (hardware)
A picture for learning computer
Type of hardware
What is meant by a Graphical User Interface (GUI)?
The user has to type in specific commands to do things like moving and copying files.
The user communicates with the operating system using windows, icons, menu and pointers (WIMP) e.g. Windows.
What is meant by a Command Line Interface (CLI)?
The user has to type in specific commands to do things like moving and copying files.
The user communicates with the operating system using windows, icons, menu and pointers (WIMP) e.g. Windows.
Which of the following operating systems can you freely modify if you choose?
Linux
OS X
iOS
Windows
Your friend is going to purchase a new iPhone. Which operating system will be instead on it?
iOS
iPhone OS
OS X
OS Mac
What is meant by systems software?
Includes operating system and utilities software. Tells computer hardware what to do and provides a user interface (OS). Maintains, optimises and cleans a computer (Utilities).
A set of programs that controls how the user interacts with the hardware and software of a computer.
What is meant by an operating system?
Includes operating system and utilities software. Tells computer hardware what to do and provides a user interface (OS). Maintains, optimises and cleans a computer (Utilities).
A set of programs that controls how the user interacts with the hardware and software of a computer.
Which the example of user interface goes to?
Command Line Interface (CLI)
Graphical User Interface (GUI)
Universal Serial Bus (USB)
Virtual Interface (VI)
Which of the example of user interface goes to?
Command Line Interface (CLI)
Universal Serial Bus (USB)
Graphical User Interface (GUI)
Virtual Interface (VI)
Define the term 'peripheral'
A piece of software designed to tell a peripheral what to do.
Any input, output or storage device that connects to a motherboard. (Keyboard, mouse, webcam, printer, hard disk drive).
Windows 10
System interface
A personal computer can function without an operating system.
True
False
What does WIMP stand for?
Windows, Icons, Mouse, Pull down menus.
Windows, Interface, Mouse, Pull down menus.
Windows, Interface, Menu, Pointers.
Windows, Icons, Menus, Pointers.
Your friend is beginner user computer. Which of user interface that you will suggest to your friend?
Command Line
Graphical
Voice Command
Name three commonly used operating systems.
Windows
Mac OSX
Ubuntu
Virtual Reality
Macintosh
Command in CLI for list the contents of your directory is ...
LS
LIST
DIR
MD
How to delete the "Tigger.txt" file in this CLI.
del Tigger.txt
rd tigger
del Tigger
rd Tigger.txt
Which command for clearing the screen in CLI
cls
cl /s
clear /a
cl /s /a
Change the directory to an existing subdirectory of the C: drive (root) called "Cats".
cd cats..
cd.. cats
cd Cats
cd\ cats
Create a directory (folder) on the root of C: drive called "Dogs".
md dir Dogs
md c:\Dogs
rd Dogs
md dir c:\Dogs
