Python Answer Key Format Cie
Python Answer Key Format Cie
1. Python is a high-level, versatile programming language known for its simplicity and
readability Easy to Learn and Read,Interpreted and Interactive,Cross Platform,Extensive 2M
Standard Library,Dynamic,Typing,Object Oriented,Memory,Management
any 2
2.
Interpreters and compilers are both tools used to translate high-level programming
languages into machine code or another form that a computer can execute
2M
Translation Process:
Compiler: Compilers translate the entire source code into machine code or an
intermediate language in a single batch process. The resulting executable file can be run
multiple times without needing to re-translate the code.
Interpreter: Interpreters translate source code into machine code or intermediate code
line by line, executing each line immediately after translation. There is no separate
compilation step, and the code is translated and executed on the fly.
8.
A file is a named location on disk to store related information. You can think of it as a
container for data. Text Files,Binary Files,Compressed Files,Compressed 2M
Files,Executable Files,Temporary Files,Log Files any two
Question Solution Marks
Number Allocated
SIGNATURE OF FACULTY HOD