Answer:
a condition-controlled loop
Explanation:
count=1
do
print(count)
count+=1
while count <10
Brainliest for correct answer
Which of the following statements describes circuit boards?
They have billions of tiny switches.
They operate according to the decimal system.
They have been replaced in modern computers by hard drives.
They make the keyboard function properly.
Answer: A
Explanation: Been asked before.
brainliest for correct answer
If you are printing a statement and want to remove extra spaces between the text and the variables, which symbol can you use to do this?
*
+
~
/
You should use the symbol /
Good typing skills make it easier to write a computer program.
True
False
Answer:
true
Explanation:
you can type faster and more effectively.
Brainliest for correct answer
Which of these is an example of a Boolean value?
options A, B, or C
options A or B
option A
no options
Answer:
Options A, B, or C
brainliest for correct answer
In Python, == is used to create a variable.
True
False
Answer:
true
Explanation:
Vadik is creating a program where the user inputs their grade level and the program tells them which sports teams they are allowed to try out for: freshman, junior varsity, or varsity. Which kinds of statements should be used?
if, elif, else
if, then, until
elif, then, print
if, else, input
3. A Person typed 180 words per 6 minutes with errors in 18 words. Find the gross speed ,Net
speed, and accuracy percentage of his typing.
Brainliest for correct answer
What does an iteration variable do?
link to the database
translate from decimal to binary
keep track of how many times a loop has executed
choose whether to run a conditional or count variable
Answer:
its the 4th sentence
Explanation:
It is better to know the main components of all computer programming languages than to memorize the rules for all of the languages.
True
False
Answer: true
Explanation:
Marta is creating a program that will guide the user through a series of physical exercises. She wants the program to coach the user to do 10 push-ups. Which kind of loop should be used?
a binary loop
a condition-controlled loop
a count-controlled loop
an interface loop
A Person typed 180 words per 6 minutes with errors in 18 words. Find the gross speed ,Net
speed, and accuracy percentage of his typing.