Module 2 Unit 1 Flashcards

1
Q

which notions system supports, presenting the largest numbers using the fewest digits: binary, decimal, or hexa decimal?

A

hexadecimal. Each hex can store 16 bits of information.

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

what is the decimal number 75 in binary and hexa decimal?

A

0100 1011 in binary and 4B in hex.

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

what data type provides for whole numbers only?

A

Integers

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

what is the difference between the char and string data types?

A

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.

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

which data representation format can encode the widest range of characters?

A

Unicode can represent millions of characters

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

what type of legal protection could be obtained for a novel software algorithm?

A

patents so you can enforce ownership even if altered.

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

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?

A

Digital rights management (DRM)

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

What part of the process of data analytics is most closely supported by meaningful reporting?

A

Insights are the “end product” to the analytic process.

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