A3 Flashcards

1
Q

What is an operating system?

A

Coordinates all the operations of your computer

Manages all resources such as CPU and RAM usage, controls software and hardware, and is essential for user interaction with the computer.

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

List the features built into an operating system to improve security.

A
  • User Authentication
  • Anti-virus and firewall software
  • Back-up facilities

These features help protect the system from unauthorized access and data loss.

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

What is the role of networking in an operating system?

A

Manages communication (protocols) within the network and externally

Governs and controls data transmission as well as managing and maintaining the network using utility programs.

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

What does memory management in an operating system involve?

A
  • Allocates space/memory to files/programs/clipboard items
  • Decides how much each process gets memory and at what time
  • Monitors each memory location’s status (free/allocated)

This ensures efficient use of system memory.

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

What is the purpose of multi-tasking in an operating system?

A
  • Allocates each task a slice of processor time
  • Keeps track of the user’s position in each task
  • Allows switching between tasks without losing information

This enhances user productivity by enabling simultaneous task execution.

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

How does an operating system manage peripheral devices?

A

Uses programs called device drivers

Device drivers communicate with hardware and translate requests between a device and the computer.

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

What are factors affecting the performance of an operating system?

A
  • Malware (Viruses, Worms, Spyware)
  • Unsupported systems
  • Limited size of Memory (RAM)
  • Limited CPU Speed
  • Fragmented Hard Drive
  • Virtual Memory usage
  • Cost of OS and training
  • Compatibility with software and hardware

Each factor can significantly impact system efficiency and security.

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

What are the characteristics of a Single User – Multi Tasking OS?

A
  • Familiarity for users
  • Improves productivity/efficiency
  • Only one user accesses the PC at a time
  • No additional costs for the OS

This type of OS is common in personal computers.

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

Name some built-in accessibility features of operating systems.

A
  • Adjust system settings (screen resolution, brightness)
  • Font/text size adjustments
  • Use of narrator/text to speech
  • Speech recognition
  • On-screen keyboard
  • Adapted user interface

These features improve usability for individuals with disabilities.

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

List some peripheral accessibility features for people with disabilities.

A
  • Microphone
  • Braille/concept/large-key keyboard
  • Braille printer/embosser
  • Braille screen/display
  • Speakers/headphones
  • Large monitor

These peripherals enhance interaction for users with specific needs.

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

What are the advantages of using an open source operating system?

A
  • Access to source code for customization
  • Collaboration with other users for improvements
  • Quicker bug fixes than proprietary software
  • Potentially more secure
  • Free ongoing support from the community

These benefits can lead to a more tailored and secure user experience.

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

What are the disadvantages of using an open source operating system?

A
  • Compatibility issues with existing software
  • Some specialized applications may not run
  • Possible lack of features
  • Reliance on community support
  • Compatibility with college systems may be difficult

These drawbacks can hinder functionality and user experience.

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

What does GUI stand for?

A

Graphical User Interface

A GUI is an interface designed around graphical icons and images.

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

What is a key advantage of Graphical User Interfaces?

A

More intuitive and easier to learn/use

Users recognize icons instead of learning complicated code or commands.

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

What is a disadvantage of Graphical User Interfaces?

A

They use a lot of memory and processing power

This can lead to slower performance compared to command-line interfaces.

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

What does WIMP stand for in the context of user interfaces?

A

Windows, Icons, Menus & Pointers

This type of interface uses graphical icons and a pointer for navigation.

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

What is one advantage of Command Line Interfaces?

A

Quicker for experienced users to complete tasks

Familiar users find it much more efficient than navigating a GUI.

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

What is a significant disadvantage of Command Line Interfaces?

A

Not intuitive and requires knowledge of commands

Beginners may find it very difficult to use.

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

What is an Adaptive Interface?

A

A user interface that adapts to the needs of the user

It collects data over time to anticipate user actions and preferences.

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

List two advantages of Adaptive Interfaces.

A
  • Creates less confusion for the user
  • Tailor-made interface for the user’s needs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What is a disadvantage of Adaptive Interfaces?

A

Can be difficult to create and prone to mistakes

They may also have security issues as they store user preferences.

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

What is the purpose of a user interface?

A

Provides a method for a user to communicate/interact with the computer system

This includes navigating the hardware and software to carry out tasks.

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

What is a Menu Driven Interface?

A

An interface that presents the user with a list of options

Commonly used in self-service kiosks like ATMs.

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

True or False: Command Line Interfaces are still commonly used by novice users.

A

False

They are primarily used by experienced users for tasks like network management.

26
Q

Fill in the blank: A _______ interface is designed to be user-friendly for the target audience.

A

Graphical User

27
Q

What is one key feature a user interface should have for ease of data entry?

A

At least one appropriate method to ease data entry

Examples include drop-down menus or radio buttons.

28
Q

What is a practical activity related to user interfaces mentioned in the lesson?

A

