Q1) Q2) What is the term for programming directly using the instruction set of a
ID: 2995993 • Letter: Q
Question
Q1)
Q2)
What is the term for programming directly using the instruction set of a specific
chip architecture?
Q3)
You have a matrix with 42323 times 42323 entries double precision floating point numbers (64 bit). How many Mb and how many Gb do you need to store that matrix? (write the entire
calculation down)
Explanation / Answer
2) machine code
3) total entries = 42323 * 42323
total size = total entries * 64 bits ( since each number occupies 64 bits)
size in bytes = total size/8 bytes ( 8 bits = 1 byte )
= total size/(8*1024*1024) Mega Byte
= total size/(8*1024*1024*1024) GigaByte
= 13.345750 GigaByte
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.