Answer:
add resistance to a circuit
Explanation:
It depends on the design in which it is incorporated. A fixed resistor has many uses, including, but not limited to ...
- dropping voltage
- limiting current
- contributing to a time delay
- adjusting frequency response
- eliminating (or creating) signal reflections
- acting as a fuse
- calibrating or trimming a response
- providing protection against electrical shock or ESD
- acting as a reference when measuring variable resistors
Answer:
Alice is correct.
The loop are dependent.
Explanation:
for(i = 1; i <= N; i = (i*2)+17 )
for(k = i+1; k <= i+N; k = k+1) // notice i in i+1 and i+N
printf("B")
This is a nested for-loop.
After the first for-loop opening, there is no block of statement to be executed rather a for-loop is called again. And the second for-loop uses the value of i from the first for-loop. The value of N is both called from outside the loop.
So, the second for-loop depend on the first for loop to get the value of i. For clarity purpose, code indentation or use of curly brace is advised.
Answer:
a) the object floats
b) the object floats
c) the object sinks
Explanation:
when an object is less dense than in the fluid in which it is immersed, it will float due to its weight and volume characteristics, so to solve this problem we must find the mass and volume of each object in order to calculate the density and compare it with that of water
a)
volumen for a cube
V=L^3
L=1.53in=0.0388m
V=0.0388 ^3=5.8691x10^-5m^3=58.69ml
density=m/v
density=13.5g/58.69ml=0.23 g/ml
The wooden block floats because it is less dense than water
b)
m=111mg=0.111g
density=m/v
density=0.111g/0.296ml=0.375g/ml
the metal paperclip floats because it is less dense than water
c)
V=0.93cups=220.0271ml
m=0.88lb=399.1613g
Density=m/v
density=399.1613/220.027ml=1.8141g/ml
the apple sinks because it is denser than water