Software Flashcards
What information is shown in project management software
- Timeline
- Task Breakdown
- Resources required
- Milestone
- critical path
What are the advantages of using design view in Web Authoring Software over Code view
- WYSIWIG
- Reduces Human Error
- No need to learn or memorize any code
- Easier to rearrange items.
Why does a fragmented Hard Drive slow down the system
Some systems store programs and applications wherever there is free space left on the hard drive. This causes data to be fragmented.
Fragmented data can be stored in different locations in a platter, different platters in a cylinder or even different disks. When the data has to be retrieved, it has to be retrieved from these multiple locations, causing a reduced speed of data retrieval and slow down of application loading times.
What does disk defragmentation software do
This type of software re-orders the fragmented data so that they are as close to each other as possible, which increases the data transfer speeds
What is a general purpose computer
These computers are able to perform a range of tasks and run different types of software. Ex : Laptops, tablets or smartphones.
What is a single purpose computer
These computers are able to only run one specific piece of software. Ex : washing Machine, Dish Washer.
What are the different types of software
- System Software
2. Application Software
What is system software
These are types of programs that are able to maintain and operate the computer system
What is application software
These are programs that are used to allow the user to perform specific tasks. Ex : writing essays using word processing software.
What is utility software
These are a form of system software that carries out configuration and maintenance tasks.
What is an Operating System
These allow the user to control and manage the hardware of the system
What are the types of utility software
- Backup software
- Disk defragmentation
- Compression
- Formatting
- Anti-malware
Why is not recommended to defragment an SSD
Because an SSD stores data as electrical charges and they do not have any moving parts. So the computer’s access speeds will not change.
When you defragment an SSD it will also reduce the number of write cycles you will have for the SSD and reduce it’s life span.
This is why many operating systems do not allow the user to defragment their SSDs and offer another utility called trimming, which does not result in a loss of write cycles.
What is compression software
This is a type of software that is used to reduce file sizes and increase storage space on a storage device.
What does formatting utilities ask the user before formatting a storage media
- File system
- File Unit Size
- Name of the disk
- Confirmation from the user to format the media
What are the 2 types Operating Systems
- Single-purpose operating systems
2. Network Operating Systems