JEE Class main Answered
1) WHY SPACECRAFT HAVE NO WINGS?
A)WINGS ARE REMOVED FROM SPACE ROCKET TO REDUCE WEIGHT
B)WINGS STABILIZES THE AIRCRAFT IN VARIOUS AIR DRAG
C)WINGS PROVIDE MORE MOMENTUM BY ITS WEIGHT TO FACE AIR DRAG
2)A micro controller worrks as a small brain which can directed by computer codes .RAM has developed a microcontroller which has 8 pins as shown in figure.(please refer image).Corresponding codes are given in the table( also refer image).Black pin always give voltage = 0 V and white pin always provide-5 V :: Controlelr read the instructions from up to down .Sample code for running a motor:QUESTION-which of the following is correct FOR BLINKING OF LED?"
A) forever {
PM (purple,OUT)
PM(yellow,IN)
DW(purple,0)
DW(yellow,1)
wait(1)
DW(purple,1)
DW(yellow,0)
wait(1)}
B) forever {
PM (purple,OUT)
PM(yellow,OUT)
DW(purple,0)
DW(yellow,1)
wait(1)
DW(purple,0)
DW(yellow,0)
wait(1)}
C)forever {
PM (purple,OUT)
PM(yellow,IN)
DW(purple,0)
DW(yellow,1)
wait(1)
DW(purple,1)
DW(yellow,1)
wait(1)}
D)
) forever {
PM (purple,OUT)
DW(yellow,0)
DW(purple,1)
PM(yellow,OUT)
wait(1)
DW(purple,1)
DW(yellow,1)
wait(1)}
3)A micro controller worrks as a small brain which can directed by computer codes .RAM has developed a microcontroller which has 8 pins as shown in figure.(please refer image).Corresponding codes are given in the table( also refer image).Black pin always give voltage = 0 V and white pin always provide-5 V :: Controlelr read the instructions from up to down .Sample code for running a motor:QUESTION-IR sensor gives the value HIGH if an object comes infront of it while LOW when nothing is there.RAM is applying IR to make a parking indicator .The project is to make LED glow when a car is there while on the other hand it would not glow.WHICH OF THE FOLLOWING CODE IS CORRECT FOR THIS PURPOSE?"
a)forever{
if (DR (pink)is HIGH)[
PM(purple,OUT)
DW(purple,1)}
else[
DW(purple,0)]}
B)forever{
PM(pink,IN)
PM(purple,OUT)
if(pink is HIGH)
DW(purple,1)}
else[
DW(purple,0)]}
C)
forever{
PM(pink,IN)
PM(purple,OUT)
if (DR (pink)is LOW[
DW(purple,1)}
else[
DW(purple,0)]}
D)
forever{
PM(purple,OUT)
PM(pink,IN)
if (DR (pink)is HIGH[
DW(purple,1)}
else[
DW(purple,0)]}
Asked by ROZR7122 | 17 Aug, 2019, 19:34: PM
Expert Answer
Click on the link given below for the answer:
For the 1st question click on the link below and check the second point of the answer:
Click on the link below for the answer to the 3rd question:
Check the 3rd point for the answer:
Answered by Shiwani Sawant | 17 Aug, 2019, 22:20: PM
Application Videos
Concept Videos
JEE main - Physics
Asked by sumalathamadarapu9 | 23 Oct, 2024, 22:06: PM
ANSWERED BY EXPERT
JEE main - Physics
Asked by py309649 | 13 Oct, 2024, 13:39: PM
ANSWERED BY EXPERT
JEE main - Physics
Asked by coolskrish | 13 Oct, 2024, 12:50: PM
ANSWERED BY EXPERT
JEE main - Physics
Asked by midnightmoon3355 | 09 Oct, 2024, 09:09: AM
ANSWERED BY EXPERT
JEE main - Physics
Asked by rambabunaidu4455 | 03 Oct, 2024, 16:03: PM
ANSWERED BY EXPERT
JEE main - Physics
Asked by ratchanavalli07 | 17 Sep, 2024, 07:46: AM
ANSWERED BY EXPERT
JEE main - Physics
Asked by yayashvadutta45 | 15 Sep, 2024, 19:47: PM
ANSWERED BY EXPERT
JEE main - Physics
Asked by adithireddy999 | 03 Sep, 2024, 09:35: AM
ANSWERED BY EXPERT
JEE main - Physics
Asked by vaishalinirmal739 | 29 Aug, 2024, 18:07: PM
ANSWERED BY EXPERT
JEE main - Physics
Asked by vradhysyam | 26 Aug, 2024, 17:17: PM
ANSWERED BY EXPERT