Download presentation
Presentation is loading. Please wait.
1
14.1 Wrapping up
2
14.2 Some final Perl notes
3
14.3 You may run programs using the system function, returns 0 if the command was executed successfully: my $exitValue = system('C:\WINDOWS\system32\sol.exe'); if ($exitValue!=0) {die "Solitaire failed!";} ` Back ticks` (the key left to 1) also execute a command and returns its output: my $dirOut = `dir`; Running programs from a script
4
14.4 Questions and answers
5
14.5 The Exam
6
14.6 You final grade consists of: 80% exam, 20% exercises. The exam will take place on 30/01/2011 at 09:00 – 12:00. The exam will be on the computers in several computer classrooms all around the campus (arrive early to find your class!). Technical problems with the computes will not come on the expense of your time. Exam – Technical Issues
7
14.7 Material of the exam: everything, except Bio::SearchIO (Blast), in particular anything that we practiced either at class or in the home assignments. About 85%-90% in the difficulty level as class exercises and "non *" questions from home assignments; 10%-15% will be in the level of * questions of the home exercises (in class exercises we often add *, not for their complexity, but for being time consuming). You will not be asked on material not presented on the course presentations. Let's look at last year's exam…last year's exam Exam – Material
8
14.8 You are allowed to bring 4 double sided pages. The material in previous years might have been a little different (this year we had more lessons than usual – 14 uninterrupted lessons…). Differences from previous years
9
14.9 You will have The Regex Coach and Eclipse debugger installed on your computer – make good use of them!! The Regex Coach + debugger
10
14.10 Perl documentation in Eclipse At the bottom you have a 'PerlDoc' tab that contains information about all of Perl's functions (and much more)
11
14.11 Manage your time carefully(!) The exam is 180 minutes, let's leave 30 minutes for emergency… (this is just a recommendation, based on last year's moed B exam) Q1. (15 points) ~ 20 minutes Q2. (20 points) ~ 30 minutes Q3. RegEx (30 points) ~35 minutes Q3a+b ~ 10 minutes Q3c+d ~ 25 minutes Q4. The big one (35 points) ~65 minutes (Total: 150minutes)
12
14.12 Presentations. Home assignments + solutions. Class assignment + solutions. Exams from previous year + solutions. Exam – Learning Material
13
14.13 If and when you use PERL in your after-course life, we will be glad to help you along the way.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.