Fco 5
Fco 5
Fco 5
PLAN 2024-2025
Exercises
1
FCO - Subject 1: Introduction to computers
1.1.1. What technological advance does mark the beginning of the computer's third generation?
ANSWER: D
1.1.2. Where do programs are stored in a computer based on Von Neumann's architecture?
ANSWER: E
ANSWER:
010000010011,0101BCD = 413,5 10
ANSWER:
ANSWER:
101,12 = 5,8 16
2
FCO - Subject 1: Introduction to computers
1.2.4. Convert the following binary string 11,012 into octal form.
ANSWER:
11,012= 3,2 8
1.2.5. Convert the following octal number 7118 into hex format.
ANSWER:
1.2.6. Convert the following octal number 101,18 into hex format.
ANSWER:
1.2.7. Convert the following hexadecimel number 54F7,1116 into octal format.
ANSWER:
ANSWER:
110011101,12= 413,5 10
1.2.9. Convert the following decimal number 635,410 into octal format.
ANSWER:
3
FCO - Subject 1: Introduction to computers
ANSWER:
1.2.11. Convert the following decimal number 635,410 into binary format.
ANSWER:
635,410 = 1001111011,0110 2
Period= 0110
1.2.12. Convert the following decimal number 2165310 into octal format.
ANSWER:
1.2.13. Convert the following decimal number 90060910 into hex format.
ANSWER:
4
FCO - Subject 1: Introduction to computers
ANSWER:
First step: You MUST obtain the decimal value (There is no other way!):
Be careful each digit is a binary digit (You cannot expand it)
00111000BCD = 38 10 = 100110 2 = 46 8
These steps are similar when it is necessary to obtain the hex format of a string in bcd format.
The difference is in the third step.