Please mark this topic under 'Business'.
All of these are viable thoughts when getting a credit card, but only some can be applied to her situation.
1, 2, 4, and 5 are what Freya may ask herself. A loan doesn't seem nessecary, as she can get only further in debt.
If you found this especially helpful, I'd appreciate if you'd vote me Brainliest for your answer. I want to be able to assist more users one-on-one, as well as to move up in rank! :)
Some programs that we have used that have condition-controlled loops and count-controlled loops due to the following reasons.
Explanation:
Condition-controlled loops
A program could be made more intelligent by programming it to avoid hazards. For example, if the robot vehicle is 3 cm from the edge of the table and you tell it to move forwards 5 cm, it will drive off the edge of the table. To stop this from happening, you might write a condition-controlled loop like this:
move forward
repeat until (touching table edge)
Condition-controlled loops can be used to add a high degree of intelligence to a computer system.
Count Controlled Loops
A count controlled loop is a repetition structure that iterates a specific number of times
You can write a count controlled loop using a
while() loop.
For example:
counter = 0
while counter < 5:
print (“This will print 5
times”)
counter += 1
I would say it has to be b but its what the correct answer is its up to you!
I hoped this helped you out!
Have a nice day!
Answer:
Analog to digital conversation.
Explanation:
A lcd projector is used to play images, videos and ducoments on a computer system to a broadened view. It sends electronical signals to pixels on the lcd lens to to give output.
Watching a video online is wireless and requires an electromagnetic wave, which is analog in nature, to communicate.
The streaming of online video through a lcd projector is an analog to digital conversation.