| |
DOMANDE IN-ATES [?] |
QUIZ DOMANDE [?] |
DOMANDE IN TOTALE |
| |
23 |
731 |
754 |
| MTA 98-381 - Python
|
0 |
102 |
102 |
| SEZIONE 1
Perform Operations using Data Types and Operators
DOMANDA DI CAMPIONE
|
0
|
20
|
20
|
| SEZIONE 2
Control Flow with Decisions and Loops
DOMANDA DI CAMPIONE
|
0
|
8
|
8
|
| SEZIONE 3
Perform Input and Output Operations
DOMANDA DI CAMPIONE
|
0
|
16
|
16
|
| SEZIONE 4
Document and Structure Code
DOMANDA DI CAMPIONE
|
0
|
12
|
12
|
| SEZIONE 5
Perform Troubleshooting and Error Handling
DOMANDA DI CAMPIONE
|
0
|
11
|
11
|
| SEZIONE 6
Perform Operations Using Modules and Tools
DOMANDA DI CAMPIONE
|
0
|
35
|
35
|
| MTA 98-383 HTML
|
15 |
115 |
130 |
| SEZIONE 1
Understand HTML Fundamentals
DOMANDA DI CAMPIONE
|
0
|
16
|
16
|
Construct markup that uses metadata elements |
0 |
6 |
6 |
Construct well-formed markup that conforms to industry best practices |
0 |
10 |
10 |
| SEZIONE 2
Understand CSS Fundamentals
DOMANDA DI CAMPIONE
|
0
|
35
|
35
|
Analyze the impact of using inline styles, internal style sheets, and external style sheets |
0 |
13 |
13 |
Construct and analyze rule sets |
0 |
13 |
13 |
Construct well-formed style sheets that conform to industry best practices |
0 |
9 |
9 |
| SEZIONE 3
Structure Documents Using HTML
DOMANDA DI CAMPIONE
|
10
|
37
|
47
|
Construct and analyze markup to structure content and organize data |
2 |
19 |
21 |
Construct and analyze markup that uses HTML5 semantic elements |
0 |
3 |
3 |
Construct and analyze markup that implements navigation |
5 |
5 |
10 |
Construct and analyze markup that uses form elements |
3 |
10 |
13 |
| SEZIONE 4
Present Multimedia Using HTML
DOMANDA DI CAMPIONE
|
1
|
14
|
15
|
Construct and analyze markup that displays images |
1 |
4 |
5 |
Describe the appropriate use of the img, svg, and canvas elements |
0 |
5 |
5 |
Construct and analyze markup that plays video and audio |
0 |
5 |
5 |
| SEZIONE 5
Style Web Pages Using CSS
DOMANDA DI CAMPIONE
|
4
|
13
|
17
|
Construct and analyze styles that position content |
1 |
5 |
6 |
Construct and analyze styles that format text |
1 |
1 |
2 |
Construct and analyze styles that format backgrounds and borders |
1 |
3 |
4 |
Analyze styles that implement a simple responsive layout |
1 |
4 |
5 |
| MTA 98-375 HTML5 Application Development Fundamentals
|
0 |
158 |
158 |
| SEZIONE 1
Manage the application life cycle
DOMANDA DI CAMPIONE
|
0
|
16
|
16
|
Understand the platform fundamentals |
0 |
10 |
10 |
Manage the state of an application |
0 |
3 |
3 |
Debug and test an HTML5-based, touch-enabled application |
0 |
3 |
3 |
| SEZIONE 2
Build the user interface (UI) by using HTML5
DOMANDA DI CAMPIONE
|
0
|
34
|
34
|
Choose and configure HTML5 tags to display text content |
0 |
5 |
5 |
Choose and configure HTML5 tags to display graphics |
0 |
4 |
4 |
Choose and configure HTML5 tags to play media |
0 |
8 |
8 |
Choose and configure HTML5 tags to organize content and forms |
0 |
12 |
12 |
Choose and configure HTML5 tags for input and validation |
0 |
5 |
5 |
| SEZIONE 3
Format the user interface by using Cascading Style Sheets (CSS)
DOMANDA DI CAMPIONE
|
0
|
23
|
23
|
Understand the core CSS concepts |
0 |
8 |
8 |
Arrange UI content by using CSS |
0 |
6 |
6 |
Manage the flow of text content by using CSS |
0 |
4 |
4 |
Manage the graphical interface by using CSS |
0 |
5 |
5 |
| SEZIONE 4
Code by using JavaScript
DOMANDA DI CAMPIONE
|
0
|
85
|
85
|
Manage and maintain JavaScript |
0 |
21 |
21 |
Update the UI by using JavaScript |
0 |
21 |
21 |
Code animations by using JavaScript |
0 |
7 |
7 |
Access data access by using JavaScript |
0 |
20 |
20 |
Respond to the touch interface |
0 |
6 |
6 |
Code additional HTML5 APIs |
0 |
6 |
6 |
Access device and operating system resources |
0 |
4 |
4 |
| MTA 98-382 JavaScript
|
4 |
96 |
100 |
| SEZIONE 1
Program with JavaScript Operators, Methods, and Keywords
DOMANDA DI CAMPIONE
|
1
|
30
|
31
|
Complete or debug code that uses assignment and arithmetic operators |
1 |
8 |
9 |
Apply JavaScript best practices |
0 |
10 |
10 |
Evaluate the use of inline and external scripts |
0 |
4 |
4 |
Implement exception handling |
0 |
2 |
2 |
Complete and debug code that interacts with the Browser Object Model (BOM) |
0 |
6 |
6 |
| SEZIONE 2
Program with Variables, Data Types, and Functions
DOMANDA DI CAMPIONE
|
1
|
29
|
30
|
Declare and use variables of primitive data types |
1 |
6 |
7 |
Declare and use arrays |
0 |
8 |
8 |
Complete and debug code that uses objects |
0 |
2 |
2 |
Complete and debug code that uses built-in Math functions |
0 |
8 |
8 |
Complete and debug a function that accepts parameters and returns a value |
0 |
5 |
5 |
| SEZIONE 3
Implement and Analyze Decisions and Loops
DOMANDA DI CAMPIONE
|
1
|
7
|
8
|
Evaluate expressions that use logical and comparison operators |
0 |
4 |
4 |
Complete and debug decision statements |
1 |
1 |
2 |
Complete and debug loops |
0 |
2 |
2 |
| SEZIONE 4
Interact with the Document Object Model
DOMANDA DI CAMPIONE
|
0
|
13
|
13
|
Identify and construct the Document Object Model (DOM) tree |
0 |
4 |
4 |
Identify and handle HTML events |
0 |
5 |
5 |
Complete and debug code that outputs to an HTML document |
0 |
2 |
2 |
Complete and debug code that locates, modifies, and adds HTML elements and attributes |
0 |
2 |
2 |
| SEZIONE 5
Interact with HTML Forms
DOMANDA DI CAMPIONE
|
1
|
17
|
18
|
Complete and debug code that retrieves input from forms and sets form field values |
0 |
5 |
5 |
Complete and debug code that performs input validation |
0 |
4 |
4 |
Describe the form submission process |
1 |
8 |
9 |
| MTA 98-382 JavaScript
|
4 |
96 |
100 |
| SEZIONE 1
Program with JavaScript Operators, Methods, and Keywords
DOMANDA DI CAMPIONE
|
1
|
30
|
31
|
Complete or debug code that uses assignment and arithmetic operators |
1 |
8 |
9 |
Apply JavaScript best practices |
0 |
10 |
10 |
Evaluate the use of inline and external scripts |
0 |
4 |
4 |
Implement exception handling |
0 |
2 |
2 |
Complete and debug code that interacts with the Browser Object Model (BOM) |
0 |
6 |
6 |
| SEZIONE 2
Program with Variables, Data Types, and Functions
DOMANDA DI CAMPIONE
|
1
|
29
|
30
|
Declare and use variables of primitive data types |
1 |
6 |
7 |
Declare and use arrays |
0 |
8 |
8 |
Complete and debug code that uses objects |
0 |
2 |
2 |
Complete and debug code that uses built-in Math functions |
0 |
8 |
8 |
Complete and debug a function that accepts parameters and returns a value |
0 |
5 |
5 |
| SEZIONE 3
Implement and Analyze Decisions and Loops
DOMANDA DI CAMPIONE
|
1
|
7
|
8
|
Evaluate expressions that use logical and comparison operators |
0 |
4 |
4 |
Complete and debug decision statements |
1 |
1 |
2 |
Complete and debug loops |
0 |
2 |
2 |
| SEZIONE 4
Interact with the Document Object Model
DOMANDA DI CAMPIONE
|
0
|
13
|
13
|
Identify and construct the Document Object Model (DOM) tree |
0 |
4 |
4 |
Identify and handle HTML events |
0 |
5 |
5 |
Complete and debug code that outputs to an HTML document |
0 |
2 |
2 |
Complete and debug code that locates, modifies, and adds HTML elements and attributes |
0 |
2 |
2 |
| SEZIONE 5
Interact with HTML Forms
DOMANDA DI CAMPIONE
|
1
|
17
|
18
|
Complete and debug code that retrieves input from forms and sets form field values |
0 |
5 |
5 |
Complete and debug code that performs input validation |
0 |
4 |
4 |
Describe the form submission process |
1 |
8 |
9 |
| MTA 98-365 Windows Server Administration Fundamentals
|
0 |
164 |
164 |
| SEZIONE 1
Understanding server installation
DOMANDA DI CAMPIONE
|
0
|
26
|
26
|
Understand device drivers |
0 |
6 |
6 |
Understand services |
0 |
9 |
9 |
Understand server installation options |
0 |
11 |
11 |
| SEZIONE 2
Understanding server roles
DOMANDA DI CAMPIONE
|
0
|
42
|
42
|
Identify application servers |
0 |
5 |
5 |
Understand Web services |
0 |
7 |
7 |
Understand remote access |
0 |
11 |
11 |
Understand the file and print services |
0 |
11 |
11 |
Understand server virtualization |
0 |
8 |
8 |
| SEZIONE 3
Understanding Active Directory
DOMANDA DI CAMPIONE
|
0
|
24
|
24
|
Understand accounts and groups |
0 |
6 |
6 |
Understand organizational units and containers |
0 |
4 |
4 |
Understand Active Directory infrastructure |
0 |
8 |
8 |
Understand group policy |
0 |
6 |
6 |
| SEZIONE 4
Understanding storage
DOMANDA DI CAMPIONE
|
0
|
25
|
25
|
Identify storage technologies and their typical usage scenarios |
0 |
11 |
11 |
Understand RAID redundancy |
0 |
7 |
7 |
Understand disk types |
0 |
7 |
7 |
| SEZIONE 5
Understanding server performance management
DOMANDA DI CAMPIONE
|
0
|
19
|
19
|
Identify major server hardware components |
0 |
10 |
10 |
Understand performance monitoring |
0 |
6 |
6 |
Understand logs and alerts, Event Viewer |
0 |
3 |
3 |
| SEZIONE 6
Understanding server maintenance
DOMANDA DI CAMPIONE
|
0
|
28
|
28
|
Identify steps in the startup process |
0 |
6 |
6 |
Understand business continuity |
0 |
13 |
13 |
Understand updates |
0 |
4 |
4 |
Understand troubleshooting methodology |
0 |
5 |
5 |