equal
deleted
inserted
replaced
1 .. Objectives |
1 .. Objectives |
2 .. ---------- |
2 .. ---------- |
3 |
3 |
4 .. Clearly state the objectives of the LO (along with RBT level) |
4 By the end of this tutorial, you will be able to: |
|
5 |
|
6 1. Access and change individual elements of arrays, both one |
|
7 dimensional and multi-dimensional. |
|
8 2. Access and change rows and columns of arrays. |
|
9 3. Access and change other chunks from an array, using slicing |
|
10 and striding. |
|
11 4. Read images into arrays and perform processing on them, using |
|
12 simple array manipulations. |
5 |
13 |
6 .. Prerequisites |
14 .. Prerequisites |
7 .. ------------- |
15 .. ------------- |
8 |
16 |
9 .. 1. Name of LO-1 |
17 .. 1. Name of LO-1 |
16 Checklist OK? : <put date stamp here, if OK> [2010-10-05] |
24 Checklist OK? : <put date stamp here, if OK> [2010-10-05] |
17 |
25 |
18 Script |
26 Script |
19 ------ |
27 ------ |
20 |
28 |
21 |
|
22 {{{ Screen shows welcome slide }}} |
29 {{{ Screen shows welcome slide }}} |
23 |
30 |
24 Welcome to the tutorial on accessing pieces of arrays |
31 Welcome to the tutorial on accessing pieces of arrays |
25 |
32 |
26 {{{ Show the outline for this tutorial }}} |
33 {{{ Show the outline for this tutorial }}} |