Question:- 2. Which is the smallest? (a) -1, (b) -1/2, (c) 0, (d) 3.
Answer:- The smallest number is -1. (a) is correct
Question:- Combine terms: 12a + 26b -4b – 16a. (a) 4a + 22b, (b) -28a + 30b, (c) -4a + 22b, (d) 28a + 30b.
Answer:- 12a + 26b -4b – 16a. = 12a – 16a + 26b – 4b. = -4a + 22b. Answer: (c)
Question:- What is |-26|? (a) -26, (b) 26, (c) 0, (d) 1
Answer:- |-26| = 26. Answer: (b)
Question:- Find the value of 3 + 2 • (8 – 3) (a) 25, (b) 13, (c) 17, (d) 24, (e) 15.
Answer:- Solution: 3 + 2 • (8 – 3) = 3 + 2 (5) = 3 + 2 × 5 = 3 + 10 = 13 Answer: (d)
Question:- The sum of two numbers is 75 and their difference is 20. Find the difference of their squares.
Answer:- Solution: If the sum of two numbers is x and their difference is y, then the difference of their squares is xy. Here x= 75 and y = 20 75 × 20 = 1500
Question:- What is pep 8?
Answer:- PEP stands for Python Enhancement Proposal. It is a set of rules that specify how to format Python code for maximum readability.
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
