Memory and Storage Flashcards

1
Q

Explain the difference between volatile and non-volatile storage plus state an example of both.

A

1.Volatile storage is temporary and when power is turned off is lost an example is RAM
2.Non-Volatile storage saves the data even when powered off and can be stored long term an example is ROM

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

explain why the PC requires primary storage

A

is low-capacity, internal storage that can be directly accessed by the CPU

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

Describe and state what information is stored within RAM

A

RAM is Volatile storage and stores running programs and parts of the operating system. RAM is made up of a large number of storage locations that can be identified under a unique address

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

Describe and state what information is stored within ROM

A

ROM is non-volatile storage and stores the Boot program/BIOS. The BIOS loads up the operating system to take over managing the computer.

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

Describe and state what information is stored within Virtual memory

A

is used when RAM is full. it temporarily moves data not currently being used from RAM to the Hard drive/SSD This helps free up space in the RAM

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

justify which secondary storage would be used when Sending videos and pictures to family in Australia through the post and why

A

Magnetic storage would be the best as they are very portable, very durable and high capacity

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

justify which secondary storage would be used when Storing a presentation to take into school and why?

A

A USB flash drive/solid state storage would work best as it is lightweight and has high capacity.

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

justify which secondary storage would be used when Backing up an old computer with thousands of files to a storage device and why

A

Magnetic storage would work the best as magnetic tape can store large amounts of data

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

explain why computers use binary to represent data

A

all computers consist of billons of switch’s which only have two values: 0 (off) and 1 (on) this is binary

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

put in order from smallest to largest:
kilobyte, byte, gigabyte, nibble, megabyte, bit

A

bit, nibble, byte, kilobyte, megabyte, gigabyte

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

put in order from smallest to largest:
gigabyte, petabyte, kilobyte, byte, terabyte, megabyte

A

byte, kilobyte, megabyte, gigabyte, terabyte

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

A hard drive contains 25GB of remaining available storage space. Tim is an animator backing up video files. Each file is 200MB. How many files can he fit on the hard drive?

A

125 files

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

Samantha is a musician. She has compressed each song to 900KB. Her USB memory stick contains 1.2GB of free storage. How many songs can she fit on the USB stick?

A

1333

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

A CD has a capacity of 650MB. How many 0.2GB audio files can be stored on the CD?

A

3.5 or 3 whole

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

Explain why hexadecimal numbers are used as an alternative to binary. Use an example.

A

hexadecimals are easier to read and is a shorthand version of binary making it shorter and easier to make less mistakes

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

Convert the following values from binary to denary:

a. 00101010

b. 11011011

17
Q

Convert the following values from denary to binary:

a. 35

b. 79

A

a.00100011
b.01001111

18
Q

Convert the following values from binary to hexadecimal:

a. 11110101

b. 01100111

19
Q

Explain what an overflow error is.

A

when a the result in binary addition is above 255 and cannot be held because it is over 8bits and cannot be held

20
Q

Add together the following binary values. If an overflow error occurs you must state one has occurred.

a. 01011001 and 01000101 [2]

b. 11011011 and 01011101 [2]

c. 00110110 and 01101011 [2]

A

a.10011110
b.00111000 there was a overflow error
c.10100001

21
Q

What is a character set and why are they needed?

A

these are necessary as they allow computers to exchange data to humans and humans to input data

22
Q

Describe 3 differences between ASCII and Unicode.

A

ASCII has 8 bits and 256 possible characters and American standard code UNICODE is multi cultural being able to use many languages and has 16 bits and over 60,000 possible characters

23
Q

A text file uses the Unicode character set and contains 150 characters. What would the file size be in kilobytes?

A

150x16=2400

24
Q

what is the file size calculation

A

file size = resolution x Color Depth

25