SET 3 Flashcards

1
Q

Describe advantages of proprietary

A
  • Guaranteed support if software fails
  • Software is well tested and bug/virus free
  • software is easy to install
  • Free updates are often provided to the user
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Describe disadvantages of proprietary

A
  • Software requires a single or multiple licence to be bought
  • user has no say over the facilities within the language
  • newer version may need to be purchased after OS updates
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Give benefits of open Source software

A
  • The Source Code is freely available on the Internet
  • anyone can modify the software
  • software is usually free
  • software is being updated and improved continually
  • it evolved in response to the needs of the community using the software
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Give disadvantages of open source

A
  • User interface is often poorer and lessuser-friendly
  • more open to abuse such as virus infection
  • hidden costs such as external support
  • less official support provided as support is provided by the developers/ users
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What do operating systems now have so they can work in smartphones and tablets

A
  • low hardware requirements (RAM and processor speed)

- OS designed for touch input -OS uses less power as tablets are Battery powered

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Where is the operating system stored

A
  • In ROM or

- a disc based OS which is loaded into RAM each time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Describe how the os allows restrictions to be set up

A
  • Different groups/profiles

- Different rights/ permissions -Set up a public folder

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How can you use software that is only available for an older OS

A

Use an emulator which imitates the older OS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What effect does updating the os have

A

Apps are written to work on specific OS

- so updating the OS may mean the app won’t work without an update to suit the new version of OS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

State two jobs of the os

A

Memory management

file management

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Describe file management

A
  • Allocates HD to programmes/ files

- Allocates access rights and permissions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Describe memory management

A

Allocates RAM to programs/ files

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Give two advantages of a mobile friendly website rather than a separate mobile app

A
  • Websites can be updated easily and updates accessible by all users
  • only need to maintain 1 item rather than different apps for different platforms
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How Can companies ensure there apps can be used by everyone

A
  • Create a web based app rather than a native app
  • this can then be viewed on any browser regardless of the operating system
  • so there is no need to install an app on an OS
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Why does an app need different translation for each type of smartphone

A

-Each process/OS Type will have a difference machine
language
-so will require a translated machine code program for each smartphone

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Give an advantage of multi platform apps

A

Give sellers competitive economic advantage as lot more potential buyers

17
Q

Give 3 reasons why the software/ app will not work on a device or is not compatible with a device

A
  • The memory is full and the app/ software cannot be installed /run
  • incompatible version of the operating system
  • unsuitable interface
18
Q

Describe portability

A

Program/ software runs on different types of computers and/ or different operating systems

19
Q

Describe two hardware considerations for an emulator program running

A
  • Ensure games instructions processed at same speed as original Hardware
  • Compensate for differences in colour depth of the monitor
  • compensate for differences in resolution from original to high resolution monitor
  • Allow for use of modern input devices such as mouse etc
20
Q

What is the purpose of an emulator

A
  • A program/ software that allows a version of an other devices operating system to run within a PC
  • offers stimulation of the original features
21
Q

Reasons for using an emulator

A
  • Software can be developed more easily on the PC that The Originals device
  • offers stimulation of the original features
  • limitations of the original device
22
Q

What is virtual reality

A

An advanced form of stimulation that can create the illusion that the user is part of the computer’s world

23
Q

Why would you use virtual reality rather than a real computer system

A
  • Access virus infected data without causing damage to computer
  • to allow snapshot of computer States and restore them when required
24
Q

How to calculate the range of numbers that can be stored

A

2 to the power of bits - 1

25
Q

How to calculate graphics size

A

Pixel *Pixel * DPI *DPI * No of bits for colors = Answer in bits

26
Q

How is video stored

A

As sequence of bitmap images

27
Q

How to calculate video file size

A

Pixel * Pixel * No of bits for colors(byte) * Time * Frame rate per second