100% found this document useful (1 vote)
288 views19 pages

S.Y.B.Sc (CS) Electronic Science - Slips - SEM IV - 2022 - 23 - 2

The document outlines the practical examination syllabus and guidelines for the S.Y.B.Sc (Computer Science) program at Savitribai Phule Pune University, focusing on electronics. It includes detailed instructions for conducting practical exams, evaluation criteria, and a list of experiments grouped into two categories related to Raspberry Pi and GSM systems. The aim is to enhance students' practical skills in electronics and prepare them for future industry requirements.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
288 views19 pages

S.Y.B.Sc (CS) Electronic Science - Slips - SEM IV - 2022 - 23 - 2

The document outlines the practical examination syllabus and guidelines for the S.Y.B.Sc (Computer Science) program at Savitribai Phule Pune University, focusing on electronics. It includes detailed instructions for conducting practical exams, evaluation criteria, and a list of experiments grouped into two categories related to Raspberry Pi and GSM systems. The aim is to enhance students' practical skills in electronics and prepare them for future industry requirements.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 19

SAVITRIBAI PHULE PUNE UNIVERSITY

Booklet of Practical Skeleton Papers

For

S.Y.B.Sc ( Computer Science)

Choice Based Credit System (CBCS)

Semester - IV

Electronics Practical Examination

(From June 2022)

S.Y.B.Sc (Computer Science)

1
PREAMBLE

The prime responsibility of all the teachers of affiliated colleges of Savitribai Phule Pune
University is to make our students knowledgeable and skillful in all respect. Keeping this view
in mind, the board of studies for Electronic Science has prepared the syllabus for practical
course with the help of senior teaching faculty and Industry experts. As per the guidance of
Board of studies, the teachers in the affiliated colleges have to implement this practical course.
The course contains Two Basic groups A and B that are directly related to the theory courses
in Semester I. The experiments from Group A & B are prepared for developing skills.
To use basic concepts for building various applications of embedded electronics. To build
experimental setup and test the circuits. To develop skills of analyzing test results of given
experiments. Developing Trained Personals for educating and training for upcoming graduates
in wireless communication. Implement basic IoT applications on embedded platform.
Along with these experiments students are motivated to work in their topics of interest through
students activities in the second term. The students’ activity contains Continuation of F. Y.
activity, Electronics project Based on the Theory Courses learnt, Documentation type
experiments, Presentation/Seminar on Electronics /advanced topic/research topics. Thus,
proper implementation of this course will definitely prepare B.Sc. (Computer Science)
students to fulfill the requirements of the time.
Evaluation of the student’s practical skill-set is one more very important duty of all teachers in
the affiliated colleges. This document is prepared to carry out the evaluation of the students
practically. It includes the skeleton for conducting practical examination. The center, where
the examination is being conducted should strictly follow the guidelines given in this
document. Examination slips for different experiments are designed systematically; judge the
students keeping in mind the objectives mentioned in the syllabus. Marking scheme of every
slip is thoughtfully prepared to ensure that the students will get marks for their understanding
and not only for memorizing the procedures. We are sure that this skeleton will enable smooth
and successful conduct of Practical Examination at different centers affiliated to Savitribai
Phule Pune University.

2
S.Y.B.Sc (Computer Science), Electronics
Guidelines for Practical Examination
______________________________________________________________________
As per University norms, Required staff for conducting practical examination at the examination
centre.( Ref. Rates of remuneration for Examination work as per the University norms)
One External Examiner (Appointed by the University)
One Internal Examiner per Batch
Two Expert Assistants per batch
Two Lab assistants
Three peons
The Internal Examiner and expert assistants must be qualified with the basic qualification of
M.Sc (Electronic Science) or equivalent degree from the UGC recognized University.
Follow the Instructions given below while setting Laboratory for Practical Examination
1.Take sufficient number of photocopies of the experiment slips and attach it to the answer
paper provided.
2. It is mandatory to keep at least 4 experiments from each group.
3. The expert assistants should test the circuit of each experiment and the associated instruments,
meters etc. while setting the Lab before the scheduled examination date. Prepare an Expert’s File,
which contains the standard observations from the circuit board and the instruments to be used at
the time of conducting examination.
4. Keep two sets of each experiment, if two batches are scheduled simultaneously for the
examination.
5. Keep sufficient copies of necessary data sheets of Integrated Circuits (IC’s) manual for students in
the Laboratory.
6. Provide sufficient number of test and measuring instruments to the students so that they will not
waste their time in sharing the same.
7. The students appearing for practical examination should be instructed to carry out his/her
experiment according to the University Practical Examination Slip.
8. The Examiners should examine students according to the slip provided by the University at the
time of Examination and enter the marks accordingly.

9. Refer:‘SPPU, RATES OF REMUNERATION GUIDELINES FOR THE EXAMINATION WORK’


for the examination staff remuneration on the website.
3
Contents

Sr.No Title of the Experiment Page No.

GROUP A
A-1 Programming of Raspberry Pi to control LEDs attached to the 5
GPIO pins
A-2 Programming of Raspberry Pi to get feedback from a switch 6
connected to the GPIO pins

A-3 Programming of Raspberry Pi to detect temperature using 7


temperature sensor

A-4 Programming of Raspberry Pi to detect light intensity using 8


photocell sensor

A-5 Programming of Raspberry Pi for Motion detection 9

A-6 Programming of Raspberry Pi for image detection 10

GROUP B

B-1 Study of GSM system (Message transmission & Reception). 11


.
B-2 To study working of SIM card in GSM handset 12
.
B-3 . Study of GPRS system 13
.
B-4 Study of Zig-bee for one application 14
.
B-5 . Study of RFID system 15
.
B-6 Introduction to Python programming. 16
.
B-7 7. To study Arduino based LED switching using mobile 17

B-8 Temperature and humidity sensing using Arduino 18

B-9 LoRa Interfacing. 19

4
SAVITRIBAI PHULE PUNE UNIVERSITY
S. Y. B. Sc. (Computer Science) Exam. Seat No. __________
Electronics Practical Examination

Time Duration: 3Hours Max Marks: 35

Distribution of Marks

Circuit/Block Python
Flowchart/ Execution Experiment Activity Total
Diagram Program
Algorithm & Result Oral Oral

05 05 08 07 05 05 35

Instructions to the Students:

1. Read the slip carefully and perform the experiment accordingly.


2. Do not switch ON the any instrument /circuit board without prior permission of examiner
3. Show at least one observation to examiner.
4. Use of only non programmable calculator is allowed.

A1: Interface and Program Raspberry Pi to control LED/LED’s

1. Draw the circuit / block diagram of LED/LED’s attached to GPIO Pins of Raspberry Pi.
2. Write an algorithm for interfacing LED/LED’s with GPIO pin. Show it to Examiner.
3. Write Program in Python language to ON/OFF or Blink or Counter action of LED/LED’s
attached to GPIO pins.
4. Execute the Program and show the execution result to the examiner.
5. Write working principle of LED.
6. What is RAM size used in Raspberry Pi-3?

5
SAVITRIBAI PHULE PUNE UNIVERSITY
S. Y. B. Sc. (Computer Science) Exam. Seat No. __________
Electronics Practical Examination

Time Duration: 3 Hours Max Marks: 35

Distribution of Marks

Circuit/Block Python
Flowchart/ Execution Experiment Activity Total
Diagram Program
Algorithm & Result Oral Oral

05 05 08 07 05 05 35

Instructions to the Students:

1. Read the slip carefully and perform the experiment accordingly.


2. Do not switch ON the any instrument /circuit board without prior permission of examiner
3. Show at least one observation to examiner.
4. Use of only non programmable calculator is allowed.

