This document contains a question bank for an Electrical Engineering class. It has 17 questions related to topics like timers, interrupts, registers, serial communication, ADC, and microcontroller programming. The questions cover concepts like prescaling, timer rollover, interrupt vs polling, TRIS and LAT registers, timer control registers, interrupt sources, INTCON register, registers used for serial communication, ADC module registers, data transfer schemes, programming timers, generating waveforms using timers, calculating baud rate values, programming timers to generate pulses, writing programs for serial communication and toggling ports. The question bank is for the MCA course with code EEC602 taught in the Department of Electrical Engineering at Jawahar Education Society's C
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
0 ratings0% found this document useful (0 votes)
23 views1 page
Mca QB
This document contains a question bank for an Electrical Engineering class. It has 17 questions related to topics like timers, interrupts, registers, serial communication, ADC, and microcontroller programming. The questions cover concepts like prescaling, timer rollover, interrupt vs polling, TRIS and LAT registers, timer control registers, interrupt sources, INTCON register, registers used for serial communication, ADC module registers, data transfer schemes, programming timers, generating waveforms using timers, calculating baud rate values, programming timers to generate pulses, writing programs for serial communication and toggling ports. The question bank is for the MCA course with code EEC602 taught in the Department of Electrical Engineering at Jawahar Education Society's C
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/ 1
QUESTION BANK
Department of Electrical Engineering
Jawahar Education Society's, A. C. Patil College of Engineering, Kharghar, Navi Mumbai - 410210
Class: TE-Electrical Division: A & B Semester: VI Academic Year: 2022-23 Course Name: MCA Course Code: EEC602 SR.No Questions 1 What do you mean by prescaling in PIC18 Timers? 2 What is Timer rollover in PIC18? What happens after rollover? 3 Differentiate interrupt versus polling, 4 What is TRIS and LAT registers? 5 Explain Timer0 & Timer1 control register in detail. 6 What are the sources of Interrupt in PIC18 Micro controller. 7 Write a short note on Global Interrupt Enable (GIE) and Peripheral Interrupt Enable (PEIE) and also explain INTCON register. 8 Explain the resisters used in serial communication. 9 Explain the ADC module in PIC 18 microcontroller and hence explain ADCON0, ADCON1. 10 What are the different data transfer schemes? 11 Find the value of T0CON if we want to program Timer0 in 16-bit mode, no prescaler. Use PIC 18 's Fosc/4 crystal oscillator for the clock source, increment on positive-edge. 12 Find the values to be loaded into timer register (TMROH & TMROL) to generate a square wave of 2000Hz. Assume crystal Frquency=10MHz. 13 With Fosc=10MHz, find the SPBRG value(Hexadecimal) needed to have the following baud rate a) 19200 b) 9600 c) 4800 d)2400 14 Write C18 program using Timer 0 to generate a train of puises of'100Hz frequency on PORTB pin RB7. Use 16 bit programming technique with 128 prescaler, The internal frequency of microcontroller is 10MHz. 15 Write a C program for the PIC18 to transfer th eletter 'G' serially at 9600 baud rate, continuously. Use 8 bit data and 1 stop bit. Assume Fosc=10MHz. 16 Write a C program to toggle all pins of PORT D. 17 Draw an interfacing diagram of LED connected to Port B of PIC18F and write a program to glow alternate LED .