O Level Previous paper
الذهاب إلى القناة على Telegram
https://youtube.com/@Satya806 सभी लोग इस Channel को Subscribe कर लो https://t.me/O_levelpaper Telegram group Quiz 👉https://t.me/o_levelsatya #M4-R5_Paper #M2R5 #O_Level #M3R5_Notes #M1R5Video #PaidClass_O_Level #O_Level_Notes #Satya_Sir
إظهار المزيد754
المشتركون
-324 ساعات
+57 أيام
+2330 أيام
أرشيف المشاركات
Repost from O Level Previous paper
Q(2) With css using the shorthand background to set background image to eg." xyz.png",show it once, in the top right corner 👆👆
Repost from O Level Previous paper
M2-R5 Practical set-3
Q(1)Write a program to sum and Multiple of two numbers using Javascript 👆👆👆
Repost from O Level Previous paper
Q(3) Write a HTML script to insert a hyperlink. Create a hyperlink in html Which when clicked links to
"www.google.co.in"in a new window 👆👆👆
Repost from O Level Previous paper
Q(2) Write a program in JavaScript to generate a series of prime numbers👆👆👆👆
Repost from O Level Previous paper
M2-R5 Practical set-2
Q(1) Create an html page containing the polynomial Expression as follows👇👇👇
a0+a1X+a2 X2+ A3 X3
Repost from O Level Previous paper
Q(3) Write a program to interface LCD with Arduino board and display 'Hello word' on it.👇
Repost from O Level Previous paper
Q(2) Write a program to interface buzzer with Arduino board to buzz on/off with the delay of 1 sec
Const int buzzer=9; //buzzer to Arduino pin 9
Void setup ()
{
PinMode ( buzzer, Output); // set
buzzer -pin 9 as an output
}
Void loop (){
tone (buzzer,1000);. //Send 1 KHZ sound signal
delay (1000);. / / For 1 sec
noTone(buzzer); // Stop sound
delay (1000);// for 1sec
}
