Answer: Kapilvastu was named after Vedic sage Kapilamuni
Which of these statements regarding real-time strategy games is true?
A.
They only allow one player to move at a time.
B.
They do not work well on tablets.
C.
They feature memorable characters.
D.
They do not work well on mobiles.
E.
They offer plenty of time for players to reflect.
Answer:
E
Explanation:
Answer:
e
Explanation:
If we increase the height of the pendulum, we will increase the potential energy in the system. What effect would this have on kinetic energy?
Kinetic energy will decrease by the same amount.
Kinetic energy will increase by the same amount.
Kinetic energy will not change.
Kinetic energy will increase by half the potential energy.
Answer:
yo I need points so I'm answering this sorry
Answer:
your kinetic energy will increase by the same amount
Explanation:
think of a yoyo or any weighted object on the end of a string imagine swinging it in a circle and putting your finger in it so it wraps around your finger the object spins faster as the string shortens
I hope this helped
What is the pencil tool in photoshop
Answer:
I think its to draw on the photo.
Explanation:
Answer:
draw
Explanation:
it opens the drawing menu
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
This is your code.
>>> a = [5, 10, 15]
>>> b = [2, 4, 6]
>>> c = [11, 33, 55]
>>> d = [a, b, c)
b[1:2] is
Answer:
got no answr...help me with it
Answer:
6
Explanation:
write 3 things that can't be done without technology. write your opinion?
Answer: Call a theater to get movie times, Use a phone book to find a company to do work around your house, and Park your used car on the street with a sign that says it’s for sale.
Explanation: my opinion is that it's fine to do each of those things without technology. Because technology is supposed to help the limited capacity of the human brain and improve things that make every day life quicker, easier, leaves more time to do something else.
Answer:
1) Filming, depending on the camera it is still technology that everyone uses on a daily bases with no hesitation for use.
2) Vehicles, I'm not sure if they are a type of technology but for this case lets just say they are. With vehicles we can get to places much faster then walking or taking a carriage.
3)Records, in this case music. Without records or anything of the sort we wouldn't exactly be able to listen to our favorite music at all times.
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:
Fill in the blank to make the following true.
2 ** 3 =
Answer:
2 ** 3 = 8
Explanation:
Answer:
8
Explanation:
Which option is a means of reporting events via the Internet? O A. Taking photos to upload O B. Browsing for fun O C. Downloading music videos D. Searching with search engines
Answer:
your answer is A!
Explanation:
photos are often a great form of proof or example material when reporting something over the web!
8. (a) Identify two advantages and four limitations of the Speech recognition devices.
Explanation:
Speech recognition technology allows computers to take spoken audio, interpret it and generate text from it
Which examples best demonstrate likely tasks for Logistics and Inventory Control workers? Check all that apply.
Meg operates a machine that packages products.
Darryl monitors the production schedule for a factory.
Trudy tests a piece of machinery to identify a problem.
Pearl purchases manufacturing equipment.
Gustavo designs a part for an engine.
Sheldon inspects a factory to ensure it is not causing pollution.
Answer:
1,2,4
Explanation:
Answer:
Explanation:
Hope this helps, have a great day (;
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
A video streaming website uses 32-bit integers to count the number of times each video is played. in anticipation of some videos being played more times than can be represented with 32 bits, the website is planning to change to 64-bit integers for the counter. which of the following best describes the result of using 64-bit integers instead of 32-bit integers? a. 2 times as many values can be represented. 32 times as many values can be represented. 2^32 times as many values can be represented. 32^2 times as many values can be represented. I know the answer is 2^32 but can someone explain it to me?
Answer:
2³² times as many values that can be represented
Explanation:
A 64 bit register can hold 2⁶⁴ different values, while a 32 bit register can hold 2³² different addresses
Therefore, a 64 bit can represent 2⁶⁴ ÷ 2³² = 2³² times as many values as can be represented by 32-bit
Therefore, the 64 bit can represent 2³² times as many values that can be represented by a 32 bit integer
Question, what do yall like gaming better with, Contoller, touch screen, or keyboard and mouse?
I like gaming with a contoller better, and when the game has a built in ch at like among us, pubg etc. i use the keyboard to type.
Answer:
I like to used the keyboard to type and controller too.
Explanation:
Answer:
Gaming with MnK is better
Explanation:
Mouse and keyboard allow for faster response times
what is computer memory measured in
Answer:
MB I think I learned it actually.
Explanation:
Using cell references enter a formula in B6 to calculate monthly payments for the loan described in this worksheet Omit the optional arguement use a negative value for pv
Answer:
= PMT(B4/B2, B2 * B3, B1)
Explanation:
The syntax to use is:
= PMT(Rate,NPER, PV)
To answer this question, the following assumptions will be made.
B1 = Present Value i.e. PV
B2 = Number of Payment Period i.e n
B3 = Duration (in years)
B4 = Rate
So, the formula to enter in B6 is:
= PMT(B4/B2, B2 * B3, B1)
The above formula will return the monthly payment in cell B6
I really need help in this!!!
Type the correct answer in each box. Spell all words correctly.
How does an employer judge a candidate?
The employer judge's the candidate's ________ for a job.
Answer:
An employer always looks over a candidate's resume (pronounced "reh-zoo-may" before deciding to hire them.
Explanation:
Brainliest for correct answer :)
a. X = A NOR B
b. X= NOT (A OR B)
c. X = A OR B
Which of these is a programming best practice?
Use general variable names such as V1 and V2.
Use lots of comments in the code.
Make lines of code as long as possible.
If you need to repeat a function, paste a copy of it each time you need it.
Answer:
B
Explanation:
You should question C. That looks like a very poor practice, but sometimes it can't be helped. Try and make short lines
D also looks questionable. You'll wind up with pages and pages of code. A better practice is to create subroutines (functions and procedures in the language I use) and then learn how to pass parameters.
A is not a good idea either because if you look at the code a month later, chances are you won't know the difference between v1 and v2.
The best answer is B. But how many programmers do it?
Answer:
B. use lots of comments in the code
Explanation:
Differentiate between a window and Windows
Answer:
A window is a graphic control element which are controlled by the keyboard usually and windows is an operating system
Explanation:
I need help please and thank you
Answer:
Explanation: For "BEST way to handle the situation," try Option 1, because it would possibly help them or make the Technical Support Representative do less work.
For "WORST way to handle the situation," Option 4 would be the best because you're basically just hanging up on the person.
What is the difference between motion transmission and motion transformation?
Answer:
When the parts move in the same direction, it is rotational motion, and this is called motion transmission. When there is a change in the type the motion from rotation (circular or round and round) to translation (up/down), this is called motion transformation.
Explanation:
Answer:
When we convert a movement of one type into another of the same type (that is, linear in linear or circular in circular) we speak of transmission of movement. When, on the other hand, we convert it into another of another type (that is, linear in circular or circular in linear), we speak of transformation of movements.
Explanation:
Distinguish between bit and byte?
By its simplest definition, a bit is just a smaller unit of information than a byte. ... There are eight bits in one byte of information. Alternately, and more commonly in modern connotations, bits (and their successively larger relatives, such as kilobits, megabits and gigabits) are used to measure rates of data transfer.
1.Menciona tres factores o variables que consideras influirán en el oscurecimiento del alimento cortado o pelado expuesto a la intemperie
La respuesta correcta para esta pregunta abierta es la siguiente.
A pesar de que no se incluyen opciones o incisos para responder a la pregunta, podemos comentar lo siguiente.
Los tres factores o variables que considero influyen en el oscurecimiento del alimento cortado o pelado expuesto a la intemperie son los siguientes.
1.- La exposición al elemento "oxígeno" cuando están a la intemperie.
2.- La temperatura del medio ambiente que afecta directamente al alimento.
3.- Los minerales y los metales que constituyen al alimento cuando tienen contacto con el medio ambiente.
En estos momentos, las sustancias que componen al alimento comienzan a tener reacciones químicas y se empiezan a oxidar cuando permanecen abiertas a temperaturas ambiente.
Es por eso que los expertos recomiendan que una vez abierta la comida -la fruta, la verdura- tiene que refrigerarse lo más pronto posible para poderse conservar un poco más de tiempo.
this not a queston but a warning
if you see a tnyInk link DO NOT DOWNLOAD THE FILE IN IT they most likley contain malware and if you see that link in a comment report it please it will help. and also show this to your freinds or someone.
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)
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 purpose of the website directory provided by the website host?
A. to look up user account information
B. to provide help and training for new customers
C. to store all of a website’s content files
D. to archive website usage logs
Answer:
mabye A
Explana
.
.
.
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
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: