Friday, February 28, 2020

Schedule + Guidelines for conduction of Online PSPC Quiz-1

Online PSPC Quiz-1 shall be conducted on 06/03/2020 (Friday) from 9:00 - 9:45 A.M. The quiz will be taken using Google Forms. The performance of the quiz will be considered for CTA marks. Hence, it is important to perform well in the quiz.

Kindly go through the below guidelines:
  1. Use the link: https://tinyurl.com/18ucsc200-h-quiz1 to take the quiz. There are 30 questions, each are of MCQ (Multiple Choice Question) type. These questions are selected from back questions of chapters: 1, 2, 3 & 5 (partly) from the textbook "Programming in ANSI C" by E. Balagurusamy and the concepts that were covered in the regular theory class.
  2. Currently the quiz is not enabled yet. The quiz will be enabled at sharp 9:00 A.M. on Friday (06/03/2020) and will be disabled at sharp 9:45 A.M.
  3. You have to come to CSE Lab-1 to take the quiz. Attendance will be taken during the quiz. 
  4. If any student takes the quiz outside CSE Lab-1, then quiz marks of such students will not be considered for CTA.
  5. You can use your smart phone, laptop or the machines that are available in the lab, for taking the quiz.
  6. As this quiz is online quiz, active Internet connection is required to take the quiz. You might have to login using your internet username and password if you want to take the quiz using the machines available in the lab. 
  7. It is preferable to use Google Chrome Browser (recent updated version recommended) to attempt the quiz. If you are using any other browsers then quiz questions might not appear properly.
  8. It is important to submit the quiz on or before 9:45 A.M. to avoid any problems
  9. If you fail to submit the quiz on or before 9:45 A.M., then your attempt is not recorded in the database and the performance in the quiz will not be considered for CTA evaluation.
  10. The quiz is successfully submitted ONLY IF you click on the Submit button. After successful submission of the quiz, you will get a message, "Thank you for taking the quiz. Your answers have been recorded". This is a confirmation message that you have SUCCESSFULLY submitted the quiz.
  11. You can attempt this quiz only once.
  12. Please use your gmail ID ONLY to login and take the quiz. If you currently don't have gmail ID, then create a fresh gmail ID and use it to take the quiz.
  13. There is NO NEGATIVE marking for wrong answers. Hence attempt all the questions of the quiz.
  14. If you want to get yourself familiarize with Google Forms environment to take the quiz, then you can try the sample PSPC Quiz. You can refer my post: Sample PSPC Quiz to make yourself familiarize with Google Forms Environment for more information. 
I wish you all the best for the quiz!!!!!

Wednesday, February 26, 2020

Sample PSPC Quiz to make yourself familiarize with Google Forms Environment

As part of CTA activity for PSPC theory course, I shall be conducting online quizzes. To conduct the quizzes, I will be making use of Google Forms, which provides facility to create, share and take the quiz easily and efficiently.

As many of you may not be familiar with the usage of Google Forms for taking quizzes, I have created a sample quiz. This quiz will be always active. The link for the online sample quiz is given below:

Link to PSPC Sample Quiz

Following things should be kept in mind while taking the quiz:

  • Use the above link to take the quiz any number of times. However, for the actual quizzes that are part of CTA activity, you will be allowed to take the quiz only once (in a stipulated time slot). 
  • Before attempting the quiz, you need to enter your email ID. Preferably enter the gmail ID (get the gmail ID created if you don't have your gmail ID).
  • Real quiz requires you to sign in to your gmail account first and then continue with the quiz.
  • Make yourself familiarize with the quiz environment.
  • Fill in the Personal Information (all fields in this section are mandatory) and attempt all the quiz questions.
  • After attempting all the questions from the quiz, click on "Submit" button (this button will be available at the end of the quiz).
  • After successfully submitting the quiz, you will get a message "Thank you for taking the sample quiz. Your answers have been recorded". This message confirms that your answers are successfully recorded.
  • Your answers will be saved only if you click on Submit button
  • Forgetting to click on Submit button will lead to your answers not getting recorded at my end.
I sincerely hope that you will use this sample quiz to make yourself fully familiarize with Google Forms environment!!!

Tuesday, February 25, 2020

Guidelines for writing answers in Internal Assessment Booklet

Please follow the below guidelines for writing answers in IA Booklet during your Internal Assessments:
  1. Write your USN, Name, Course Code, Course Code, Roll No and Division in the front page of IA Booklet without fail. Also write the Room No. of the room in which you are writing the IA on top right part of the front page of the IA Booklet.
  2. Write the Question No. clearly on the margin of the answer booklet while writing the answers to the questions. If question numbers are missing, then such answers may not be evaluated.
  3. Read the question paper carefully before writing the answers, and write the answers to the questions based on its merits, i.e., write the answers depending on the marks allotted for the question.
  4. If theory question is asked, write the answers in point-wise fashion, each point not exceeding three lines. You can underline important keywords in the answer with pencil/pen.
  5. Do not use correction pens (whitener) for striking the wrong answers.
  6. Draw neat block diagrams wherever necessary with PENCIL only.
  7. Wherever required, tabulate the data.
  8. If C programs are asked, then write well indented complete C program. You need not write the output of the program.
  9. If flow charts are asked, then draw flow chart symbols with PENCIL only. If flow charts are not drawn neat, then you might loose marks, i.e., neatness carries some marks for flow chart answers.
  10. If algorithms are asked, then indicate each step of the algorithm with Step Number (eg: Step-1, Step-2, etc). Algorithms without step numbers will not be evaluated.
I hope you will follow the above guidelines during the Internal Assessments. 
I wish you all the best for your internals!!!

PPT + Video on Evaluation of Mathematical Series using Loops

This video introduces the approaches to evaluate mathematical infinite series, namely: 1) Euler's Series 2) Sine Series Kindly go t...