
Certificazione Microsoft Introduction to Programming Using Python
PANORAMICA

Esame 98-381 Introduction to Programming Using Python;
Superando l’Esame 98-381 il candidato potrà certificare le proprie competenze sulla potente sul linguaggio di scripting tra i più diffusi al mondo. I candidati per questo esame dovrebbero essere in grado di riconoscere e scrivere codice Python sintatticamente corretto, riconoscere i tipi di dati supportati da Python ed essere in grado di riconoscere e scrivere codice Python che risolverà logicamente un determinato problema.
Questo esame è parte dell’ecosistema delle certificazioni microsoft MTA Microsoft Technology Associate:
Le certificazioni MTA sono un ottimo punto di partenza per entrare nei vari contesti tecnologici. Le certificazioni MTA affrontano un ampio spettro di concetti tecnici fondamentali, attestano e convalidano le conoscenze tecniche di base e migliorano la credibilità tecnica del professionista.

Corso di Preparazione
Corso Programmazione Python
Contattaci ora per ricevere tutti i dettagli e per richiedere, senza alcun impegno, di parlare direttamente con uno dei nostri Docenti CLICCA QUI.
Oppure chiamaci subito al nostro numero verde 800-177596.
SVOLGIMENTO E DURATA
Esame 98-381 Durata 45 minuti 40-60 quesiti;
Negli esami sono presenti quesiti formulati in lingua inglese in forme differenti: Risposta Multipla; completamento di testo, collegamenti concettuali Drag and Drop; vere e proprie simulazioni laboratoriali.
PREREQUISITI
Frequentare il Corso Programmazione Python;
ARGOMENTI D’ESAME
Esame 98-381 Introduction to Programming Using Python
- Evaluate an expression to identify the data type Python will assign to each variable
- Identify str, int, float, and bool data types
- Perform data and data type operations
- Convert from one data type to another type; construct data structures; perform indexing and slicing operations
- Determine the sequence of execution based on operator precedence
- Assignment; Comparison; Logical; Arithmetic; Identity (is); Containment (in)
- Select the appropriate operator to achieve the intended result
- Assignment; Comparison; Logical; Arithmetic; Identity (is); Containment (in)
- Construct and analyze code segments that use branching statements
- if; elif; else; nested and compound conditional expressions
- Construct and analyze code segments that perform iteration
- while; for; break; continue; pass; nested loops and loops that include compound conditional expressions
- Construct and analyze code segments that perform file input and output operations
- Open; close; read; write; append; check existence; delete; with statement
- Construct and analyze code segments that perform console input and output operations
- Read input from console; print formatted text; use of command line arguments
- Document code segments using comments and documentation strings
- Use indentation, white space, comments, and documentation strings; generate documentation by using pydoc
- Construct and analyze code segments that include function definitions
- Call signatures; default values; return; def; pass
- Analyze, detect, and fix code segments that have errors
- Syntax errors; logic errors; runtime errors
- Analyze and construct code segments that handle exceptions
- Try; except; else; finally; raise
- Perform basic operations using built-in modules
- Math; datetime; io; sys; os; os.path; random
- Solve complex computing problems by using built-in modules
- Math; datetime; random