Wednesday, November 26, 2014

Surprising results of #microcontroller Trending

An interesting slideshow from Google Trends showing popular search area for some microcontrollers
Top Regional Interest for STM32 microcontrollers are in following places
Top Regional Interest for AVR32 microcontrollers are in following places
Top Regional Interest for ARM7 microcontrollers are in following places
Top Regional Interest for ARM9 microcontrollers are in following places
Top Regional Interest for PIC16F microcontrollers are in following places
Top Regional Interest for ARM Cortex microcontrollers are in following places
Top Regional Interest for MSP430 microcontrollers are in following places
Top Regional Interest for PIC18F microcontrollers are in following places
Top Regional Interest for 8051 based microcontrollers are in following places
Top Regional Interest for 68HC11 microcontrollers are in following places

PIC16F887 quiz

All PIC microcontrollers use harvard architecture
PIC18FXXX has following
PIC16FXXX has following
Branch instructions in PIC16F887 are single-cycle instructions
Function of each port A pin can be changed using TRISA register in PIC16F887
The data memory in PIC16F887 is partitioned into
All bits in STATUS register of PIC16F887 are R/W
The OPTION_REG register in PIC16F887 contains various control bits to configure
Setting RSIE in PIE1 Register
POR bit in PCON register has reset to 0
BOR bit in PCON register is 0
The size of the program memory of PIC16F877 is
The functions of port B pins is determined by
Instruction ""CLRF CCP1CON"" does
To set CCP1 module in compare mode
To transmit inverted data to the RC6/TX/CK pin in asynchronous mode
To establish serial communication in I2C mode
To measure voltage on an input pin by ADC
System clock and frequency selection option is controlledd by
Instruction "SWAPF f,d"
Please select an option
Answer

Tuesday, November 25, 2014

Microcontroller Quiz

Microcontroller has following component
Function of SFRs are predefined by manufacturer
Microcontroller resets whenever counter set by a watchdog timer (WDT) rolls over
Address of each device in an I2C bus must be
I2C bus is multi-master bus
Bus master in I2C bus is always microcontroller
SPI refers to protocol used by UART chips
Following is NOT the logic signal in a SPI bus
Number of master device supported in SPI is
Following is NOT one standard request which a host in USB communication can send
Zigbee standard is based on
Maximum data rate in Zigbee standard is
Following in Zigbee standard allows a receiving device to synchronize and lock onto the bit stream
Quantization level in an 8-bit ADC is
Quantization introduces error in an ADC
ADC in a microcontroller is always a flash ADC
Please select an option
Answer

Sunday, November 23, 2014

VxWorks Quiz

What is the VxWorks framework that detects memory corruption in user and kernel space?
VxSim is an instruction set simulator
Which shell appears in the VxSim application at startup?
Which of the following is NOT a default VIP (VxWorks Image Project)?
Which of the following interpreter is NOT available with the Host Shell?
What Tcl command is used to configure the shell?
System debugging mode is best suited to debug
How many TCBs are there per task?
What is always the state of a binary semaphore after a semTake()?
What is the priority of a mutex semaphore?
What can re-enable locked out interrupts?
What happens to unread bytes in a message during a msgQReceive()?
One of the following is not a component of intertask communication:
VmContextShow() is used to
Source code can be shared between RTPS and kernel routines
An ISR can call semTake() if it needs ot do something fast
Which of the following is not the error types in VxWorks?
What parameter is used to set the persistent memory region size?
tWvRBuffMgr
Please select an option
Answer

Embedded Systems Quiz

Advantage of Inter-Process-Communication is
Threads in different processes can communicate via
Microcontrollers often have
The microcontroller is useful in systems that have nonvariable programs for dedicated applications.
what is meant by maskable interrupts?
Can ROM be used as stack?
The advantage of memory-mapped I/O over port-mapped I/O is
Which of the following is NOT a computer performance metric:
Branch prediction is used in the context of
Delayed branching is used
The program counter does
An ISR can not wait on a semaphore
Which of the following is a method for obtaining mutual exclusion over a shared resource
What occurs when a multitasking kernel decides to run another task:
VxWorks task scheduling mechanism is
µC/OS-II provides the IPC function
µC/OS-II task scheduling mechanism is
VxWorks provides the IPC functions
The problem of priority inversion can be solved by
Interrupt latency is the time duration between the generation of interrupt and execution of its service.For RTOS interrupt latency should be
Time duration required for scheduling dispatcher to stop one process and start another is known as
A function which change the execution mode of the program from user mode to kernel mode is known as
Is malloc() a system call?
How many wires are used in I2C Bus?
Data transfer in I2C bus is initiated by
A frame in an OSI network model is the data unit of
How many clock cycles does to take in RISC to execute one instruction?
How many wires are used in SPI bus?
How many wires are used in USB bus?
Token packet in USB contains address and control Information:
All USB transactions are groupped into timing intervals - frames to ensure that all devices residing on USB bus get their share of the bus bandwidth -
Please select an option
Answer