A self bias circuit uses Si transistor, RC = 330 Ω, RE = 100 Ω and VCC = 12 V. Estimate the values of R1 and R2 required to provide a base current of 0.3 mA, so as to locate the operating point at ICQ = 18 mA and VCEQ = 4.25 V
Design a signal conditioning to measure speed using Encoder disc 20 CPR . Assume suitable data if necessary.
Refer data sheet of Encoder disc 20 CPR if necessary. Also create a part list.
You are also required to simulate designed signal condition interface using appropriate simulation software.
Create rubric for Encoder disc 20 CPR from various manufacturers.
Suggest experimental set up for plotting characteristics of Encoder disc 20 CPR
Write down details about speed measurement system, devices / instruments required, selection criteria’s of item involved in measurement, Calibration, Verification and validation of all results.
What will be the output of following program? Justify your answer.
#include<stdio.h>
void main()
{
int a,b,c;
a=9;
b=10;
c=(b<a||b>a);
printf(“\n c=%d”,c);
}
What will be the output of following program? Justify your answer.
#include<stdio.h>
void main()
{
int k=8,b;
b=(k++-k++-k++-k++);
printf(“\n b=%d”,b);
}
What will be the output of following program? Justify your answer.
#include<stdio.h>
void main()
{
int k=8;
printf(“\n %d”,(k++-k++));
}
What will be the output of following program? Justify your answer.
#include<stdio.h>
void main()
{
int x=!0*10;
printf(“\n x=%d”,x);
}
What will be the output of following program? Justify your answer.
#include<stdio.h>
void main()
{
int x,y,z;
y=2;
x=2;
x=2*(y++);
z=2*(++y);
printf(“\n x=%d y=%d z=%d”,x,y,z);
}
What will be the output of following program? Justify your answer.
#include<stdio.h>
void main()
{
int m,j=3,k;
m=2*j/2;
k=2*(j/2);
printf(“\n m=%d k=%d”,m,k);
}
What will be the output of following program? Justify your answer.
#include<stdio.h>
void main()
{
int ans=2;
int m=10;
int k;
k=!((ans<2)&&(m>2));
printf(“\n %d”,k);
}
A plate 100 mm wide, 200 mm long, and 12 mm thick is loaded in tension in the direction of the length. The plate contains an edge crack with the crack length of 16 mm. The material is steel with KIC = 80 MPa√m, and Sy = 950 MPa. Determine the maximum possibleload that can be applied before the plate (a) yields, and (b) has uncontrollable crack growth.