Topic 1-Digital Data Flashcards

1
Q

Difference between information and data

A
  • An information system processes data and produces information
  • Data consists of raw facts and figures with no meaning attached.When data is processed (or given meaning) it produces information
  • Therefore data is information
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Storing data

A
  • Computers store data in a binary digit form
  • A Binary digit (known as a bit) has a value of 1 or 0
  • A nibble is represented as 8 bits
  • A character (such as a letter or digit) is represented by 1 byte or (8 bits)
  • Multiples of bytes are referred to as
    • 1 kilobyte(Kb)=1024 bytes
    • 1 megabyte(Mb)=1024 kilobytes
    • 1 gigabyte (Gb)=1024 megabytes
    • 1 terabyte (Tb)=1024 gigabytes
  • These terms are used to describe computer memory capacity and the capacity of external storage devices
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Data types

A

Numeric:

  • An integer number:
    • can be a positive or negative whole number
    • has no decimal or fractional parts
  • Real numbers:
    • include whole numbers (integers) and numbers with decimal/fractional parts

Date/Time:

  • Long date is displayed as; Sunday,April 1,2018
  • Medium date is displayed as 1-Apr-2018
  • Short date is displayed as 01/04/18
  • Long time is displayed as 13:26:34
  • Medium time is displayed as 01:26PM
  • Short time is displayed as 13:26

Character/String

  • A character is a single letter or digit represented by the codes from the character set
  • ASCII is a character set based on each character being represented uniquely by a single byte
  • A string is textual data in the form of a sequence of characters
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Representing images

A
  • A pixel is the smallest unit of a digital image that can be displayed and edited
  • Each pixel can have its own individual colour and is stored as a series of binary digits
  • Combing pixels together will produce a complete image
  • The quality of an image is referred to as ‘image resolution’
  • The greater the resolution,the greater the file size
  • A typical JPEG image uses 24 bits to store a pixel
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Bitmap and vector images

A
  • Bitmap graphics store details about every individual element (pixel) of the image
  • Storing every pixel means the file size of a bitmap image can be very large
  • A bitmap image can also be compressed,which reduces the file size
  • Vector-based graphics store information about the components that make up an image
  • Components are based on mathematical objects such as lines,curves and shapes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Buffering and streaming a video

A
  • Streaming allows a video to be viewed on a website without a time delay
  • Using streaming means the user can start watching the video as it downloads in ‘real time’
  • A buffer is part of the memory used to store a downloaded part of the video before watching it
  • When the user is watching part of the video a buffer is used to download the next part of the video
  • Buffering helps prevent possible disruptions if there are time delays in streaming while the video is playing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Representing sound

A

Factors that affects sound quality:
-Sample rate-Number of audio sound samples captured per second to represent the sounds digitally

  • Bit depth-The number of bits used for each sound sample
  • The quantity of data measured in bits that is processed in a given amount of time
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Analogue to digital conversion

A
  • An analogue signal is a continuous varying signal that represents a physical quantity
  • Examples of analogue signals include sound waves and temperature
  • An analogue to digital converter (ADC) will sample a signal at regular time intervals
  • Samples are then converted to digital format
  • The frequency at which samples are taken is known as the sample rate,measured in Hertz (Hz)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Data portability

A
  • Data portability is the ability to transfer data from one computer to another or form one software application to another without having to re-enter the data.
  • This is made possible by using a range of file formats
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

JPEG

A

Joint Photographic Expert Group files support the compression of images

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

TIFF

A

Tagged Image File Formats store bitmapped images

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

PNG

A

Portable Network Graphics allow data compression of bitmapped graphics

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

PICT

A

The standard file format for apple graphics

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

GIF

A

Graphics Interchange Format supports bitmapped image file format.Animated GIFs combine a series of GIF images and display them one after the other

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

TXT

A

A plain text document that contains no text formatting

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

CSV

A

A comma-separated value file is a text-format file used by database and spreadsheet applications

17
Q

RTF

A

Rich Text Format is used for text-based documents such as word processing

18
Q

MP3

A

A file format for compressing sound

19
Q

MP4

A

Similar to MP3 but a file format that compresses both sound and video

20
Q

MIDI

A

Musical Instrument Digital Interface allows sound samples to be interchanged between different digital musical instruments

21
Q

MPEG

A

Moving/Motion Picture Experts Group is a set of standards for compressing digital video

22
Q

AVI

A

Audio Video Interleaved is a multimedia file format

23
Q

PDF

A

Portable Document File is a file format that is read only.The PDF file generated is usually smaller in file size than the original file

24
Q

WAV

A

Windows Audio Waveform is a file format standard for storing an audio bit stream on PC’s

25
Q

WMA

A

Windows Media Audio is an audio data compression file format

26
Q

Data compression

A
  • Websites require fast image and audio download speeds
  • Reducing the storage requirements of image files and audio files means faster upload and download speeds to and from the internet
  • Data compression is used to to reduce file size and at the same time maintain the quality of the data contained in the file
  • There are 2 main types of data compression:lossy and lossless
27
Q

Lossy compression

A

Lossy compression reduces the file size by removing some data,such as reducing the number of colours used in a small reduction in the quality of an image.JPEG is an example of a lossy compression method

28
Q

Lossless compression

A

Lossless compression maintains the quality of the file,therefore no data is lost.An example is WinZip,which reduces the file size for sending data over the internet an it can be recreated (unzipped) exactly as the file was before it was compressed

29
Q

Pixel

A

The smallest unit of a digital image that can be displayed and edited on a computer screen

30
Q

Bitmap graphics

A

Store details about every individual element (or pixel) that makes up an image

31
Q

Vector-Based graphics

A

Store information about the components that make up an image;these components are based on mathematical a objects such as lines,curves and shapes

32
Q

Streaming

A

Process that allows video to be viewed on a website straight away without having to wait for the full video to be downloaded

33
Q

Buffer

A

Computer memory used to store a part of the video downloaded before it is watched

34
Q

Data portability

A

Transferring data from one computer to another or from one software application to another without having to re-enter the data

35
Q

Define Data compression

A

Used to convert digital data to convert digital data to as small a size as possible while still maintaining the quality of the data combined in the file;allows data to be sent over the internet with acceptable transmission