A day Computer Science Manzoor Do Now Nested If Statement Classwork: IDE, Python language description
Do Now due 2:30 PM
Q. What is nested if-statement?
Note:
https://www.tutorialspoint.com/python/nested_if_statements_in_python.htm
CLASSWORK:
Q1. An IDE of Python consists of: Text Editor Debugger Linker All of these
Note: IDE stands for Integrated Development Environment. It's a coding tool which allows you to write, test, and debug your code in an easier way, as they typically offer code completion or code insight by highlighting, resource management, debugging tools,
Q2. Python is a : Low level language Machine language High level language Assembly language
Python is considered a high level programming language because it is highly abstracted from the Assembly Language used to provide instructions to the CPU. While Assembly Languages are considered low level, they are not the lowest level.
Machine language is the lowest level.
Note:
https://www.tutorialspoint.com/python/nested_if_statements_in_python.htm
CLASSWORK:
Q1. An IDE of Python consists of: Text Editor Debugger Linker All of these
Note: IDE stands for Integrated Development Environment. It's a coding tool which allows you to write, test, and debug your code in an easier way, as they typically offer code completion or code insight by highlighting, resource management, debugging tools,
Q2. Python is a : Low level language Machine language High level language Assembly language
Python is considered a high level programming language because it is highly abstracted from the Assembly Language used to provide instructions to the CPU. While Assembly Languages are considered low level, they are not the lowest level.
Machine language is the lowest level.
Comments
Post a Comment