A2: Interface and Program Raspberry Pi to get feedback from a switch

1. Draw circuit / block diagram of switch& LED attached to GPIO Pins of Raspberry Pi.

2. Write an algorithm for Switch& LED interfaced to GPIO pins with Raspberry Pi.

Show it to Examiner.

3. Write Program in Python language to get the feedback from Switch& LED attached to GPIO pin.

4. Execute the Program and show the execution result to the examiner.

5. What are GPIO pins?

6. What are different types of Switches?

6
SAVITRIBAI PHULE PUNE UNIVERSITY
S. Y. B. Sc. (Computer Science) Exam. Seat No. __________
Electronics Practical Examination

Time Duration: 3 Hours Max Marks: 35

Distribution of Marks

Circuit/Block Python
Flowchart/ Execution Experiment Activity Total
Diagram Program
Algorithm & Result Oral Oral

05 05 08 07 05 05 35

Instructions to the Students:

1. Read the slip carefully and perform the experiment accordingly.


2. Do not switch ON the any instrument /circuit board without prior permission of examiner
3. Show at least one observation to examiner.
4. Use of only non programmable calculator is allowed.

A3: Interface and Program the Raspberry Pi to get the temperature from a sensor

1. Draw the circuit diagram/block diagram of temperature sensor interfacing


with Raspberry Pi.

2. Write an algorithm /Flowchart for temperature interfacing with Raspberry Pi.

3. Write a Program in Python language to get the temperature from a sensor connected

to GPIO pins and display it on LCD /Monitor Screen.

4. Show the execution and result to the Examiner.

5. List different types of Temperature Sensors.

6. Give Specifications, Parameters of temperature sensors used in this experiment.

7
SAVITRIBAI PHULE PUNE UNIVERSITY
S. Y. B. Sc. (Computer Science) Exam. Seat No. __________
Electronics Practical Examination

Time Duration: 3 Hours Max Marks: 35

Distribution of Marks

Circuit/Block Python
Flowchart/ Execution Experiment Activity Total
Diagram Program
Algorithm & Result Oral Oral

05 05 08 07 05 05 35

Instructions to the Students:

1. Read the slip carefully and perform the experiment accordingly.


2. Do not switch ON the any instrument /circuit board without prior permission of examiner
3. Show at least one observation to examiner.
4. Use of only non programmable calculator is allowed.

A4: Interface and Program Raspberry Pi to detect room light from a Photocell sensor

1. Draw circuit/Block diagram of Photocell sensor interfacing with Raspberry Pi.


2. Write an algorithm /Flowchart of Photocell sensor interfacing with Raspberry Pi.
3. Write a Program in Python language to detect room light from a Photocell sensor connected
to GPIO pins and display it on LCD /Monitor Screen.
4. Show execution and result to the Examiner
5. Explain Working Principal of Photocell
6. What is the role of ADC when interfacing it with the Photocell sensor?

8
SAVITRIBAI PHULE PUNE UNIVERSITY
S. Y. B. Sc. (Computer Science) Exam. Seat No. __________
Electronics Practical Examination

Time Duration: 3 Hours Max Marks: 35

Distribution of Marks

Circuit/Block Python
Flowchart/ Execution Experiment Activity Total
Diagram Program
Algorithm & Result Oral Oral

05 05 08 07 05 05 35

Instructions to the Students:

5. Read the slip carefully and perform the experiment accordingly.


6. Do not switch ON the any instrument /circuit board without prior permission of examiner
7. Show at least one observation to examiner.
8. Use of only non programmable calculator is allowed.

A5: Interface and Program Raspberry Pi for Motion detection using PIR

1. Draw block circuit /diagram of motion detection using Raspberry Pi.

2. Write an algorithm to detect motion using Raspberry Pi. Show it to Examiner.

3. Write Program in Python language to detect motion using PIR and presence indication through

