computer science 1.5 !

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/31

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

32 Terms

1
New cards

what does an operating system do?

manages hardware and provides a user interface (so they can interact with hard ware)

2
New cards

examples of operating systems?

android os, mac os, ios, linux

3
New cards

what is a GUI?

graphical user interface

4
New cards

what is in a GUI?

windows, icons, menus, pointers

5
New cards

what do pointers do in a GUI?

click on windows and icons

6
New cards

what do icons do in a GUI?

represent complex functions

7
New cards

what do menus do in a GUI?

organise data and bring up context sensitive menus

8
New cards

what is a menu driven interface?

displays data in a series of linked menus

9
New cards

advantages of menu driven interface?

user friendly (easy as commands dont need to be memorised)

10
New cards

disadvantages of menu driven interface?

tedious as there can be many menus to go through

11
New cards

examples of where menu driven interfaces are used?

TVs, ipods, older nokias

12
New cards

what is a command line interface?

users interact by typing commands

13
New cards

disadvantages of a command line interface?

many programs to learn and mistakes can delete data (mostly only for professionals)

14
New cards

what is a voice activated/natural language interface?

hardware controlled by speaking commands to a listening device

15
New cards

advantages of a natural language interface?

hands free and speeds up process

16
New cards

disadvantages of a natural language interface?

instructions are limited and can be misheard

17
New cards

how does the OS manage users?

allocates accounts, organises user log ins and passwords

18
New cards

what are access rights?

users can only view their own files and only some can read without editing files

19
New cards

how does the OS manage files?

lets you see properties of files, makes sure files aren’t overwritten and manages where files are so can be retrieved

20
New cards

what does the OS do with peripherals?

recieve input/sends output, copy files from disk to main memory and copy files to secondary storage

21
New cards

what does a data buffer do and why?

in the ram or os, it manages and it gives load at the peripheral’s speed as it isn’t as fast as the CPU

22
New cards

what are drivers?

small programs that act as instruction manuals for a peripheral

23
New cards

what do drivers do?

allow for communicating with OS and allowing control of the peripheral

24
New cards

what happens if the incorrect driver is used?

the OS cannot communicate with the device and it will not work

25
New cards

how does OS manage RAM?

it keeps track of available locations in RAM to store data or new instructions

26
New cards

how does the OS manage memory?

ensures there’s enough space to run without interfering with other processes!

27
New cards

how does the OS enable multitasking?

it tracks active programs by giving each one access to the memory it needs when required

28
New cards

what does utility software do?

performs a specific task and is related to maintenance / optimisation of a computer system

29
New cards

what is encryption ?

scrambling data into unreadable format using a key so attackers cant understand if intercepted during transmission

30
New cards

how does the HDD become slower over time (fragmentation) ?

files are split and stored wherever possible, so when retrieved the read/write head has to physically move more to retrieve all parts of file

31
New cards

how does defragmentation work?

this software reorders files so it is stored consecutively + orders free space together so new files aren’t fragmented

32
New cards

what is other examples of utility software ?

firewalls, backups, compression, anti-malware