|
4EE10 COMPUTER PROGRAMMING LAB - II |
|
UNIX |
|
1 Use of advanced vi commands. |
|
2 Sorting of files containing records using sort command. |
|
3 Searching patterns in files. |
|
4 Use of bc, expr, factor commands. |
|
5 Use of head, tail, compress commands. |
|
6 Memory management commands, dfspace, du, ulimit etc. |
|
JAVA |
|
7 Programs based on matrix: addition, multiplication, transpose, check if matrix is symmetric / |
|
upper triangular / lower triangular / unit matrix. |
|
8 Representation of complex numbers and their operation: add, multiply; divide, subtraction, |
|
magnitude (mod) etc. |
9 Complex matrix representation and operation: add, subtract, multiply
|
10 Defining packages for sorting algorithms. |
|
11 File handling operations: input from file, output to file, file copy, file concatenation. |
|
12 Mouse and keyboard event handling programs. |
|
13 Programs based on string operations. |
14 Drawing in applet and use of buttons check boxes, text fields and labels in applets