Explanation:
Speech recognition technology allows computers to take spoken audio, interpret it and generate text from it
Examples of system software include operating systems like macos, Linux, Android and
Microsoft Windows, computational science software, game engines, industrial automation, and
software as a service applications
True
False
What is the velocity of a 0.100kg car with a momentum of 5 kgm/s?
Answer:
v = 50 m/s
Explanation:
p = mv
5 = 0.1v
v = 50
Write an advert to recruit teachers for a given Senior High School. The advert should cover tittle, job description, employees specifications, mode of application condition of service, closing date
Answer:
Hey! Have you ever wanted to work with kids? Do you know a lot about mathematics? Well I've got the job for you! You can be a Senior High School teacher! The job is simple, all you have to do is teach your students about mathematics every day. Let us know by July 31st if you would like to be a teacher for this upcoming fall semester.
Explanation:
x = 0
while x < 4:
print(x)
x += 1
Make it a for loop
Answer: Here you go :)
Explanation:
x = 0
for n in range(4):
print(x)
Fill in the blank to make the following true.
2 ** 3 =
Answer:
2 ** 3 = 8
Explanation:
Answer:
8
Explanation:
When multiple columns in a query are sorted simultaneously, which one will be the primary sort?
the primary key column
the middle column
the rightmost column
the leftmost column
THE ANSWER IS D
Answer:
Left most column
Explanation:
I just did the quiz
what is the deck of a suspension bridge called
Answer:
The main forces in a suspension bridge are tension in the cables and compression in the towers. The deck, which is usually a truss or a box girder, is connected to the suspension cables by vertical suspender cables or rods, called hangers, which are also in tension. I think this is the answer
To make your brand colors stand out, it is important to implement what with your color scheme?
A. Blacks
B. Grays
C. Whites
D. All of the above.
Answer:
All of the above
Explanation:
It's better to have a pattern of colors than one single color in you color scheme.
Answer:
D. All of the above
Explanation:
Brainliest for correct answer :)
How many different input combinations will be considered in the truth table, when there are 2 Inputs to the logic circuit?
Answer:
hey there, it's 4 different input combinations (TrueTrue, TrueFalse, FalseFalse,FalseTrue).
What is one example of a pan lan man and a wan
Answer:
A LAN (local area network) is a group of computers and network devices connected together, usually within the same building. ... A WAN (wide area network), in comparison to a MAN, is not restricted to a geographical location, although it might be confined within the bounds of a state or country.
Explanation:
i hope this helps
___are designed to infect and cause damage to operating system files, computer registry, and other locations on the motherboard
Answer:
Viruses
Explanation:
virusues are designed to infect and cause damage to operating system files, computer registry, and other locations on the motherboard
Which of the following statements represents a scientific bias?
Clean all containers to remove residue from the previous steps.
Use data from the previous steps because they show better results.
Make sure to follow every step in the procedure.
The scale needs to be calibrated to ensure accuracy.
Answer: Use data from the previous steps because they show better results
Explanation:
A scientific bias occurs when there's a deviation between the observations of a researcher and the accurate representation of data and results.
In this case, the use of data from the previous steps because they show better results will bring about a data bias as it'll lead to inaccuracies of the data being represented.
what is computer memory measured in
Answer:
MB I think I learned it actually.
Explanation:
How is this a SyntaxError?(python3)
Answer:
1 bracket, instead of 2 is closed in line 9
Explanation:
Given
The attached code
Required
Why is line 10 a syntax error?
The error points to line 10.
From the attached code, the line 9 is:
amount = int(input("Enter cheese order weight: ")
When converting an input to integer, the syntax is:
variable = int(input("Prompt"))
But, only 1 bracket is closed in the program, where 2 is required.
This is definitely a syntax error
Answer: theres only one bracket
Explanation: got it right on edgen