LED /Buzzer.

4. Execute the Program and show execution result to the examiner.

5. On which Operating System, does the Raspberry Pi works?

6. Write any 5 applications of PIR sensor?

9
SAVITRIBAI PHULE PUNE UNIVERSITY
S. Y. B. Sc. (Computer Science) Exam. Seat No. __________
Electronics Practical Examination

Time Duration: 3 Hours Max Marks: 35

Distribution of Marks

Circuit/Block Python
Flowchart/ Execution Experiment Activity Total
Diagram Program
Algorithm & Result Oral Oral

05 05 08 07 05 05 35

Instructions to the Students:

1. Read the slip carefully and perform the experiment accordingly.


2. Do not switch ON the any instrument /circuit board without prior permission of examiner
3. Show at least one observation to examiner.
4. Use of only non programmable calculator is allowed.

A6: Interface and Program Raspberry Pi for interfacing Pi-camera

1. Draw block diagram of Camera interfaced to Raspberry Pi.

2. Write an algorithm to grab the image using Camera. Show it to Examiner.

3. Write Program in Python language to grab the image/video using camera.

4. Execute the Program and show execution result to the examiner.

5.To which port of Raspberry Pi, the Camera module is connected?

6. How many USB ports are available in Raspberry Pi 3 B+ model?

10
SAVITRIBAI PHULE PUNE UNIVERSITY
S. Y. B. Sc. (Computer Science) Exam. Seat No. __________
Electronics Practical Examination

Time Duration: 3 Hours Max Marks: 35

Distribution of Marks

Circuit/Bloc Python
Flowchart/ Execution Experiment Activity Total
k Diagram Program
Algorithm & Result Oral Oral

05 05 08 07 05 05 35

Instructions to the Students:

1. Read the slip carefully and perform the experiment accordingly.


2. Do not switch ON the any instrument /circuit board without prior permission of examiner
3. Show at least one observation to examiner.
4. Use of only non programmable calculator is allowed.

B1: Interface and Program GSM System for Messages /Voice Call/ ON-OFF action.

1. Draw the block diagram of GSM System.


2. Write AT commands to send and receive the messages / voice call using GSM module and Hyper
terminal on PC and Show it to Examiner
OR
2. Write an Arduino Program using AT commands for Lamps/ LED /Motor ON/OFF system

or any application through SMS. Show execution to the Examiner.


3. Show the connection and execution. Show it to the examiner.

4. Write Function of PSTN and BIT in GSM system.

5. Define AT command?

11
SAVITRIBAI PHULE PUNE UNIVERSITY
S. Y. B. Sc. (Computer Science) Exam. Seat No. __________
Electronics Practical Examination

Time Duration: 3 Hours Max Marks: 35

Distribution of Marks

Circuit/Block Python
Flowchart/ Execution Experiment Activity Total
Diagram Program
Algorithm & Result Oral Oral

05 05 08 07 05 05 35

Instructions to the Students:

1. Read the slip carefully and perform the experiment accordingly.


2. Do not switch ON the any instrument /circuit board without prior permission of examiner
3. Show at least one observation to examiner.
4. Use of only non programmable calculator is allowed.

B2: To study working of SIM card in GSM handset (SIM card detection)

1. Draw the block diagram for interfacing SIM card holder with GSM.

2. Write AT commands to check the modem connection and SIM connectivity, network and services.

Read the stored messages in SIM using AT commands.

3. Show the connection and execution properly on the PC. Show it to the examiner.

4. Why does a GSM module require a SIM card?

5. Give the full form of SIM.

12
SAVITRIBAI PHULE PUNE UNIVERSITY
S. Y. B. Sc. (Computer Science) Exam. Seat No. __________
Electronics Practical Examination

Time Duration: 3 Hours Max Marks: 35

Distribution of Marks

Circuit/Block Python
Flowchart/ Execution Experiment Activity Total
Diagram Program
Algorithm & Result Oral Oral

