Revision of Chap 1to 3
Revision of Chap 1to 3
(1) The _________ in the CPU is capable of performing arithmetic and logical
operations.
(2) Data processing is a means of transforming ________ into information.
(3) Python programs are saved using the _______or ________ extension.
(4) Operators that act upon two operands are referred to as_______ operators.
(5) A ________ is a reserved named location that stores values.
(6) Binary number system has digits as ____ and _______.
(7) A collection of 8 bits is called a __________.
(8) Forward indexing of a string starts with index _____.
(9) Output of print(15*25+36/4//3-9)
(10)The smallest individual unit of a program is known as _______