Question:- What is the difference between .py and .pyc files?
Answer:- The .py files are the python source code files and .pyc files are the bytecode of the python files. .pyc files are created when the code is imported from some other source. The interpreter converts the source .py files to .pyc files.
Question:- What is PYTHONPATH?
Answer:- PYTHONPATH performs a similar function as PATH. This variable instructs the Python Interpreter where to find the imported module files. The Python source library directory must be included.
Question:-
Answer:- A function is a section of code that is only run when it receives a call. As demonstrated below, the def keyword is used to define a specific function.
Question:- What are Keywords in Python?
Answer:- Python uses reserved words with specific meanings called keywords. They are typically employed to specify the kind of variables. Variable and function names are not permitted to contain keywords. The following 33 keywords are available in Python
And Or Not If Elif Else
And Or Not If Elif Else
Question:- What are the common built-in data types in Python?
Answer:- Python is compatible with the following built-in data types: forms of immutable data Data types that are Number, String ,Tuple Data types that are Number String Tuple List, Dictionary, set
Question:- Why are critical thinking skills so important when conducting online research?
Answer:- Critical thinking is the ability to analyze facts and form a judgment. It is a form of emotional intelligence. Someone with critical thinking skills can think clearly and rationally when the situation demands it. It allows them to perform problem-solving and decision-making more effectively .
Question:- How to apply a solid 2-point brown border to a power point
Answer:- 1.Select the image you want to add a border to, then click the Format tab. 2.Click the Picture Border command. A drop-down menu will appear. 3.From here, you can select a color, weight (thickness), and whether the line is dashed. 4.The border will appear around the image. hope you like answer
Question:- Why is it crucial for businesses to commit to cloud computing at scale?
Answer:- it can lead to increased, sustainable growth
Question:- A coded html command specifies how a certain section of a web page will be displayed.
Answer:- Body tag or Style tag
Question:- _____________ Transmission occurs when a computer and keyboard are in communication.
Answer:- Simplex transmission
Question:- How many broadcast domains are created when a 12-port switch is used to segment a network.
Answer:- 1.12, 2.3,4.1
Question:- What is HTML?
Answer:- HTML stands for Hyper Text Markup Language. HTML is the standard markup language for creating Web pages. HTML describes the structure of a Web page. HTML consists of a series of elements. HTML elements tell the browser how to display the content.
Question:- What property is 4+5=5+4
Answer:- Commutative property of Addition
