Python Programming.
Algorithm - Correct Answers A Set Of Specific Steps For Solving A Category Of Problems Token - Correct Answers Basic Elements Of A Language(Letters, Numbers, Symbols) High-Level Language - Correct Answers A Programming Language Like Python That Is Designed To Be Easy For Humans To Read And Write. Low-Level Langauge - Correct Answers A Programming Language That Is Designed To Be Easy For A Computer To Execute; Also Called Machine Language Or Assembly Language Keyword - Correct Answers Define The Language's Syntax Rules And Structure, And They Cannot Be Used As Variable Names Statement - Correct Answers Instruction That The Python Interpreter Can Execute Operators - Correct Answers Special Tokens That Represent Computations Like Addition, Multiplication And Division Modulus Operator - Correct Answers %, Works On Integers (And Integer Expressions) And Gives The Remainder When The First Number Is Divided By The Second Evaluate - Correct Answers To Simplify An Expression By Performing The Operations In Order To Yield A Single Value. Int - Correct Answers A Python Data Type That Holds Positive And Negative Whole Numbers Float - Correct Answers A Python Data Type Which Stores Floating-Point Numbers. Floating-Point Numbers Are Stored Internally In Two Parts: A Base And An Exponent. When Printed In The Standard Format, They Look Like Decimal Numbers Flow Of Execution - Correct Answers The Order In Which Statements Are Executed During A Program Run. Function - Correct Answers A Named Sequence Of Statements That Performs Some Useful Operation. Functions May Or May Not Take Parameters And May Or May Not Produce A Result Fruitful Function - Correct Answers A Function That Returns A Value When It Is Called. Local Variable - Correct Answers A Variable Defined Inside A Function. A Local Variable Can Only Be Used Inside Its Function. Parameters Of A Function Are Also A Special Kind Of Local Variable. Parameter - Correct Answers A Name Used Inside A Function To Refer To The Value Which Was Passed To It As An Argument. Boolean Function - Correct Answers A Function That Returns A Boolean Value. The Only Possible Values Of The Bool Type Are False And True. None - Correct Answers A Special Python Value. One Use In Python Is That It Is Returned By Functions That Do Not Execute A Return Statement With A Return Argument. Block - Correct Answers A Group Of Consecutive Statements With The Same Indentation. Boolean Expression - Correct Answers An Expression That Is Either True Or False. Conditional Statement - Correct Answers A Statement That Controls The Flow Of Execution Depending On Some Condition. In Python The Keywords If, Elif, And Else Are Used For Conditional Statements. Conditional Statement - Correct Answers One Program Structure Within Another, Such As A Conditional Statement Inside A Branch Of Another Conditional Statement Type Conversion - Correct Answers An Explicit Function Call That Takes A Value Of One Type And Computes A Corresponding Value Of Another Type.
Written for
- Institution
- Python Programming Terms
- Course
- Python Programming Terms
Document information
- Uploaded on
- May 15, 2023
- Number of pages
- 25
- Written in
- 2022/2023
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
- numbers
-
algorithm correct answers a set of specific steps for solving a category of problems token correct answers basic elements of a languageletters
-
symbols high level language correct ans