Module 2 Unit 1 Flashcards
which notions system supports, presenting the largest numbers using the fewest digits: binary, decimal, or hexa decimal?
hexadecimal. Each hex can store 16 bits of information.
what is the decimal number 75 in binary and hexa decimal?
0100 1011 in binary and 4B in hex.
what data type provides for whole numbers only?
Integers
what is the difference between the char and string data types?
Char stores a single textual character in a fixed length field (made up of one byte). A string is a variable length field for storing a sequence of characters.
which data representation format can encode the widest range of characters?
Unicode can represent millions of characters
what type of legal protection could be obtained for a novel software algorithm?
patents so you can enforce ownership even if altered.
what data of protection technology could you implement in in order to restrict the type of activity that users could employee on digital project that they have purchased or rented?
Digital rights management (DRM)
What part of the process of data analytics is most closely supported by meaningful reporting?
Insights are the “end product” to the analytic process.