Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

AS PYTHON WORKSHEET:

ANSWER IN FULL SENTENCES AND WITH EXAMPLES


WHEREVER POSSIBLE staple

Define the type of variables used in Python.


Give examples and explain about each data type in Python.
State with examples & define arithmetic operators in Python.
State with examples & define relational operators in Python.
State with examples & define Boolean operators in Python.
State with examples & define parentheses & precedence in Python.
State with examples & define built-in functions in Python.
Define with examples these:
1. Concatenation
2. CHAR function
3. LENGTH
4. ASCII function
5. Range check
6. Length check
7. Format check
8. Presence check
9. Output data with reference to Screen, Printer & File
10.Global scope
11.Local scope
12.Constant
13.Identifier
14.Reserved or keywords
15.Indentation
16.Meaningful identifier names
17.Initialising variables
18.Annotating with comments
19.Types of errors
20.Syntax error
21.Logical error
22.Run-time error
23.Control structure[words not code snippet]
24.When is testing done and why?
25.Black box testing
26.White box testing
27.Acceptance testing
28.Alpha testing
29.Beta testing
30.At which stage of programming should test data be used and why?
31.Normal data[examples]
32.Borderline data[examples]
33.Invalid data[examples]
34.Dry run
35.Trace table
36.Debugging tools
37.Compiler error report
38.Breakpoints
39.Local window
40.Watch window
41.Single stepping

You might also like