{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

1.2 Flashcards

(22 cards)

1
Q

ROM (3)
properties (what is it)

A

A small piece of read only memory located on the motherboard

Non volatile

Contains very first instructions for the computer boostrap

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

RAM

A

Temporary storage of instructions and data

Holds information being executed by the processer

Volatile

Much faster than the hard disk

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

Primary storage e.g’s

A

RAM, ROM, registers and cache

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

Secondary storage e.g’s

A

Solid state storage devices, USB memory sticks
optical storage devices, such as CD, DVD and blu-ray discs magnetic storage devices such as hard disk drives

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

Primary storage properties

A

With exception of ROM all volatile

ROM is considered real only

Relatively small capacity compared to secondary storage
is very fast relative to secondary storage

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

Secondary storage properties

A

All non volatile
Much larger storage capacity compared to primary storage
much slower than primary storage

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

Why is secondary storage required (3)

A

Secondary storage is needed because the memory in a computer system is either ROM which is read only and cannot be changed or the ram which is volatile and is lost when the power is switched off

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

Order of what the computer does when being turned on

A

The CPU receives power and gets its initial start up instructions from the bootstrap contained on the ROM

The operating system + other software and data stored on non-volatile secondary storage devices such as the hard disk can be loaded by the CPU into main memory, RAM so it can be accessed quickly

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

Advantages of optical storage and disadvantages

A

Advantages: Thin, lightweight, portable and cheap

Disadvantages: Low capacity compared to other types of storage

Slow to access data

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

Magnetic (Hard disk drive, tape) Advantages and disadvantages

A

Advantages
High storage capacity
Quick to access data
Cheap

Disadvantages:
Has moving parts, which eventually fail
Fragile
Slow access times
Perform better if defragmented

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

Solid state (SSD, Memory sticks, Flash memory cards) Advantages and disadvantages

A

Advantages: Very quick to access data
No moving parts, very reliable
No noise
Low power
No need to defragment

Disadvantages:
Limited number of read/write cycles
Expensive compared to other types of storage

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

Formula for calculating file size in text files +

A

(7 * num of charachters including spaces) / 8

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

Formula for calculating file size in audio files

A

(sample rate * duration * bit depth) / 8

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

Formula for calculating file size in images

A

(image height * color depth * image width) / 8

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

How can data be converted into binary in RAM

A

They either hold a charge in having the value of one and not holding one would be 0

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

How can data be converted into binary in a hard disk

A

Using magnets north and south being 1 and 0

17
Q

How can data be converted into binary in a optical disc

A

Light can either be reflected on the surface or not

18
Q

How can data be converted into binary in a solid state memory devices

A

By trapped electrons or free electrons 0 or 1

19
Q

Whats an advantage of just having two states of electronic components

A

Easier to manufacture
Therefore cheaper

More reliable

20
Q

Convert 12 denary to hex

21
Q

Convert 24 denary to hex

22
Q

convert 230 denary to hex