|
via Udemy |
Go to Course: https://www.udemy.com/course/python-certification-exam-preparation-m/
These practice tests will cover the following syllabus.Exam Pattern:Number of Questions: 40Duration: 60 MinutesQuestions Type: Multiple Choice, Drag and Drop and Selection from drop down listSyllabus:Perform Operations using Data Types and Operators (20-25%)Evaluate an expression to identify the data type Python will assign to each variableIdentify str, int, float, and bool data typesPerform data and data type operationsConvert from one data type to another type; construct data structures; perform indexing and slicing operationsDetermine the sequence of execution based on operator precedenceAssignment; Comparison; Logical; Arithmetic; Identity (is); Containment (in)Select the appropriate operator to achieve the intended resultAssignment; Comparison; Logical; Arithmetic; Identity (is); Containment (in)Control Flow with Decisions and Loops (25-30%)Construct and analyze code segments that use branching statementsif; elif; else; nested and compound conditional expressionsConstruct and analyze code segments that perform iterationwhile; for; break; continue; pass; nested loops and loops that include compound conditional expressionsPerform Input and Output Operations (20-25%)Construct and analyze code segments that perform file input and output operationsOpen; close; read; write; append; check existence; delete; with statementConstruct and analyze code segments that perform console input and output operationsRead input from console; print formatted text; use of command line argumentsDocument and Structure Code (15-20%)Document code segments using comments and documentation stringsUse indentation, white space, comments, and documentation strings; generate documentation by using pydocConstruct and analyze code segments that include function definitionsCall signatures; default values; return; def; passPerform Troubleshooting and Error Handling (5-10%)Analyze, detect, and fix code segments that have errorsSyntax errors; logic errors; runtime errorsAnalyze and construct code segments that handle exceptionsTry; except; else; finally; raisePerform Operations Using Modules and Tools (1-5%)Perform basic operations using built-in modulesMath; datetime; io; sys; os; os.path; randomSolve complex computing problems by using built-in modulesMath; datetime; random