-
@abrakadabra • Oct 26, 2024Oct 26, 20241.1KLook at this video and read the description following it. [video=youtube;fXkoIBDXwd8]https://www.youtube.com/watch?v=fXkoIBDXwd8&feature=player_embedded[/video] Video from a camera attached to a weather balloon that rose into the upper stratosphere and recorded the blackness... -
@morningdot-6Xuj4M • Oct 19, 2024Oct 19, 20241.1K
Doubt in html...!
As we know by using these tags <b>,<i>,<r> we can able to change the text style. Look at this code <html> <head> <iframe src="cboy.txt"> </iframe> </head> </html>. Here in this... -
@kate1-sicbwH • Oct 26, 2024Oct 26, 20241.4K
Full stage logic diagram for 16 microoperations and 2 variables using MUX 4x1
help in architecture--- drawing full stage logic diagram for 16 microoperations and 2 variables using MUX 4x1 ? please reply asap. -
@gaurav200x-QWHQAS • Oct 26, 2024Oct 26, 20241.7K
What is 'Effective Mass of an Electron'
While studying Gunn Diode in Microwave Technology, I came across the term 'effective mass of an electron' and not able to recall what it is. Can anyone kindly explain what... -
@samaira-P4RsEf • Oct 26, 2024Oct 26, 20241.4K
Vb 6.0
I have done the following code for binary search.But all the time Its showing match not found even if the number is present in the array😔 Dim a As Integer... -
@thebigk • Oct 9, 2024Oct 9, 20241.2KCE Looks AWESOME in uBuntu 10.10 FireFox using uBuntu Font!
I just love the look of CE using uBuntu font in uBuntu 10.10. I wonder we've anyone else using uBuntu 10.10 and the Firefox default font set to uBuntu? -
@computeridiot007-xUubel • Oct 27, 2024Oct 27, 20241.3K
question related to ubuntu linux
when I inserted ubuntu cd into dell inspiron 1456 I got the linux command line instead of installation window with GUI format .First time I came across this situation.I have... -
@morningdot-6Xuj4M • Oct 26, 2024Oct 26, 20241.5K
What about the other 3-bits in flag register ?
Actually i have a silly doubt, As we know our intel microprocessor have 5 flags and 1-bit space is alloted for each flag. Flag register we are going to use... -
@syee10-oL4aOs • Oct 26, 2024Oct 26, 20241.5K
7 Segment Display Help
Hi all, I am designing a four digit 7 segment display just using IC 74LS90 decade counter and 74LS47 BCD to 7 segment driver. My question is how to link... -
@abrakadabra • Oct 23, 2024Oct 23, 20241.4KIs Engineering Art or Science?
....or neither? See this video. A rather funny take on the topic. [video=youtube;oObrV0qDvGE]https://www.youtube.com/watch?v=oObrV0qDvGE[/video] But seriously, let your opinions flow in.. -
@reya-SMihdC • Oct 26, 2024Oct 26, 20241.2K
Common Reasons for Hard drive Crash
How HDD will get crashed?? -
@anjligupta-CiXhvl • Oct 27, 2024Oct 27, 20241.2K
ideas for project final yr..
i m a student of final year.. cn anyone suggest me any ideas for project.. reply soon... -
@syee10-oL4aOs • Oct 26, 2024Oct 26, 20241.6K
AD633 Multiplier Problem
Hi, I am designing a power meter which using the multiplier LM331 to multiply the Voltage and Current signal. The voltage and current signal will be go through the sample... -
@whizkidaniket-5IiBCq • Oct 26, 2024Oct 26, 20241.3K
If You’ve Never Failed, You’ve Never Lived
Inspiring video on persevering no matter how many times you have failed in life. A must watch video! [video=youtube;Y6hz_s2XIAU]https://www.youtube.com/watch?v=Y6hz_s2XIAU[/video] -
@3011-Ivk5C8 • Oct 26, 2024Oct 26, 20241.4K
Problem in Visual Basic
Hi CEans! Actually i am using VB6.0 . Can anyone tell me which statement is used to print the next element in same line. As by using print statement it... -
@sushant005-tyt4WK • Oct 15, 2024Oct 15, 20242.3K
Low-Level Formatting
Hello friends, I am confused can any one tell me actually for what purpose low level formatting is used. Is it used for correcting the bad sectors or detecting the... -
@ramana-slv-xx4JdA • Oct 26, 2024Oct 26, 20242.2K
Ip address
what is the difference between physical Ip address and logical ip address please tell me any one ......................................... -
@dheerajkvs-ycESs6 • Oct 26, 2024Oct 26, 20241.3K
How To Write A Technical Paper For Presentations & Contests?
Hii i am an electronics engineer. I was thinking of writing some papers and enter some fests and am interested in it. But the problem is i don't know how... -
@morningdot-6Xuj4M • Oct 7, 2024Oct 7, 20241.2K
Doubt in java programming.
Hello friend's, Check out this program. import java.io.*; public class r { public static void main(String args[])throws IOException { try { FileReader fr=new FileReader("mohit.txt"); FileWriter fw=new FileWriter("monu.txt"); int s; while((s=fr.read())!=-1)... -
@varsha0802-YohNRX • Oct 22, 2024Oct 22, 20241.1K
Function Overloading in C Programming Language
I have a doubt. c does not support function overloading. but if anyway we want to use it, how can we do it?