Class 7 Cyber Tools
Class 7 Cyber Tools
4. The Octal number system (Oct) consists of 8 digits, from 0 to 7, with the base 8. The
concept of Octal number system came from the Native Americans as they used to
count numbers by using the space between their fingers rather than using their
fingers. The procedure of ‘Octal to Decimal’ conversion is similar to 'Binary to Decimal'
conversion. The only difference is the change of base.
5. Hexadecimal number system consists of 16 digits, numbers 0-9 and the letters A-F,
where A-F represent decimal numbers from 10 to 15. That means, A is equivalent to
10, B is equivalent to 11, C refers to 12, and so on. The base of this number system is
16.
WORKSHEET
(Chapters 1, 2, 3, 4 and 5)
A. Fill in the blanks:
1. 16
Shift + Y
WORKSHEET
Chapters 6, 7, 8, 9 and 10
A. Fill in the blanks:
1. Sequential
2. List
3. Keylogger
4. String
5. Relational
6. Assignment
7. Padding
8. Software Piracy
9. Internet
B. State True or False:
1. False
2. True
3. True
4. True
5. False
6. True
7. True
8. True
9. False
10. True
C. Choose the best answer:
1. b. Encryption
2. a. LIST-STYLE-IMAGE
3. c. =
4. b. <table> tag
5. a. Bot
D. Answer in one word or a sentence:
1. Replication Operator '*'
2. if…elif…else statements
3. Text Transform
4. Line-Height Property
5. Computing Ethics
E. Answer the following:
1. Plagiarism is the usage or imitation of the language and thoughts of another person
and projected as one's own original work.
2. Modulus (Remainder)- To find the remainder when one value is divided by the other.
3. Input() function is used to accept the value for a variable from the user.
4. Control Statements alter the flow of execution by changing the order of execution by
repeating or skipping the execution of a few statements, subject to a given condition.
5. To set margins in an HTML document, Margin properties are used. For example,
• Margin-top: Sets the top margin of an element
• Margin-right: Sets the right margin of an element
• Margin-bottom: Sets the bottom margin of an element
• Margin-left: Sets the left margin of an elemen