the operating system Flashcards
why is the operating system an important part of software?
you couldn’t run any of your other software without it
operating systems ____ hardware and ____ software
manage, run
the operating system is the software that’s responsable for making sure everything _____
runs smoothly
popular examples of desktop operating systems
windows, macOS, and linux
some other functions of the operating system:
- managing the memory and the processor
- creating and managing user accounts to
ensure that a user’s files are secure - allowing the user to access the computer in an easy way by providing a user interface
- allowing the user to create and exit files and organising where they’re sorted
user interfaces make _____ the computer easier
navigating
graphical user interfaces (GUIs)
they are visual - they use icons, menus and windows to make it easy for everyday users to interact with the computer system
they normally allow the user to customise how the interface looks with different colours or by changing the layout
how are Android and IOS’s interfaces designed for touch screen devices?
their interfaces use finger gestures like pinching and swiping instead of a mouse
command-line interfaces
they are text based - the user types in comands which the operating system then carries out
why might we use a command-line interface?
this type of interface is more complicated to use but can be more powerful, which is why programmers sometimes prefer it
advantage of operating systems
they make finding files easier, as they keep them in an organised structure
how is data stored?
in files and directories
what is a file?
a block o fdata that’s stored under one name, called its filename
e.g. an image file, or a letter written in a word processor
what is the extra bit at the end of a file name called, and what is it used for?
an extenstion, it is used to identify the file format and which program should be used to open it
what is a directory?
it tells the operating system where on a disk the files are, how big each file is, when it was created, and so on.
in most operating systems, these directories are called folders