Bit Definition and 380 Threads
-
B
Most efficient logic for 10 bit decoder
Hello, What is a good way to implement the logic for a 10 bit (10 to 1024) decoder? A method that is systematic, has low fanout, fanin, propogation delay, and capacitance is desired. It would be helpful if you could find some websites that implement this design. Thanks, James- bsun2
- Thread
- Bit Decoder Logic
- Replies: 2
- Forum: Electrical Engineering
-
V
A little bit of history about cells
Hey Everyone :) I'm trying to find out the year on which ~stocks cells~ has been discovered? I'm really not sure about the english word... but in french we call them "cellules souches". I've search a bit on google but couldn't find anything. Edit: Okay I found the correct english word...- Vanity
- Thread
- Bit Cells History
- Replies: 1
- Forum: Biology and Medical
-
M
Tea, tea and MORE Tea (and a tiny bit of coffee for us late nighters)
I was finishing my chamomile tea...which was very yummy :biggrin:. As I finished the last swallow, I wondered if chamomile has any health benefits to it. Ironically I was wondering the same thing about green tea (also very yummy... :wink: ). How is that tea has some components in it that provide...- misskitty
- Thread
- Bit Coffee
- Replies: 18
- Forum: Biology and Medical
-
M
What are the properties and connections between bit strings and graph theory?
I am not really sure how to start this problem, and I have tried searching everywhere. If you could help me that would be great...just to know how to get started. I'm in 2nd Year, Intro to discrete mathematics, if it matters. Thanks Let G be a graph whose vertices correspond to the...- miraclepie
- Thread
- Bit Graph Graph theory Strings Theory
- Replies: 2
- Forum: Linear and Abstract Algebra
-
M
Where did the cos7x come from in the derivative of y=(1+cos²7x)³?
OK, in Calculus, in finding the derivative of y=(1+cos²7x)³ my textbook says the answer is -42(1+cos²7x)²cos7xsin7x. Where did they get the cos7x from?- ms. confused
- Thread
- Bit
- Replies: 5
- Forum: Introductory Physics Homework Help
-
I
Solving Algebra Problem: [3+ x5/3y]/x
I'm not sure how to do this: [3x-1/3 + x5/3y] / x2/3 this is what i did: [3 + x5/3y ]/ x1/3x2/3 [3+ x5/3y]/x the answer to the problem is the same as what I have except instead of x^5/3, its x^2. help.- Imparcticle
- Thread
- Algebra Bit
- Replies: 5
- Forum: Introductory Physics Homework Help
-
Bit viewer/editor for peeking at PNG format
I want to parse PNG format files, and I need to understand what they're doing with the bytes. Dropping a PNG into Notebook shows ASCII versions of the bytes. I need a small freeware viewer tool to examine the bits themselves. Can someone point me at something I could use? Also, while I am...- DaveC426913
- Thread
- Bit Format
- Replies: 7
- Forum: Computing and Technology
-
How Can I Find the .exe File for MiKTex on Win98?
I'm having the biggest dilemma of my entire existence.I've just downloaded the "MiKTex" software,apparently succesfully installing it,but,as it wouldn't make a shortcut in the StartUp Menu (using Win98),I have no idea how to find the program itself,the ".exe" file. So,please,could anyone...- dextercioby
- Thread
- Bit
- Replies: 5
- Forum: Computing and Technology
-
V
Grah need a bit of trig derivative help.
ok, so I'm doing a calc assignment, and the whole assignment is done except for one question, the rest of the answers check properly on my graphing calculator both with nDeriv and the tangent function. this question shouldn't be so hard, but i must be missing something. could use a bit of help...- Vadim
- Thread
- Bit Derivative Trig
- Replies: 2
- Forum: Introductory Physics Homework Help
-
E
A bit of trouble with Galois groups
Is the Galois group of F=Q(sqrt2,3i) the maps {id, tau , sigma, gamma}, where (1) id is the identity (2) tau maps sqrt2 to -sqrt2 and leave 3i alone (3) sigma leaves sqrt2 alone and maps 3i to -3i (4) gamma maps sqrt2 to -sqrt2 and 3i to -3i ? If so, the what are the fixed fields of the...- Euclid
- Thread
- Bit Groups
- Replies: 2
- Forum: Linear and Abstract Algebra
-
S
Question: How can logic gates be used to create a 1 bit computer?
Anyone know of a site that explains a 1 bit computer made from logic gates, or at least what all is needed for a one bit computer (all I know is an ALU)?- sjaguar13
- Thread
- Bit Computer Logic Logic gates
- Replies: 7
- Forum: Electrical Engineering
-
R
Simple problem, but having a bit of trouble
A 14.0 kg block is dragged over a rough, horizontal surface by a 87.0 N force acting at 20.0° above the horizontal. The block is displaced 6.50 m, and the coefficient of kinetic friction is 0.300. (b) Find the work done on the block by the normal force. J (c) Find the work done on the...- ramin86
- Thread
- Bit
- Replies: 7
- Forum: Introductory Physics Homework Help
-
S
Static, arrangement of block, a bit IQ style.
The question is :"the length of each wooden block shown in the figure is L. How the wooden blocks should be arranged so that the total lengths of the two blocks that overhang the bottom block is maximum?" I actually more interest about the method you use to solve this question, i hope you use...- scoutfai
- Thread
- Bit Block Iq Static
- Replies: 1
- Forum: Classical Physics
-
C
Hubble's law- little bit of help
Hey, I am really interested in cosmology especially the acceerating vs. decelerating universe debate and I was wondering if anyone could help me out with what the implications hubble's law acutually are. I know that is states that somthing that is twice as far away then it is moving twice as...- Cosmo16
- Thread
- Bit Hubble's law Law
- Replies: 7
- Forum: Astronomy and Astrophysics
-
F
A little bit beyond projectile motion.
Ok, here's the deal. I have a projectile motion project that goes a little beyond the normal "ideal projectile" problems. The project consisted of shooting a projectile from a device that, within a few percent, launched a projectile at the same initial velocity every time it is fired. The...- faust9
- Thread
- Bit Motion Projectile Projectile motion
- Replies: 5
- Forum: Introductory Physics Homework Help
-
T
A bit weird magnetism problem
A bit weird magnetism problem... You see i have a problem... Assume the below situation in which there are 4 magnets above a wire and connected to a wheel of some sort. Now, once the wheel is in motion, Each set of the magnets have one strong and one weak magnet. In the first set, the strong...- The_Thinker
- Thread
- Bit Magnetism Weird
- Replies: 1
- Forum: General Math
-
H
Troubleshooting an 0x80 Mask for Char Bit Display
mask = 0x80; for(i = 0; i < 8; i++) { if((testvalue & mask)!= 0) { cout<<"1"; } else { cout<<"0"; } mask = mask >> 1; } The code displayed was for displaying the bits in a char,however it doesn't work...- Hypercase
- Thread
- Bit Troubleshooting
- Replies: 6
- Forum: Computing and Technology
-
D
Having a bit of trouble with Electric currents and resistance
Hey there! This question has be a bit confused as to where to start--- Suppose you made a 4.70 k-Ohm resistor from a carbon resistor and a Nichrome wire wound resistor connected together so the total resistance is the sum of their separate resistances. What value should each of these...- Divergent13
- Thread
- Bit Currents Electric Resistance
- Replies: 6
- Forum: Electromagnetism
-
T
Flowers (hope this one lasts a bit longer)
A women is asked if she wants to win £100,000. She says yes. She is taken to a room full of flowers. She is told that the room has only one real flower in it. If she can find the one real flower she will win. There are too many flowers in the room to go through one at a time as she only has an...- The Bob
- Thread
- Bit
- Replies: 21
- Forum: General Discussion
-
J
Study on Propeller Spin Rate vs. Wind Angle of Attack: Tips and Techniques
Hey guys I need a little help with my physics project It's a private investigation, and I've decided that my topic would be: The rate the propeller spins vs. the angle of attack of the wind. Ive decided to change the variable by changing the angles the flap faces towards the wind (generated...- jessiem
- Thread
- Bit
- Replies: 2
- Forum: Introductory Physics Homework Help
-
C
Is Physics Really Wrong About Object Motion?
BIG BREAKTHROUGH, I proved Physics is wrong. Consider the following: If an object is thrown straight upward with an initial speed of 8m/s, and takes 3- compnewb
- Thread
- Bit Physics
- Replies: 2
- Forum: Other Physics Topics
-
K
Is Intel Releasing a 64-Bit Processor with the Prescot Next Year?
When will intel come out with a 64 bit processor? I am excited about the prescot, but will it be 32 or 64 bit? And does anybody know if the prescot will be out this time next year? And does anyone know what the clockspeed of processor will most likely be this time next year?- Krazie
- Thread
- Bit
- Replies: 13
- Forum: Computing and Technology
-
L
Impulse response? I need a bit of help with this if anyone can?
hey, i did my undergrad in music and english and now am lost beyond reckoning with the impulse response stuff in my postgrad. Could anyone help with these exercises? They're examples from my lecture notes and have no idea how my lecturer got the answers. Please help? Ex.1) Show that x(t)*h(t)...- lizm
- Thread
- Bit Impulse Impulse response Response
- Replies: 2
- Forum: Introductory Physics Homework Help
-
P
Create 8-bit Binary Decoder Circuit w/3 Mechanical Switches
How difficult would it be to create a circuit that uses 3 mechanical switches as inputs to light up 8 LEDs for the binary combinations? This is for my electric circuits class. I've done one for Logic class, but I was able to use Logic gates and some other extra equipment. So any hints on...- phantomAI
- Thread
- Binary Bit Decoder
- Replies: 13
- Forum: General Engineering
-
Java Welcome to Java Class: Learn Java One Bit at a Time
Welcome to Java Class! We're going to learn a bit of Java here, one bit at a time, using real world examples to understand what we're doing. My aim is that all of the Java posted here is executable, so you can try it yourself. First, before you can make use of any Java programs, you'll...- chroot
- Thread
- Bit Class Java Time Welcome
- Replies: 129
- Forum: Programming and Computer Science
-
M
How Do You Approach Reduction of Order for This Differential Equation?
Although on the whole my Boyce & DiPrima book is fairly good in of itself and compared with others, but of-coarse some areas are lacking. vt'' - 3v' = 0 I suppose I integrate twice, but then what?- Matt Jacques
- Thread
- Bit Reduction
- Replies: 11
- Forum: Differential Equations
-
C
A bit of direction is needed, if possible
Hi, As the subject indicates, I'm looking for a little direction. Its not actually homework help, but this seemed as though it would be the appropriate place to post this question. I am considering a major in physics, because believe it is something i would enjoy, because of certain things I...- Calliah
- Thread
- Bit Direction
- Replies: 3
- Forum: Introductory Physics Homework Help
-
J
Need a bit of help with j-hat and i-hat in a collision
Hey there, I'm lost with this one: Now, I know how to go about calculating the velocity of the center of mass (v(cm)= m(1)V(1)+m(2)V(2)/m(1)+m(2) The thing that throws me off is the j-hats and i-hats. How do I come out with a vector number? I thought of the pothagarem(sp?) therom, but...- jperez94
- Thread
- Bit Collision
- Replies: 2
- Forum: Introductory Physics Homework Help
-
Q
Can You Read This Jumbled Text?
Aoccdrnig to rscheearch at an Elingsh uinervtisy, it deosn't mttaer in waht oredr the ltteers in a wrod are. The olny iprmoatnt tihng is taht frist and lsat ltteer are at the rghit pclae. The rset can be a toatl mses and you can sitll raed it wouthit porbelm. Tihs is bcuseae we do not raed ervey...- quartodeciman
- Thread
- Bit Interesting Reading
- Replies: 10
- Forum: General Discussion
-
What is your most interesting bit of trivia?
I thought I would try this one out for giggles. We obviously have a very intelligent group of interesting people here. I am wondering if we have a good supply of interesting, surprising, or amazing trivia. Here are a few that surprised the heck out of me. I am told that the most...- Ivan Seeking
- Thread
- Bit Interesting
- Replies: 13
- Forum: General Discussion