Mon May 14 11:18:29 2012 Subject: [Cmpe150] Grades for Project#9 are announced Please check online compiler website. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://listeci.cmpe.boun.edu.tr/pipermail/cmpe150/attachments/20120514/674a0b9f/attachment.html
Tue May 8 16:30:10 2012 Subject: [Cmpe150] Objection#2 (Projects 5, 6, 7 & Midterm2) DEADLINE: 13/05/2012 - 23:59 Dear Students, For objections to *Projects 5,6, and 7* and *Midterm2*, please send an email to cmpe150object at gmail.com* with subject format:* * * ** (e.g. if a student with number 2010123456 wants to object to his project2 and also his 2nd and 3rd midterm1 questions, subject of mail must be: summer2011 project2 midterm1 q2 q3 2010123456 ) (e.g if a student wants to object only to project3, subject of email must be: summer2011 project3 2010123456 ) NOTES: - Please write explanations in the body of the email.* - If you do not obey to subject format, your mail WILL be ignored*. - Please send* a single email for all your objections. *Multiple emails MIGHT get ignored. Objection Deadline is:* 13.05.2012 23.59.* -------------- next part -------------- An HTML attachment was scrubbed... URL: http://listeci.cmpe.boun.edu.tr/pipermail/cmpe150/attachments/20120508/dcd5c78b/attachment.html
Thu May 3 21:53:56 2012 Subject: [Cmpe150] Midterm2 grades are announced Please check online compiler web site. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://listeci.cmpe.boun.edu.tr/pipermail/cmpe150/attachments/20120503/b0e3c30b/attachment.html
Mon Apr 30 11:03:46 2012 Subject: [Cmpe150] Project8 grades are announced Please check online compiler website. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://listeci.cmpe.boun.edu.tr/pipermail/cmpe150/attachments/20120430/741649ce/attachment.html
Sat Apr 28 19:53:03 2012 Subject: [Cmpe150] MIDTERM #2: 3 May 2012 Thursday (Session1: 17:00-19:00, Session2: 19:00-21:00) *Midterm #2* will be held on *3 May 2012 THURSDAY at *2 sessions: *Session1: 17:00-19:00 Session2: 19:00-21:00 * * PLEASE READ ALL THE IMPORTANT NOTES GIVEN BELOW! * * **1. topics included:* functions, pointers, arrays, arrays to functions *No direct questions* will be asked *from Midterm 1 topics *(printf, scanf,basic arithmetic, conditional statemtents,loops, nested loops). However you *will need* them to solve the Midterm 2 questions. *2. session and class appointments:* cmpe150.04: *session1 B4* cmpe150.05: *session1 A4* cmpe150.06: *session1 A4* cmpe150.01: *session2 A4* cmpe150.02: *session2 A4* cmpe150.03: *session2 B4* *PLEASE CHECK YOUR REGISTERED SECTION AND MEMORIZE YOUR CLASS APPOINTMENT BEFORE COMING TO EXAM* *3. Notes:* NOTE1: * You *cannot leave session1 early* * You *cannot come late to session2 * These rules are for preventing student communication between sessions, and *is strict*. (If you are at session1 and you finish early, you may read books or study for your other exams. You may only* use/read printed documents*, electronic equipment such as laptops, tablets, etc. are *not* allowed. ) NOTE2: While *entering* the exam, use *main entrance* of the building. For*exit *, *B door* which is from B (-2) floor (at the back of the building) is used. Entrance from B door and exit from main door of the building is not allowed. *4. Section change: *If you have an *excuse* for the session you are registered, and you want to *switch* your section, please send an *email* to nese.alyuz at boun.edu.tr until: *1 May Tuesday 23:59* (first come first served). with subject *format*: cmpe150 midterm 2 session change request your_student_no currentSection->desiredSection and with body: name:your_name surname:your_surname student_no:your_student_no current section: your current section desired section: your desired section excuse e.g for a student with name Mehmet Caliskan, with number 2008111111, who is registered to session1 but he has an exam at that session and wants to switch to session 2 should write *subject:* cmpe150 midterm 1 session change request 2008111111 1->2 *body:* name:Mehmet surname:Caliskan current session1 desired session:2 excuse: I have Math 101 exam on 30 March 2010 at 17:00. I want to switch to session 2 (Notes: "Fener ma?? var" or "?ok ge? hocam" or "daha fazla ?al??mam laz?m" or "WoW Raid'im var" are* not* valid excuses, Conflicting exam, conflicting course etc. are valid excuses) *Approved session exchange* requests will be *announced *before the exam via email, stay tuned Please note that Session Exchange Mail *format is strict*: your emails are filtered accordingly, if you *do not obey,* your mail will probably be * disregarded* *5. Hints for the exam:* Archive questions are on the web, solve them (do not look at the answers and memorize answers, SOLVE THEM) Study lab questions Study study questions About exam questions: Since your exams will be read by computer,* Input output format is STRICT.* e.g For a question: -Write a program which reads an integer, and prints the square of that integer and for input output sets: Input: 2 Output: 4 Input: 3 Output: 9 -Your correct answer should be like #includeint main(){ int num,result; scanf("%d",&num); result = num*num; printf("%d",result); anykey(); return 0; } -However, the following is wrong and it will get 0 grade: #include int main(){ int num,result; printf("Enter an integer\n"); scanf("%d",&num); result = num*num; printf("the result is %d\n",result); anykey(); return 0; } -Because it does not OBEY to the given input-output format.It writes extra things on the screen like "Enter an integer" or "the result is". We do not want those. We (or the computer which evaluates your exams) just want the plain answer AS stated in the question. *6. Announcement section of the CMPE150 Exam:* As a reference, below is the announcements section of one of the previous years' C exam. *Please read:*
Fri Apr 20 15:10:57 2012 Subject: [Cmpe150] Important Announcement Dear Students, *Next week is Spring Break* (23-29.04.2012). Therefore, there will be no classes. The* following week (30.04-6.05.2012)*, again, there will be* NO classes for CMPE150*: We won't have any Lecture, PS, or LABs. However, *second MIDTERM is on 03.05.2012*, Thursday of THAT week! Section placements will be announced later. ABOUT PROJECTS: - *Project #8* is given and the deadline is this* SUNDAY (29.04.2012)* as usual. - During spring break and the following week, no projects will be assigned: Project#9 will be assigned on 9.05.2012 Wednesday. Have a nice holiday! CmpE150 Coordination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://listeci.cmpe.boun.edu.tr/pipermail/cmpe150/attachments/20120420/efdbfa7a/attachment.html
Mon Apr 16 20:34:23 2012 Subject: [Cmpe150] Project7 grades are announced Check online compiler website. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://listeci.cmpe.boun.edu.tr/pipermail/cmpe150/attachments/20120416/b7b20731/attachment.html
Mon Apr 9 14:24:27 2012 Subject: [Cmpe150] Grades for Project6 are announced Please check online compiler web site. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://listeci.cmpe.boun.edu.tr/pipermail/cmpe150/attachments/20120409/0d389f77/attachment.html
Mon Apr 2 10:54:30 2012 Subject: [Cmpe150] Grades for Project#5 are announced. Check online compiler web page. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://listeci.cmpe.boun.edu.tr/pipermail/cmpe150/attachments/20120402/d4dc46e2/attachment.html
Mon Mar 26 12:17:48 2012 Subject: [Cmpe150] Objection#1 (Projects 2, 3, 4 & Midterm1) DEADLINE: 30/03/2012 - 23:59 Dear Students, For objections to *Projects 2,3, and 4* and *Midterm1*, please send an email to cmpe150object at gmail.com* with subject format:* * * ** (e.g. if a student with number 2010123456 wants to object to his project2 and also his 2nd and 3rd midterm1 questions, subject of mail must be: summer2011 project2 midterm1 q2 q3 2010123456 ) (e.g if a student wants to object only to project3, subject of email must be: summer2011 project3 2010123456 ) NOTES: - Please write explanations in the body of the email.* - If you do not obey to subject format, your mail WILL be ignored*. - Please send* a single email for all your objections. *Multiple emails MIGHT get ignored. Objection Deadline is:* 30.03.2012 23.59.* -------------- next part -------------- An HTML attachment was scrubbed... URL: http://listeci.cmpe.boun.edu.tr/pipermail/cmpe150/attachments/20120326/a6a2e968/attachment.html
Mon Mar 26 11:58:42 2012 Subject: [Cmpe150] Grades for Project 4 are announced Please check online compiler web page. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://listeci.cmpe.boun.edu.tr/pipermail/cmpe150/attachments/20120326/66a40f45/attachment.html
Thu Mar 22 21:50:34 2012 Subject: [Cmpe150] Your Midterm Grades are announced. Check online compiler grades section. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://listeci.cmpe.boun.edu.tr/pipermail/cmpe150/attachments/20120322/f771ac04/attachment.html
Mon Mar 19 10:52:23 2012 Subject: [Cmpe150] Grades for Project3 are announced. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://listeci.cmpe.boun.edu.tr/pipermail/cmpe150/attachments/20120319/57c44838/attachment.html
Sun Mar 18 15:45:15 2012 Subject: [Cmpe150] Place Change for W56(@B4) LAB Dear Students, *Only for this week* (21.03.2012), the* W56 (@B4) LAB* which is normally held in B4, *will be in B3*. B3 is the lab next to B4. Have a nice week, CmpE Coordination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://listeci.cmpe.boun.edu.tr/pipermail/cmpe150/attachments/20120318/0e233516/attachment.html
Sat Mar 17 18:15:43 2012 Subject: [Cmpe150] About PROJECT #3 - Announcement #2 Dear Students, It seems that there is a confusion about the term "*reverse of an integer*". The reverse of an integer means that you* reverse the ordering of the digits * of the given number. For example, if the given integer is *1234*, the reverse of that integer is *4321*. As a *final output* you should *multiple* this new integer *by 5*. For the above example 4321*5 = 21605, therefore your output should be* 21605 *. You* do no*t need to check for integers that have *10 or more digits*. Good luck, CmpE Coordination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://listeci.cmpe.boun.edu.tr/pipermail/cmpe150/attachments/20120317/6d31aae0/attachment.html
Fri Mar 16 15:46:14 2012 Subject: [Cmpe150] About PROJECT #3 Dear Students, In Project #3, *DO NOT USE* the "pow()" function of the "math.h" library. Due to a bug in the compiler, the results obtained by "pow()" may be problematic. Sorry for the inconvenience. CmpE150 Coordination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://listeci.cmpe.boun.edu.tr/pipermail/cmpe150/attachments/20120316/2e9e5377/attachment.html
Fri Mar 16 13:01:43 2012 Subject: [Cmpe150] MIDTERM #1: 22 March 2012 Thursday (Session1: 17:00-19:00, Session2: 19:00-21:00) *Midterm #1* will be held on *22 March 2012 THURSDAY at *2 sessions: *Session1: 17:00-19:00 Session2: 19:00-21:00 * * PLEASE READ ALL THE IMPORTANT NOTES GIVEN BELOW! * * **1. topics included:* basic input-output (printf,scanf), basic arithmetic, conditional statemtents (if, switch), loops (while, for), nested loops *2. session and class appointments:* cmpe150.01: *session1 A4* cmpe150.02: *session1 A4* cmpe150.03: *session1 B4* cmpe150.04: *session2 B4* cmpe150.05: *session2 A4* cmpe150.06: *session2 A4* *PLEASE CHECK YOUR REGISTERED SECTION AND MEMORIZE YOUR CLASS APPOINTMENT BEFORE COMING TO EXAM* *3. Notes:* NOTE1: * You *cannot leave session1 early* * You *cannot come late to session2 * These rules are for preventing student communication between sessions, and *is strict*. (If you are at session1 and you finish early, you may read books or study for your other exams. You may only* use/read printed documents*, electronic equipment such as laptops, tablets, etc. are *not* allowed. ) NOTE2: While *entering* the exam, use *main entrance* of the building. For*exit *, *B door* which is from B (-2) floor (at the back of the building) is used. Entrance from B door and exit from main door of the building is not allowed. *4. Section change: *If you have an *excuse* for the session you are registered, and you want to *switch* your section, please send an *email* to nese.alyuz at boun.edu.tr until: *20 March 23:59* (first come first served). with subject *format*: cmpe150 midterm 1 session change request your_student_no currentSection->desiredSection and with body: name:your_name surname:your_surname student_no:your_student_no current section: your current section desired section: your desired section excuse e.g for a student with name Mehmet Caliskan, with number 2008111111, who is registered to session1 but he has an exam at that session and wants to switch to session 2 should write *subject:* cmpe150 midterm 1 session change request 2008111111 1->2 *body:* name:Mehmet surname:Caliskan current session1 desired session:2 excuse: I have Math 101 exam on 30 March 2010 at 17:00. I want to switch to session 2 (Notes: "Fener ma?? var" or "?ok ge? hocam" or "daha fazla ?al??mam laz?m" or "WoW Raid'im var" are* not* valid excuses, Conflicting exam, conflicting course etc. are valid excuses) *Approved session exchange* requests will be *announced *before the exam via email, stay tuned Please note that Session Exchange Mail *format is strict*: your emails are filtered accordingly, if you *do not obey,* your mail will probably be * disregarded* *5. Hints for the exam:* Archive questions are on the web, solve them (do not look at the answers and memorize answers, SOLVE THEM) Study lab questions Study study questions About exam questions: Since your exams will be read by computer,* Input output format is STRICT.* e.g For a question: -Write a program which reads an integer, and prints the square of that integer and for input output sets: Input: 2 Output: 4 Input: 3 Output: 9 -Your correct answer should be like #includeint main(){ int num,result; scanf("%d",&num); result = num*num; printf("%d",result); anykey(); return 0; } -However, the following is wrong and it will get 0 grade: #include int main(){ int num,result; printf("Enter an integer\n"); scanf("%d",&num); result = num*num; printf("the result is %d\n",result); anykey(); return 0; } -Because it does not OBEY to the given input-output format.It writes extra things on the screen like "Enter an integer" or "the result is". We do not want those. We (or the computer which evaluates your exams) just want the plain answer AS stated in the question. *6. Announcement section of the CMPE150 Exam:* As a reference, below is the announcements section of one of the previous years' C exam. *Please read:*
Mon Mar 12 10:45:35 2012 Subject: [Cmpe150] Project 2 grades are announced Please check online compiler for grades. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://listeci.cmpe.boun.edu.tr/pipermail/cmpe150/attachments/20120312/16470e46/attachment.html
Mon Mar 5 12:53:18 2012 Subject: [Cmpe150] Project1 Grades Your project grades are announced at online compiler system. However, these grades will not be taken into account for your course grades. Some of you did get "0" grade due to not being in compliance with the input/output format, even though their project was correct. A couple of common mistakes: 1. Printing something like "Please enter the number of days" for taking input. 2. Printing the output as "12/ 2/ 13 " (with spaces) instead of "12/2/13" 3. Printing the above output as: 12 2 13 All of these violate the input/output format. Please pay attention to it for the upcoming projects. Otherwise, you may get "0" for your correct project just because of the format error. Have a nice week. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://listeci.cmpe.boun.edu.tr/pipermail/cmpe150/attachments/20120305/001dbcb0/attachment.html
Fri Mar 2 18:27:38 2012 Subject: [Cmpe150] About Project #1 Dear Students, Please keep in mind that the *daghani calendar* given in the project *is different* than the calendars we use daily. Its counting system is *similar to* the system of *a clock*: For example the "seconds" may take values between 0-59 (inclusive). Here, for example the days will take values between 0-19 (inclusive). Similarly, the months and years will *start counting from 0*. good luck! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://listeci.cmpe.boun.edu.tr/pipermail/cmpe150/attachments/20120302/5f6fb117/attachment.html
Fri Mar 2 12:36:57 2012 Subject: [Cmpe150] Reminder about Projects Dear Students, This is a reminder e-mail about the projects. The *deadlines *of all the projects, *how to submit *your projects, and *general course policy about cheating* was announced earlier. For those of you who have just registered for the course, you can find all the details about the projects below. *IMPORTANT: *Project deadlines for the whole semester are set as stated in the below e-mail. *No further announcements will be made* about the project deadlines (unless a change is made). You are responsible for submitting your projects on time. CmpE Coordination. On Thu, Feb 23, 2012 at 12:39 PM, CmpE 150wrote: There will be 10 projects during this semester. First project is optional > (You are strongly advised to solve it), others are mandatory. Project > weights: Project2-Project 9 1.5%, Project10 3% (total of 15% of overall > grade). The start and end dates of the projects are as follows: > *Project START DEADLINE* > project1 2/29/2012 17:00, 3/4/2012 23:59 > project2 3/7/2012 17:00, 3/11/2012 23:59 > project3 3/14/2012 17:00, 3/18/2012 23:59 > project4 3/21/2012 17:00, 3/25/2012 23:59 > project5 3/28/2012 17:00, 4/1/2012 23:59 > project6 4/4/2012 17:00, 4/8/2012 23:59 > project7 4/11/2012 17:00, 4/15/2012 23:59 > project8 4/18/2012 17:00, 4/29/2012 23:59 > project9 5/9/2012 17:00, 5/13/2012 23:59 > proje10 5/16/2012 17:00, 5/20/2012 23:59. > > For solving your projects, you must log in to online compiler by pressing > the "EXAM/PROJECT LOGIN" button instead of the usual "LOGIN" button. You > must also enter "e12345p" to the "exam/project password" field in addition > to your student number and password. > > Cheating (both giving and receiving) a project results in -300 grade for > that project. Please read the rules about cheating at: > http://www.cmpe.boun.edu.tr/courses/cmpe150/common/course_policy.html > > You should not send your project via e-mail to your assistant or upload it > to anywhere. Saving your file on the online system is the submission. Your > last save will be considered for evaluation. Other methods of submission > will not be evaluated. > > Please also note that start times and deadlines are strict since the > system is automated. > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://listeci.cmpe.boun.edu.tr/pipermail/cmpe150/attachments/20120302/ce9f9e88/attachment.html
Mon Feb 27 16:41:02 2012 Subject: [Cmpe150] MIDTERM DATES are CHANGED Dear Students, Due to conflicting exams, CMPE150 *Midterm dates are updated* as follows: *MIDTERM1 : 22 March 2012 Thursday *(Session1: 17:00-19:00, Session2: 19:00-21:00)* MIDTERM2: 3 May 2012 Thursday *(Session1: 17:00-19:00, Session2: 19:00-21:00) CmpE Coordination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://listeci.cmpe.boun.edu.tr/pipermail/cmpe150/attachments/20120227/c8443a13/attachment.html
Sun Feb 26 19:32:23 2012 Subject: [Cmpe150] Announcement about ADD/DROP period Dear Students, The *ADD/DROP* period starts on *Tuesday 28.02.2012 (10:00)* and ends on *Thursday 01.03.2012 (19:00)*. If you have *any conflict* in your program regarding *CmpE150 PS and LAB *hours, follow *one* of the two alternatives that suits you: (1) If there is * another section without conflict*, switch to that section with *consent request*. (2) If there is *no suitable section without conflict* however there exists suitable ps and lab sessions (say ps of cmpe150.01 and lab of cmpe150.02 suits you): - You should be *registered to one* of them (if you are not already registered, you can do it during add/drop period). - In this case, you will be attending an unregistered PS or LAB. Therefore, not to have any attendance problems, you should *print out your final course schedule from the registration* and *state your situation* clearly *on this paper*: Write your *name*, *student no.*, and state* which section you are registered to*, and *which other section's PS/LAB hours you will attend. * Example: Neset Akalin, 2011100123, Registered Section: 150.01, for LAB hours only, I will attend: 150.3. For the rest of the semester, you should attend the indicated PS/LAB hours. In this case, for the unregistered section, if there is not enough seat, your attendance will not be valid. This is a risky option, do not choose it unless you must. Note about attendance: - Since this is the ADD/DROP week, *this week attendance will not be taken*. - However, you* should attend all your lecture/PS/LAB hours.* You can attend any section's PS/LAB hours for this week only. - If you are REPEATING this course, attendance is NOT mandatory. Have a nice week! CmpE Coordination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://listeci.cmpe.boun.edu.tr/pipermail/cmpe150/attachments/20120226/013cf1b8/attachment.html
Thu Feb 23 12:39:02 2012 Subject: [Cmpe150] Projects There will be 10 projects during this semester. First project is optional (You are strongly advised to solve it), others are mandatory. Project weights: Project2-Project 9 1.5%, Project10 3% (total of 15% of overall grade). The start and end dates of the projects are as follows: *Project START DEADLINE* project1 2/29/2012 17:00, 3/4/2012 23:59 project2 3/7/2012 17:00, 3/11/2012 23:59 project3 3/14/2012 17:00, 3/18/2012 23:59 project4 3/21/2012 17:00, 3/25/2012 23:59 project5 3/28/2012 17:00, 4/1/2012 23:59 project6 4/4/2012 17:00, 4/8/2012 23:59 project7 4/11/2012 17:00, 4/15/2012 23:59 project8 4/18/2012 17:00, 4/29/2012 23:59 project9 5/9/2012 17:00, 5/13/2012 23:59 proje10 5/16/2012 17:00, 5/20/2012 23:59. For solving your projects, you must log in to online compiler by pressing the "EXAM/PROJECT LOGIN" button instead of the usual "LOGIN" button. You must also enter "e12345p" to the "exam/project password" field in addition to your student number and password. Cheating (both giving and receiving) a project results in -300 grade for that project. Please read the rules about cheating at: http://www.cmpe.boun.edu.tr/courses/cmpe150/common/course_policy.html You should not send your project via e-mail to your assistant or upload it to anywhere. Saving your file on the online system is the submission. Your last save will be considered for evaluation. Other methods of submission will not be evaluated. Please also note that start times and deadlines are strict since the system is automated. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://listeci.cmpe.boun.edu.tr/pipermail/cmpe150/attachments/20120223/3df74f6e/attachment.html
Mon Feb 20 21:26:38 2012 Subject: [Cmpe150] Announcement about Attendance and Schedule Conflicts Dear Students, There will be PS and LAB sessions *starting from THIS week*. Although attendance will not be taken for the first two weeks, you *SHOULD*attend both PS and LAB hours. There will be *NO* reviews of the covered topics in the following weeks. Until the add/drop period, in case of conflicts in your program, you can attend any PS and any LAB session. *During the add/drop period,* you *should switch* to the section that fits your schedule considering *BOTH* PS and LAB hours (by sending consent request through the registration system). Reminder about PS and LAB session places: *Section 01 + Section 02 -> PS: T34 at A4 , * > * Lab: W34 at A4* > *Section 03 -> PS: T56 at A4,* > * Lab: W56 at A4* > *Section 04 -> PS: T56 at B4,* > * Lab: W56 at B4* > *Section 05 + Section 06 -> PS: T78 at A4* > * Lab: W78 at A4* > CmpE150 Coordination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://listeci.cmpe.boun.edu.tr/pipermail/cmpe150/attachments/20120220/c5110bbc/attachment.html
Mon Feb 20 16:08:47 2012 Subject: [Cmpe150] Announcement about PS and Lab Hours Dear Students, There will be PS and Lab sessions *starting from THIS week*. The PS and Lab sessions of Section 02 and Section 06 will be in A4 (which was originally announced as B4 in registration page). The PS and Lab session places are noted below for clarity: *Section 01 + Section 02 -> PS: T34 at A4 , * * Lab: W34 at A4* *Section 03 -> PS: T56 at A4,* * Lab: W56 at A4* *Section 04 -> PS: T56 at B4,* * Lab: W56 at B4* *Section 05 + Section 06 -> PS: T78 at A4* * Lab: W78 at A4* * * CmpE150 Coordination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://listeci.cmpe.boun.edu.tr/pipermail/cmpe150/attachments/20120220/06062d0d/attachment.html
Mon Feb 20 11:27:52 2012 Subject: [Cmpe150] Online compiler accounts created During the course we are going to use a web based compiler system located at http://79.123.177.233 OR http://cmpe150-1.cmpe.boun.edu.tr For login you can use your student number. Default password is deneme. Please login and update it before someone else does it for you :) Have a nice semester. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://listeci.cmpe.boun.edu.tr/pipermail/cmpe150/attachments/20120220/6f63e881/attachment.html
Thu Jan 19 21:10:53 2012 Subject: [Cmpe150] Announcement about Make-up Exam Dear Students, There will be *NO make-up examination* this semester. If you have *missed one of the midterm exams* and have submitted a report (or contacted Cem Ersoy about your situation), your missing grade will be set according to your other exam grades. When evaluating a missing grade, the mean and standard deviations of each of the exams will be taken into account. Have a nice holiday! CmpE150 Coordination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://listeci.cmpe.boun.edu.tr/pipermail/cmpe150/attachments/20120119/ac58556e/attachment.html
Tue Jan 17 14:02:18 2012 Subject: [Cmpe150] Objection #3 (Project 9 & 10, Final Exam, Attendance) - Deadline is: 18.01.2012 23.59. Attached you can find the grades regarding all the projects, exams, and attendance in this term. 1. If you have an objection for Project 9 & 10, Final examination and Attendance you can send an objection e-mail using the following format. 2. Please check ALL of your grades in case there is a clerical error (typos, copy-paste errors, etc...) and if there is, send an objection e-mail for this error using the following format. Objection Deadline is:* 18.01.2012 23.59.* NOTES: 1. Repeat students DO NOT have any attendance grades since they are NOT responsible for attending the class. Hence, in the attached list Repeat students do NOT have any attendance grade. This is normal. 2. If you didn't attend an exam but delivered to us a report that allows you to attend the make-up exam instead, your exam grade will be shown as "0". Do not worry, this grades are pre-Makeup grades. AFTER the make-up exam your grades will be changed accordingly. 3.* *If you do NOT obey the subject format, your mail* *WILL* *be ignored. 4. Please send* *a SINGLE email for all your objections. Multiple emails MIGHT get ignored. OBJECTION FORMAT: please send an email to: cmpe150object at gmail.com *with subject format:* * * ** e.g. if a student with number 2010123456 wants to object to his project2 and also his 2nd and 3rd midterm1 questions, subject of mail must be: summer2011 project2 midterm1 q2 q3 2010123456 e.g if a student wants to object only to project3, subject of email must be: summer2011 project3 2010123456 etc. write explanations in the body of the email -------------- next part -------------- An HTML attachment was scrubbed... URL: http://listeci.cmpe.boun.edu.tr/pipermail/cmpe150/attachments/20120117/0e138597/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: Fall 2011, Grades - preObjection.xlsx Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Size: 96565 bytes Desc: not available Url : http://listeci.cmpe.boun.edu.tr/pipermail/cmpe150/attachments/20120117/0e138597/attachment-0001.bin
Tue Jan 17 00:53:50 2012 Subject: [Cmpe150] Final grades on online compiler Objection details will be announced later, Final grades are on online compiler under "grades" section. > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://listeci.cmpe.boun.edu.tr/pipermail/cmpe150/attachments/20120117/ce3ed2db/attachment.html
Mon Jan 9 23:27:55 2012 Subject: [Cmpe150] FINAL Exam: January 16, 2012, 13:00-15:00 Dear Students, *FINAL* will be held on *January 16, 2012 MONDAY at 13:00-15:00 (Single Session)* * * *topics included:* - There will be *direct questions from* topics including: * *strings * multidimensional arrays * structs* - There will *a question from topics included in the first midterm*: * basic input-output (printf,scanf), * basic arithmetic, * conditional statemtents (if), * loops (while, for) - Although there will be no direct questions, to solve the exam questions you are *OBLIGED* to know all other topics: * nested loops * functions * pointers * arrays * array to functions *class appointments:* cmpe150.01: A4 cmpe150.02, students with surname A-J: A4 cmpe150.02, students with surname K-Z: B4 cmpe150.03: B4 *PLEASE CHECK YOUR REGISTERED SECTION AND MEMORIZE YOUR CLASS APPOINTMENT BEFORE COMING TO EXAM* *Hints for the exam:* Archive questions are on the web, solve them (do not look at the answers and memorize answers, SOLVE THEM) Study lab questions Study study questions About exam questions: Since your exams will be read by computer,* Input output format is STRICT.* e.g For a question: -Write a program which reads an integer, and prints the square of that integer and for input output sets: Input: 2 Output: 4 Input: 3 Output: 9 -Your correct answer should be like #includeint main(){ int num,result; scanf("%d",&num); result = num*num; printf("%d",result); anykey(); return 0; } -However, the following is wrong and it will get 0 grade: #include int main(){ int num,result; printf("Enter an integer\n"); scanf("%d",&num); result = num*num; printf("the result is %d\n",result); anykey(); return 0; } -Because it does not OBEY to the given input-output format.It writes extra things on the screen like "Enter an integer" or "the result is". We do not want those. We (or the computer which evaluates your exams) just want the plain answer AS stated in the question. *Announcement section of the CMPE150 Exam:* As a reference, below is the announcements section of one of the previous years' C exam. *Please read:*