Unit 1 - A3 - Computer software in an IT system Flashcards

1
Q

What is a file type?

A

File types helps the computer determine which software will be used to access the file and how or where it should be stored.

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

What are the common image types?

A

.bmp (BITMAP) .tif (TIFF) .jpg (JPEG) .gif (GIF) .raw (RAW)

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

What are the common video Types?

A

.mov (MOV) .avi (AVI) .mp4 (MPEG4)

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

Name some common application software file types:

A

Microsoft Office’s Word (.docx), Excel (.xlsx) and Access (.mdb)

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

What is meant by compatibility when talking about file types and why is this an issue?

A

Some file types only work with certain software. For example, spreadsheet application would not be able to open a word processing document (.docx)
This may be an issue because you may need to purchase new software. Sharing files with others who do not have the required software.

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

Give advantages and one disadvantage of using JPEG as a file type.

A

It can be opened by most software applications; Take up less memory than many other file types necause the file is compressed when it’s saved; Useful for email attachments; Disadvantage : Quality might not be high enough for some purposes.

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

What’s the difference between MP3 and MP4?

A

MP3 only stores audio files while MP4 holds both audio and video data with high quality.

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

What is the disadvantage of MP3 and MP4 files?

A

They are not protected file types and this has led to piracy.

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

The role of operating system in networking (NOC)

A

Network operating system provides printer, database and application sharing, common file system and managing security and housekeeping aspects.

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

The role of operating system in security (OS Security)

A

It’s a way to protect the system from threats, bugs, viruses or any malware hackers. It safe guards any assets of computer that is capable of being stolen, edited or deleted.

  • User Authentication
  • Antivirus and firewall software
  • Backup facilities
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

The role of operating systems in memory management.

A

The operating system manages the computer’s resources, such as its memory.
To do this the operating system decides and tracks:
*Which processes to allocate memory to.
*How much memory to allocate to each process
*When to un-allocate memory
*Transferring data to the pagefile (or swapfile) on the HDD (VIRTUAL MEMORY) temporarily to free RAM (Paging or swapping)

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

The role of the operating system in device drivers

A

A device driver is a small piece of software which manages the communication between a device and the IT system. The OS comes with generic device drivers to work with a wide variety of devices, however most devices have their own drivers which take full advantage of the device’s capabilities.

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

What is open source software

A

Open source software is where the code used to create the software (source code) is available to anyone to copy, change and adapt it to meet their needs.
It is often free, with support and fixes provided by a community of users (via online forums).
Testing is not always as thorough as proprietary software and reliability is not guaranteed.

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

What is proprietary software?

A

Software that only the original authors can legally copy, inspect and alter the source code.

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

How can people other than the original developer access the source code of proprietary software?

A

Someone in possession of the correct licence could also alter the software source code, but generally this is not permitted.

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

What is another name for proprietary software?

A

Closed Source

17
Q

What are the features and impact of a command-line interface

A

When using a command line interface the user must type commands using the keyboard and the system provides output by printing text to the computer monitor.
This allows an experienced user to control the system very quickly, without wasting system resources on rendering complex graphics for a GUI.

18
Q

What are the features and impact of a graphical user interface.

A

A graphical user interface (GUI) uses graphics, images, menus and buttons to accept input and display outputs. Inputs can be accepted through keyboard, mouse or touch screen. GUIs allow less experienced users to access a system. It also allows users to visually design documents etc through the graphical environment.