Design a new interface for parents to access their child’s progress

The design should be user-friendly to encourage usage.

29
Q

How does a Command Line Interface benefit older equipment?

A

It requires much less memory and processing power

This makes it suitable for weaker computer systems.

30
Q

What can be a barrier when using Command Line Interfaces?

A

The language of the commands

If commands are in a language not known by the user, it can cause difficulties.

31
Q

What should be included in the design of a user interface to gain maximum marks in an exam?

A
  • All fields included with labels
  • Appropriate methods to ease data entry
  • Accessibility features
  • Onscreen instructions
  • Navigation buttons
32
Q

What is a key takeaway from the lesson regarding user interfaces?

A

User interfaces are the way users interact with computer systems

Different types of interfaces have their own advantages and disadvantages.

33
Q

What determines whether the software upgrade will be ‘off the shelf’ or bespoke?

A

The current software

If the software is bespoke, it allows for features tailored to specific needs.

34
Q

What must be ensured for software compatibility?

A

Compatibility with:
* Current operating system
* Current hardware
* Previous versions of application software

This is crucial to avoid issues with existing setups.

35
Q

What is the importance of minimizing downtime during software implementation?

A

To reduce disruptions during the changeover

Especially important for designers who need to demonstrate designs to clients.

36
Q

When is the best timing for a software upgrade?

A

When the software is least likely to be in use, e.g., overnight

This helps minimize impact on productivity.

37
Q

Who should carry out the software upgrade?

A

In-house IT or an outside agency

Using an outside agency may raise security concerns.

38
Q

What type of support is needed post-implementation?

A

Onsite help and call desk facilities

Important for designers traveling who may encounter software issues.

39
Q

What is a key advantage of JPEG file types?

A

Reduced file size and faster rendering

JPEG uses lossy compression, which helps in these aspects.

40
Q

What is a disadvantage of using JPEG file types?

A

Lower image quality compared to bitmap

JPEG images may appear pixelated or distorted.

41
Q

What should be considered when choosing file types for podcasts?

A

Common/popular file type and small file size

This maximizes audience reach and reduces software installation needs.

42
Q

What are the characteristics of AVI file formats?

A

Versatile, compatible with multiple platforms, less compression

Results in larger file sizes, which may delay content streaming.

43
Q

What is a key feature of MP4 file formats?

A

Supported by most digital platforms and retains high video quality

MP4 files can store video, audio, images, and text.

44
Q

What does AVCHD stand for?

A

Advanced Video Coding High Definition

Used for HD video playback and digital recording.

45
Q

What is the main advantage of using WebM video format?

A

Open source and enables online video streaming on most devices

Requires minimal power for compression and decompression.

46
Q

What is a video codec?

A

Software or hardware that compresses and decompresses digital video

Essential for viewing video files effectively.

47
Q

What is the difference between lossy and lossless codecs?

A

Lossy codecs save larger amounts of space compared to lossless

Affects the quality of the video and file size.

48
Q

What is the purpose of disk utilities in utility software?

A

To maintain the performance of a computer’s disk drive

Disk utilities include functions like disk cleanup and defragmentation.

49
Q

What are network utilities designed to do?

A

Maintain good network traffic and keep networks secure

Examples include software firewalls and network monitoring tools.

50
Q

What is the function of a software firewall?

A

To ensure security by stopping/monitoring incoming and outgoing traffic

Firewalls help protect against unauthorized access.

51
Q

What does anti-virus software do?

A

Prevents computers from receiving viruses and detects/removes existing viruses

Anti-virus software is essential for system protection.

52
Q

What is the purpose of disk cleanup utilities?

A

To free up disk space and increase performance by removing unnecessary files

This includes temporary files, cached webpages, and items in the Recycle Bin.

53
Q

What is open source software?

A

Software that provides access to the source code, allowing customization

Users can modify it to meet specific needs.

54
Q

What is a primary advantage of open source software regarding cost?

A

Generally free or very cheap to purchase

This contrasts with proprietary software, which can be expensive.

55
Q

How does open source software support differ from proprietary software?

A

Community support is usually cost-free, while proprietary support can be expensive

Open source relies on user contributions for maintenance.

56
Q

What is a disadvantage of open source software concerning user experience?

A

Interfaces and functions may differ from proprietary software, causing problems

Users may face a learning curve when switching.

57
Q

What is a compatibility issue associated with open source software?

A

Difficulties sharing files if not saved using portable formats

Proprietary formats can hinder access to documents.

58
Q

What is a potential issue regarding support for open source software?

A

Support and development may be sporadic or stop/change without notice

This can affect users who rely on ongoing updates.

59
Q

What vulnerability is associated with open source software?

A

Vulnerable to malicious users who can exploit unpatched vulnerabilities

Regular updates are crucial to maintaining security.

60
Q

Fill in the blank: Disk defragmenters are utilities designed to _______.

A

optimize disk performance

They rearrange fragmented data to improve access speed.