Unit 1 - Digital Data Flashcards

1
Q

define Data

A

raw facts and figures

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

define Information

A

data that has been processed

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

What does it mean by processing?

A

searching, sorting, validation, conversion, analysis & calculation

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

What is a ‘bit’ short for? Define and give an example

A

Binary Digit. It’s the smallest unit of data that can be stored by a computer. 1 or 0.

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

How many bits are there in a nibble

A

4

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

How many bits does a byte have? Explain what a byte can be and give an example

A
  1. A single keyboard character e.g. letter A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Order of Units of storage smallest to largest

A

bit, nibble, byte, kilobyte, megabyte, gigabyte, terabyte

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

define Data type

A

a general classification of data that tells the computer how the programmer intends to use the data

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

State 5 data types

A

numeric, date/time, character, string, boolean

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

Numeric data type: Integer and Real

A

Integer is a whole number and a Real numeric is a number that contains a decimal point

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

Date/Time data type

A

a date or time can be stored

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

Character data type

A

a single alphanumeric character

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

String data type

A

a series of alphanumeric characters

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

Boolean data type

A

true or false

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

What’s a commonly used character set for storing Characters?

A

ASCII - American Standard Code for Information and Interchange

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

What’s Unicode?

A

the new standard for representing characters of all the languages in the world. It can represent 2^16 unique characters

17
Q

The word “pixel” is made up of?

A

picture and element

18
Q

define Pixel

A

smallest unit of an image that can be changed. Basically a tiny block of colour that a computer uses to build up an image.

19
Q

What do you call an image made up of pixels?

A

bitmap image (as it uses a ‘map’ of where the ‘bits’ of information are stored)

20
Q

What’s the Resolution of an image

A

the number of pixels used in an image

21
Q

What happens if we adjust the image resolution high in a bitmap image

A

high quality images and more storage space needed

22
Q

Vector graphics use?

A

lines, curves and shapes

23
Q

state 3 features of a Vector image

A

can be resized very easily, stretched without losing the quality of an image, image quality doesn’t depend on resolution

24
Q

Give an example of each: bitmap and vector graphics

A

bitmap - photographs

vector - diagrams