05 05 08 07 05 05 35

Instructions to the Students:

1. Read the slip carefully and perform the experiment accordingly.


2. Do not switch ON the any instrument /circuit board without prior permission of examiner
3. Show at least one observation to examiner.
4. Use of only non programmable calculator is allowed.

B3: Study of GPRS system

1. Draw circuit /block diagram of GPRS system to interface Humidity/Temperature sensor with

Arduino.

2. Write AT Commands and initial setup for sending Humidity/Temperature sensor data on cloud.

3. Write program to send Humidity/Temperature measurement data on cloud application system

using Thingspeaks/other.

4. Show the cloud (Thingspeaks/other) setup on PC.Show it to the examiner

5. What is the use of cloud: Thingspeaks/other& write steps for making a dashboard on it to receive

data.

6. What is the difference between GSM and GPRS?

13
SAVITRIBAI PHULE PUNE UNIVERSITY
S. Y. B. Sc. (Computer Science) Exam. Seat No. __________
Electronics Practical Examination

Time Duration: 3 Hours Max Marks: 35

Distribution of Marks

Circuit/Block Python
Flowchart/ Execution Experiment Activity Total
Diagram Program
Algorithm & Result Oral Oral

05 05 08 07 05 05 35

Instructions to the Students:

1. Read the slip carefully and perform the experiment accordingly.


2. Do not switch ON the any instrument /circuit board without prior permission of examiner
3. Show at least one observation to examiner.
4. Use of only non programmable calculator is allowed.

B4: Study of Zig-bee

1. Draw the block diagram of Zig-bee for Transmitter and Receiver for Temperature/Humidity Sensor

2. Write an algorithm for Transmitter and Receiver for Temperature/Humidity Sensor.

3. Write Arduino Program for Transmitter Temperature/Humidity Sensor dataand Receiver on

LCD/Monitor.

4. Show Execution and result to the examiner

5. Explain how communication takes place between two Zig-bee modules (Transmitter and Receiver)

6. Define Protocol? Which IEEE protocol is used in the Zig-bee Communication?

14
SAVITRIBAI PHULE PUNE UNIVERSITY
S. Y. B. Sc. (Computer Science) Exam. Seat No. __________
Electronics Practical Examination

Time Duration: 3 Hours Max Marks: 35

Distribution of Marks

Circuit/Block Python
Flowchart/ Execution Experiment Activity Total
Diagram Program
Algorithm & Result Oral Oral

05 05 08 07 05 05 35

Instructions to the Students:

5. Read the slip carefully and perform the experiment accordingly.


6. Do not switch ON the any instrument /circuit board without prior permission of examiner
7. Show at least one observation to examiner.
8. Use of only non programmable calculator is allowed.

B5: Study of RFID system

1. Draw block diagram of RFID system interfaced with Arduino.

2. Write an algorithm for RFID system interfaced with Arduino. Show it to Examiner.

3. Write an Arduino Programfor RFID based Access control system with LED or LCD indication.

4. Execute the Program and show execution result to the examiner.

7. What is RFID stands for?

8. How many digital Input/Output pins are available on Arduino?

15
SAVITRIBAI PHULE PUNE UNIVERSITY
S. Y. B. Sc. (Computer Science) Exam. Seat No. __________
Electronics Practical Examination

Time Duration: 3 Hours Max Marks: 35

Distribution of Marks

Circuit/Block Python
Flowchart/ Execution Experiment Activity Total
Diagram Program
Algorithm & Result Oral Oral

05 05 08 07 05 05 35

Instructions to the Students:

1. Read the slip carefully and perform the experiment accordingly.


2. Do not switch ON the any instrument /circuit board without prior permission of examiner
3. Show at least one observation to examiner.
4. Use of only non programmable calculator is allowed.

B6 : Python Programming

1. To access GPIO pins, which instructions are used?

