Byte Code 7 Answer Key
Byte Code 7 Answer Key
CLASS - 7
Chapter 1: Number System
A. Fill in the blanks.
1. 2
2. Decimal
3. 8
4. Binary
5. Hexadecimal
B. State True or False.
1. False
2. True
3. True
4. True
5. False
C. Select the correct option.
1. a. Binary
2. a. 1
3. b. 10-15
4. b. 1
5. a. 2
D. Answer the following questions.
1. A number system is a way of expressing numbers using digits or symbols. Different types
of number systems include: Decimal Number System, Binary Number System, Octal
Number System, and Hexadecimal Number System
2. The steps to convert a decimal number to a binary number:
● Divide the decimal number by 2.
● Record the quotient below the number and the remainder to the right.
● Repeat the previous step until the quotient becomes zero.
● The binary equivalent is obtained by reading the remainders in reverse order.
3. LSD (Least Significant Digit) is the rightmost digit in a number. For example, in the number
456, 6 is the LSD. Whereas, MSD (Most Significant Digit) is the leftmost digit in a number.
In the number 456, 4 is the MSD.
4. A computer understands binary number system. It consists of only two digits, i.e., 0 and 1.
The data that is entered into a computer is converted into its binary equivalent.
5. The hexadecimal number system consists of 16 digits: 0-9 and the letters A-F, where A-F
represents digits 10 to 15 with the base 16. This number system is also known as Hex,
where Hex=6 and Decimal = 10, so it is called the Hexadecimal.
My Activity on Number System (Page 15)
A. Convert the following:
a. (68)10 = (1000100)2
b. (987)10 = (1111011011)2
c. (10101)2 = (21)10
B. Perform binary addition on the following:
a. 10101+00111=11100
b. 11001101+1000101101=1011111010
c. 1101+1001=10110
C. Find the difference between the following binary numbers:
a. 10011−01010=1001
b. 11001001−01100110=1010111
c. 111−001=110
Chapter 2: Browsing Safely
A. Fill in the blanks.
1. Cyberbullying
2. Cybercrime
3. Cybergrooming
4. Password, OTP
5. Antivirus
B. State True or False.
1. False
2. False
3. True
4. True
5. True
C. Select the correct option.
1. a. Hacking
2. c. Identity Theft
3. b. Cyberbullying
4. a. Firewall
5. b. Bank Fraud
D. Competency-based question.
Vinita should suggest a strong password that combines uppercase and lowercase
letters, numbers, and special characters.
E. Answer the following questions.
1. Cybercrime is any criminal activity intended to harm anyone using a computer and an
internet connection. An example of cybercrime is online identity theft, which refers to the
act of stealing and misusing someone's personal information, such as login credentials or
financial details.
2. Phishing is the act of sending an email to a user; misleading him to believe that it is from a
trusted person or organisation. The user is asked to visit a fake website and update or
validate his personal details, such as his username, password, and credit card details. This
information is used by criminals to commit crimes in your name.
3. Two ways to protect ourself from being a victim of cybercrimes are:
● Do not accept friend requests from unknown people on social media.
● Do not share your personal details, like date of birth, phone number, address, and
parents' office address on social media.
4. In email spoofing, the receiver of a message is fooled into believing that the message
received by him is from a trusted source, which is actually not true. The message is bogus.
When a user clicks on the link that is falsely provided by the sender, the malware or virus
enters the user's system.
5. Cyber security is a collection of technologies, processes, and practices designed to protect
networks, computers, programs, and data from attack, damage, or unauthorised access.
Worksheet 1(Chapters 1 to 3)
A. Fill in the blanks.
1. 13
2. Downloading
3. Virus
4. Share
B. Select the correct option.
1. b. Microsoft Edge
2. b. 1
3. a. Phishing
4. b. Sign out
C. Answer the following questions
1. To convert the hexadecimal number (4F)₁₆ to the decimal number system:
(4F)₁₆ = (4 * 16¹) + (F * 16⁰)
= (4 * 16) + (15 * 1)
= 64 + 15
= 79
2. Bank fraud is the use of illegal methods to get money or other things that belong to a bank
or its customers. In this case, the fraudsters might pretend to be a bank or financial
organisation to trick people into giving them money.
Worksheet 4 (Chapter 8)
Do it yourself.