Week 2 Flashcards

1
Q

In Herman Hollerith’s punch card design, how would the number 7 be represented?

A

No punches in the first three columns, but one in the 7th row

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

In Herman Hollerith’s punch card design, how would the letter C be represented?

A

Punch in row 12 and then punch the number 3 row underneath.

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

Explain the relationship between Hollerith’s punch card notation and binary representation.

A

1 punch implied a 1 and two in the same column implied a 0.

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

Explain the relationship between the binary numbering system and the function provided by the transistor.

A

Two states can be on of off, light or no light, hole, or no hole, and voltage or no voltage. The two states “0” and “1” can be represented a voltage of 0 volts for zero value, and 5 volts for one value, this is how transistors and switches function.

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

Translate the base-10 value 174 to binary. Express the result as a byte.

A

10101110

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

Translate the base-10 value 421 to binary. Express the result as two bytes.

A

110100101

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

Express the character ‘P’ in binary.

A

0101 0000

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

Explain the relationship between word and byte.

A

8 bits make a byte and 2 bytes make a word (or 16 bits make a word)

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

Explain the relationship between word and byte.

A

8 bits make a byte and 2 bytes make a word (or 16 bits make a word) in a 16 bit processor. However the bigger processors like 32 bit (32 words) and 64 bit (64 words) have larger words

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

How many bytes are occupied by data that is said to be 12 words, assuming we are using a 16-bit processor.

A

24 bytes

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

Explain why 64-bit processors have the potential to perform their tasks more quickly than 32-bit processors

A

32 bit processors can only process 32 words at a time while a 64 bit processor can access 64 words at a time.

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

Explain why 64-bit processors have the potential to perform their tasks more quickly than 32-bit processors

A

32 bit processors can only process 32 words at a time while a 64 bit processor can access 64 words at a time, meaning 64 bit can do twice the amount of calculations a 32 bit can at a time.

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

Encrypt the phrase “I LOVE MSIS” using the one-time pad value “HELP”.

A

PPZKLQDXZ

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

Explain how to decrypt a value that was produced by encrypting some original plain text with the one-time pad value “HELP”.

A

Using the

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

Explain how to decrypt a value that was produced by encrypting some original plain text with the one-time pad value “HELP”.

A

The numeric values are determined from there positional values of the alphabet. You find the numerical value of both the text and the one-time pad value and line them up in a way in which the original plaintext without spaces is up top

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

Explain how to decrypt a value that was produced by encrypting some original plain text with the one-time pad value “HELP”.

A

The numeric values are determined from there positional values of the alphabet. You find the numerical value of both the text and the one-time pad value and line them up in a way in which the original plaintext number are up top and the one-time pad numbers are underneath. Then subtract to find the value you can correspond with the numerical value of the alphabet.