2. Write aPython program to find Sum and difference of a=20,b= 11.

3. Write a Python program to find area and perimeter of a triangle.

4. Write a Python program to append name in the given below list?


Names = ["Joseph", "Peter", "Cook", "Tim"]
5. Write a Python program to sort the given dictionary.
names = {1:'Alice' ,2:'John' ,4:'Peter' ,3:'Andrew' ,6:'Ruffalo' ,5:'Chris'}

6. Write syntax for at least three data types of Python language.

16
SAVITRIBAI PHULE PUNE UNIVERSITY
S. Y. B. Sc. (Computer Science) Exam. Seat No. __________
Electronics Practical Examination

Time Duration: 3 Hours Max Marks: 35

Distribution of Marks

Circuit/Block Python
Flowchart/ Execution & Experiment Activity Total
Diagram Program
Algorithm Result Oral Oral

05 05 08 07 05 05 35

Instructions to the Students:

1. Read the slip carefully and perform the experiment accordingly.


2. Do not switch ON the any instrument /circuit board without prior permission of examiner
3. Show at least one observation to examiner.
4. Use of only non programmable calculator is allowed.

B7: To study Arduino based LED switching using Bluetooth and Mobile.

1. Draw block diagram of Arduino based LED switching using Bluetooth & Mobile.

2. Write an algorithm for Arduino with LED Switching using Bluetooth & Mobile apps.

Show it to Examiner.

3. Write Program in Arduino to control LED using Bluetooth & Mobile apps.

4. Execute the Program and show the execution result to the examiner.

5. What is the range of Bluetooth (HC-05) Device?

6. How Arduino is different from Raspberry Pi?

17
SAVITRIBAI PHULE PUNE UNIVERSITY
S. Y. B. Sc. (Computer Science) Exam. Seat No. __________
Electronics Practical Examination

Time Duration: 3 Hours Max Marks: 35

Distribution of Marks

Circuit/Block Python
Flowchart/ Execution & Experiment Activity Total
Diagram Program
Algorithm Result Oral Oral

05 05 08 07 05 05 35

Instructions to the Students:

1. Read the slip carefully and perform the experiment accordingly.


2. Do not switch ON the any instrument /circuit board without prior permission of examiner
3. Show at least one observation to examiner.
4. Use of only non programmable calculator is allowed.

B8: Temperature and Humidity sensing using Arduino

1. Draw block diagram of Arduino based Temperature and Humidity measurement


using Arduino.
2. Write an algorithm/ Flowchart for Temperature & Humidity measurement using
Arduino. Show it to Examiner.
3. Write Program in Arduino to measure temperature and humidity using DHT11 sensor and
display it on LCD/Serial Monitor of Arduino IDE.

4. Execute the Program and show the execution result to the examiner.

5. How many Analog pins are available on Arduino Board?

6. Explain working principle of DHT 11 sensor.

18
SAVITRIBAI PHULE PUNE UNIVERSITY
S. Y. B. Sc. (Computer Science) Exam. Seat No. __________
Electronics Practical Examination

Time Duration: 3 Hours Max Marks: 35

Distribution of Marks

Circuit/Block Python
Flowchart/ Execution Experimen Activity Total
Diagram Program
Algorithm & Result t Oral Oral

05 05 08 07 05 05 35

Instructions to the Students:

1. Read the slip carefully and perform the experiment accordingly.


2. Do not switch ON the any instrument /circuit board without prior permission of examiner
3. Show at least one observation to examiner.
4. Use of only non programmable calculator is allowed.

B9: Study of LORA Interfacing

1. Draw the block diagram of Lora Interfacing for Temperature and Humidity measurement.

2. Write Arduino Program for Lora Interfacing for Temperature and Humidity measurement.

3. Show the execution and result to the Examiner.

4.Give full form of Lora.

5. What is the range and frequency used in Lora interfacing?

19

You might also like