Looking for FIT1047 Introduction to computer systems, networks and security - S1 2025 test answers and solutions? Browse our comprehensive collection of verified answers for FIT1047 Introduction to computer systems, networks and security - S1 2025 at learning.monash.edu.
Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!
Given is this circuit with inputs X1, X2, X3, X4 and output Y:
X1
X2
X3
X4
Y
Calculate the output Y for the following values of the inputs:
X1
| X2
| X3
| X4
| Y
|
---|---|---|---|---|
0 | 0 | 0 | 1 | |
0 | 1 | 0 | 0 | |
1 | 0 | 0 | 0 | |
1 | 1 | 0 | 0 | |
1 | 1 | 1 | 0 |
Given is this circuit with inputs X1, X2, X3, X4 and output Y:
X1
X2
X3
X4
Y
For the following two questions, only enter a sequence of four 0s and/or 1s, without spaces or commas. E.g.,
Give an input sequence for X1,X2,X3,X4 that results in Y=0:
Give an input sequence for X1,X2,X3,X4 that results in Y=1:
Given are two unsigned 7-bit binary numbers:
x = 0110110
y = 1101101
Calculate x-y using 8-bit two's complement binary numbers. The first row is pre-filled with the binary representation of . In the second row, enter the 8-bit two's complement representation of . In the third row, enter the carry bits for the addition. The final row is for the result.
x | 0 | 0 | 1 | 1 | 0 | 1 | 1 | 0 | |
-y | |||||||||
+carry | |||||||||
= |
Enter the result written as a decimal number:
Complete the questions below based on the following encoding table.
The table contains 128 different characters, numbered from 0 to 127. Note how the characters of the English alphabet are not listed in the usual order. However, the order of lower-case and upper-case characters is the same: The table lists the lower-case characters first (starting with x, d, o, ...), followed by some symbols and then the upper-case characters (X, D, O, ...).
For each character, you are given its hexadecimal code. For example, the character ] has hex code 2a.
! 00 e 20 » 40 M 60
@ 01 h 21 0 41 Z 61
# 02 q 22 1 42 V 62
$ 03 f 23 2 43 Y 63
% 04 m 24 3 44 T 64
^ 05 z 25 4 45 J 65
& 06 v 26 5 46 ™ 66
* 07 y 27 6 47 £ 67
( 08 t 28 7 48 ¢ 68
) 09 j 29 8 49 € 69
- 0a ] 2a 9 4a ∞ 6a
+ 0b ∫ 2b 0 4b § 6b
= 0c \ 2c X 4c ¶ 6c
{ 0d : 2d D 4d • 6d
} 0e ; 2e O 4e ª 6e
[ 0f " 2f C 4f º 6f
x 10 < 30 R 50 ≠ 70
d 11 > 31 S 51 ± 71
o 12 , 32 L 52 ‡ 72
c 13 . 33 W 53 | 73
r 14 / 34 U 54 74
s 15 ? 35 I 55 ¯ 75
l 16 ` 36 A 56 ˘ 76
w 17 ~ 37 G 57 ¿ 77
u 18 ≤ 38 B 58 Ú 78
i 19 ≥ 39 P 59 Æ 79
a 1a ÷ 3a K 5a µ 7a
g 1b … 3b N 5b © 7b
b 1c æ 3c E 5c ® 7c
p 1d “ 3d H 5d ¬ 7d
k 1e ‘ 3e Q 5e √ 7e
n 1f « 3f F 5f ≈ 7f
Convert the letters of the word "Seal " into the corresponding character codes from the table above. The final letter has already been converted for you. You can look up the hexadecimal code in the table. Then convert the code into the different number representations (decimal, binary) by hand.
Enter each number without leading zeros, and without type indicators such as 0x or 0b.
Character | Hex | Decimal | Binary |
---|---|---|---|
S | |||
e | |||
a | |||
l | 16 | 22 | 10110 |
Decode the following 4-letter word. Each character is given in binary notation. Convert the binary to hexadecimal and then look up the character in the encoding table above.
Binary | Hex | Character |
---|---|---|
1010010 | ||
100111 | ||
11111 | ||
10000 |
Type your attendance CODE
Complete the questions below based on the following encoding table.
The table contains 128 different characters, numbered from 0 to 127. Note how the characters of the English alphabet are not listed in the usual order. However, the order of lower-case and upper-case characters is the same: The table lists the upper-case characters first (starting with M, Q, J, ...), followed by some symbols and then the lower-case characters (m, q, j, ...).
For each character, you are given its hexadecimal code. For example, the character ] has hex code 2a.
! 00 P 20 5 40 … 60
@ 01 Y 21 6 41 æ 61
# 02 G 22 7 42 “ 62
$ 03 D 23 8 43 ‘ 63
% 04 N 24 9 44 « 64
^ 05 + 25 0 45 » 65
& 06 = 26 m 46 ™ 66
* 07 { 27 q 47 £ 67
( 08 } 28 j 48 ¢ 68
) 09 [ 29 f 49 € 69
- 0a ] 2a a 4a ∞ 6a
M 0b ∫ 2b i 4b § 6b
Q 0c \ 2c e 4c ¶ 6c
J 0d : 2d t 4d • 6d
F 0e ; 2e o 4e ª 6e
A 0f " 2f s 4f º 6f
I 10 < 30 k 50 ≠ 70
E 11 > 31 z 51 ± 71
T 12 , 32 u 52 ‡ 72
O 13 . 33 v 53 | 73
S 14 / 34 x 54 74
K 15 ? 35 h 55 ¯ 75
Z 16 ` 36 c 56 ˘ 76
U 17 ~ 37 r 57 ¿ 77
V 18 ≤ 38 w 58 Ú 78
X 19 ≥ 39 b 59 Æ 79
H 1a ÷ 3a l 5a µ 7a
C 1b 0 3b p 5b © 7b
R 1c 1 3c y 5c ® 7c
W 1d 2 3d g 5d ¬ 7d
B 1e 3 3e d 5e √ 7e
L 1f 4 3f n 5f ≈ 7f
Convert the letters of the word "Lynx " into the corresponding character codes from the table above. The final letter has already been converted for you. You can look up the hexadecimal code in the table. Then convert the code into the different number representations (decimal, binary) by hand.
Enter each number without leading zeros, and without type indicators such as 0x or 0b.
Character | Hex | Decimal | Binary |
---|---|---|---|
L | |||
y | |||
n | |||
x | 54 | 84 | 1010100 |
Decode the following 4-letter word. Each character is given in binary notation. Convert the binary to hexadecimal and then look up the character in the encoding table above.
Binary | Hex | Character |
---|---|---|
100011 | ||
1010010 | ||
1010110 | ||
1010000 |
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!