Anyone have any ideas how to work this out x

Anyone Have Any Ideas How To Work This Out X

Answers

Answer 1

Answer:

1.5 μs

Explanation:

time = distance / speed

if your cabinet is 300 m away, the time it takes is:

300 [m] / 200 000 x 10³ [m/s] = 1.5 x 10⁻⁶ s = 1.5 μs


Related Questions

In the space below, list two or three of the basic classes of application software.

Answers

Answer:

business (database, accounting, analysis)

communications (e-mail, word processing)

entertainment (games, music, videos)

science and engineering (computer-assisted design or CAD, statistics)

development (software to make software)

emerging classes (robotics, translation)

Explanation:

The basic classes of application software that can be listed are as follows:

For business - database, accounting, analysis

For communications - email, word processing

For entertainment -  games, music, videos

Hence, these are the basic classes of application software.

What is an application software?

On a computer, there are many kinds of software that are needed by a person so that they can perform tasks easily and smoothly. The term "application software" is used to denote the kind of computer programme which is used to perform a specific kind of task or function by any individual.

It can be at a personal level, an educational level, or a business level. Whenever a person purchases any system, be it a computer or a laptop, the application software that is used by that person is also purchased.

This is dependent on their profession or the requirement, which is to be a full-flight software which is present in the world for easy and smooth working of day-to-day individuals.

Thus, some of the application software are business, communications, entertainment, development, and many more.

Learn more about application software from here:

https://brainly.com/question/14612162

#SPJ2

Huzaifa is a grade 5 student who is very enthusiastic to learn coding in computers. He asks his computer teacher to help him choose a language to code. Which level language will the teacher recommend Huzaifa?

Answers

Answer:

High level language.

Explanation:

High level language can be defined as a programming language which is generally less complex than a machine (low level) language and easy to understand by the end users (programmers).

This ultimately implies that, a high level programming language is typically a user friendly language and as such simplifies coding or programming for beginners.

Some examples of high level programming language are Python, Java, C#, Ruby, Perl, Visual Basic, PHP, Cobol, C++, Fortran, Javascript, etc.

In this scenario, Huzaifa is a grade 5 student who is very enthusiastic to learn coding in computers. He asks his computer teacher to help him choose a language to code. Thus, the language level the teacher will recommend to Huzaifa is a high level language.

What are the columns in a Microsoft Access table called?

Answers

Answer:

Field. In Access, columns are referred to as fields. When you organize your data by entering it into different fields, you are organizing it by type.

Which keyword should Mark use for variable declaration in JavaScript?

Answers

VAR is the keyword he should use

What is the output of the following code? Assume the Rectangle class exists and all the methods called below exist and work as expected.

ArrayList blah = new ArrayList ();
blah.add( new Rectangle(3,5) );
blah.add( new Rectangle(2,15) );
blah.add( new Rectangle(5,5) );
double x=0;

System.out.println(blah.size());
for(Rectangle s: blah) x+=s.area();
System.out.println(x);

Answers

Answer:

3

70.0

Explanation:

There will be 3 elements (Rectangle instances) in the list.

The sum of the areas x will contain 3*5 + 2*15 + 5*5 = 70 and will be printed as a double.

Pari needs to correct the information on a slide in her presentation and redo that recording. What is the best
approach to solve this problem?
O She should delete the recording of the entire presentation and start over.
She should delete the entire presentation and create a new PowerPoint file.
O She should delete the recording on that slide, revise the slide, and rerecord.
O She should delete all the slides in that section, create new ones, and rerecord.

Answers

she should delete the recording on that slide revise the slide and rerecord

Answer:

C

Explanation:

Which of these statements correctly describe aspects of testing code? Check all of the boxes that apply.

Users depend on the information provided by the software program.

Beta testing is the second stage of testing the software program.

All testing is done by the developer of the computer software.

All code is likely to include mistakes, no matter how careful a programmer may be.

Answers

Answer:

1 - Users depend on the information provided by the software program.

2 - Beta testing is the second stage of testing the software program.

4 - All code is likely to include mistakes, no matter how careful a programmer may be.

Explanation:

ON EDGE TRUST

plz mark brainest

IT IS THE FIRST ONE AND THE THIRD ONE

Explanation:

i just did it

Which of the following statements best describes the relative amount of content held by digital libraries vs. the amount held by traditional libraries?

Digital libraries have more access to fiction, while traditional libraries have more access to nonfiction and reference materials.

Traditional libraries tend to have access to more information because they have been around longer.

Digital libraries and traditional libraries both tend to have the same access to information.

Digital libraries tend to have access to more information because they can share with other digital libraries.

Answers

Answer:

Digital libraries tend to have access to more information because they can share with other digital libraries.

Explanation:

A digital library can be defined as an electronic or cloud-based library where informations and books about various things, places, people, animals, subjects, etc, are kept for readers to access over the internet.

On the other hand, a traditional library is a physical library that people can walk into to read.

The statement which best describes the relative amount of content held by digital libraries vs. the amount held by traditional libraries is that, digital libraries tend to have access to more information because they can share with other digital libraries because they are usually interconnected through network.

int iNum = (int) 38.78;

Answers

Answer:

iNum = 38

Explanation:

Given

int iNum = (int) 38.78;

Required

What is the value of the variable?

In the above instruction, the variable is iNum and its value is 38

This is so, because int iNum = (int) 38.78; means that the integer part of 38.78 be stored in iNum.

In 38.78, the integer part is 38 and the fractional part is 0.78.

Hence, 38 will be saved in iNum and the 0.78 be discarded

Which is the hanging indent on the rulern

Answers

Answer:

indent is a space between the red line.

Explanation:

A robot as a barista or Not?

Answers

Answer:

robot barista

Explanation:

Yay so it doesn’t take 5 years for my coffee to be made

A director was fined heavily for shooting in his own house in New York. What do you think was his mistake?
A.
He forgot to get the location release approved.
B.
He forgot to get the filming permit.
C.
He forgot to apply for permission rights.
D.
He forgot to take consent for using a brand name.
E.
He forgot to apply for synchronization rights.

Answers

Answer: B. He forgot to get the filming permit.

Answer:

b he for got fillming permits

Draw a flowchart to find the average grade in 3 subjects

Answers

Answer:

See attachment for flowchart

Explanation:

The flowchart is as follows:

Step1: Start

This begins the flowchart

Step 2: Input Score1, Score2, Score3

This gets user input for the three subjects

Step 3: Average = (Score1 + Score2 + Score3)/3

This calculates the average of the three subjects

Step 4: Print Average

This displays the calculated average

Step 5: Stop

This signals the end of the flowchart

After a security event that involves a breach of physical security, what is the term used for the new measures, incident review, and repairs meant to stop a future incident from occurring

Answers

Answer: Recovery

Explanation:

The term that is used for the new measures, incident review, and repairs meant to stop a future incident from occurring after a security breach has occured is known as recovery.

It should be noted that recovery helps in the protection of data after a data breach has occured. The incident that led to the day breach is reviewed and necessary security measures are put in place in order to prevent such from happening again.

A Hospital wants to store different types of data I need to find the best storage device for each type and why what is the best storage device to store the patient's data

Answers

Answer:

On-Premise Data storage

Explanation:

On-Premise Data storage prefers on-premise data to store and manage patient data. The main reason is straightforward and control over the in-house data. On-premise data centers do not need wireless connections, and no risk of downtimes. Healthcare can access the data from secure, making on-premise data storage choices.

On-premise data storage stored and managed escalates and demand more physical space. When hospitals use on-premise data storage, they have to arrange the physical space within the premises of the host of the server.  On-premise data is connected to the local network and could consider the secure data option in upkeeping the security of premise healthcare with anti-virus software, firewalls, and multifactor authentication.

Hospital moves toward holistic data storage option. The on-premise to cloud data storage for healthcare affirms that challenges are nullified.

Bonjour ma question est: expliquer comment fonctionne une calculatrice qui ne contient pas une pile. Pouvez-vous m'aider?

Answers

Answer:

Tout calculateur électronique ou numérique nécessite une source d'alimentation pour fonctionner, avec son circuit configuré à la porte logique requise liée aux touches d'entrée et à l'écran de sortie.

Explanation:

Les calculatrices sont des appareils utilisés pour les calculs arithmétiques. Au 19ème siècle, les calculatrices étaient mécaniques et n'utilisaient pas de batterie, elles étaient encombrantes et utilisaient des tiges et des engrenages dans leur fonctionnement. Les calculatrices récentes sont électroniques, alimentées par une batterie. Ils comprennent un circuit électronique configuré à sa porte logique requise pour le calcul, un bouton pour l'entrée et un écran pour la sortie du calcul.

Which option is not a default when adding voting buttons to an outgoing message?

Approve:Reject
Yes:No
Custom
True:False

Answers

Custom option is not a default when adding voting buttons to an outgoing message. Hence option c is correct.

What is message?

Message is defined as a specific communication unit that the source intends for some recipient or set of receivers to consume.  A broadcast's content could be a message. The information being conveyed during communication is known as the message. Sender and recipient are linked by the message.

Create an email message, respond to one you've already received, or forward it. Click Use Voting Buttons under the Tracking group on the Options tab. Please click Options > Use Voting Buttons > Custom when you are back in the message window.  Please enter your preferred voting methods in the Use voting buttons box in the Properties dialogue box before clicking the Close button.

Thus, custom option is not a default when adding voting buttons to an outgoing message. Hence option c is correct.

To learn more about message, refer to the link below:

https://brainly.com/question/28529665

#SPJ2

Theresa is not sure how nondestructive editing can be helpful in her project. Which of these is accurate about nondestructive editing? Theresa is not sure how nondestructive editing can be helpful in her project. Which of these is accurate about nondestructive editing?

A.

The original data is preserved with no changes, and you can always retrieve it for edits.

B.

The original data is changed slightly, and you cannot always retrieve it for edits.

C.

The original data is preserved with no changes, but you cannot retrieve it for edits.

D.

The original data is changed significantly, but you can always retrieve it for edits.

Answers

a. the original data is preserved with no changes, and you can always retrieve it for edits.

i think lol

The original data is preserved with no changes, and you can always retrieve it for edits of these is accurate nondestructive editing. Thus option A is correct.

What is the project?

A project is a collection of tasks that can only be finished in order to achieve a particular goal. A project may alternatively be described as a collection of inputs and results necessary to accomplish a specific objective. Projects can be administered by one worker or one hundred, and they can be simple or complex.

Nondestructive editing enables you to modify a photograph by erasing the initial image information, which is still accessible in the event that you need to go back to it. Since nondestructive editing is does not destroy data from that of an image, the grade of the edited image remains unchanged.Therefore, option A is the correct option.

Learn more about the project, Here:

https://brainly.com/question/29564005

#SPJ2

 

Which of the following could be an example of a type of graphic organizer about jungle animals

A. A collection of photos with links to audio files of noises made by jungle animals

B. A paragraph describing different jungle animals

C. A picture of one jungle animal with no caption

D. A first person narrative about a safari

Answers

B) A paragraph describing different jungle animals

Answer:it’s a collection of photos with links blah blah blah

Explanation:just took it other guy is wrong

On what aspect of digital media do people often focus on at the expense of the important supporting roles?

creation

distribution

sales

development

Answers

Answer:

the answer would be creation

Answer:

creation

Explanation:

Which views can be used to see appointments in Outlook 2016? Check all that apply. Today Tomorrow Next 7 Days Work Week Two Weeks Month

Answers

Answer:

A D C F

Explanation:

Answer:

A. Today

C. Next 7 Days

D. Work Week

F. Month

Explanation:

hope this helps :)

7.5 Code Practice I need help

Answers

Answer:

ok hold on ok

Explanation: ok

What happens when a user clicks Accept on a meeting request?

Other events at that time are canceled, and the meeting cannot be canceled by the organizer.
The agenda is updated with the user’s contact information, and other events at that time are canceled.
The meeting cannot be canceled by the organizer, and the agenda is updated with the user’s contact information.
The meeting organizer is notified, and a copy of the meeting is added to the user’s Outlook calendar.

Answers

Explanation:

Other events at that time are canceled, and the meeting cannot be canceled by the organizer.

The agenda is updated with the user’s contact information, and other events at that time are canceled.

The meeting cannot be canceled by the organizer, and the agenda is updated with the user’s contact information.

The meeting organizer is notified, and a copy of the meeting is added to the user’s Outlook calendar.

Answer:

the last one

Explanation:

just did it


True or False
the short key to insert a new slide is Ctrl + N key combinatio​

Answers

Answer:

True

Explanation:

Ctrl + N = Create new document, window, workbook, or other type of file.

Read the following scenario, and then decide if you should upgrade the computer. You have a desktop that you use primarily for writing essays for school and browsing the web at home. The computer is slowing down some, so you check the date on it. Your computer is 6 years old. It is amazing that it lasted this long. You probably need a better CPU and more RAM. What should you do?

Answers

Answer:

Upgrade

Explanation:

EDGE 2021

Answer:

B. Upgrade

Explanation:

Because you have a desktop, upgrading the CPU and RAM are an easy and inexpensive fix. Upgrading a laptop is more difficult and often requires purchasing a new computer.

I hope this helps<3

Have a nice day everyone<3

3. One advantage of online classrooms over physical classrooms is that:
A-You can usually take the classes on your own time.
B-It is easier to access class materials.
C-You can communicate with your teacher more effectively.

D-The quality of the teaching is usually better.


Answers

Answer:

c

Explanation:

You can communicate your teachers

What is a working model used to test a design called?

Answers

A working model used to test a design is a prototype.

Answer:

mockup is the working model

What is the value of creating recurring tasks?

makes task reminders more noticeable
makes task reminders more efficient
saves time spent manually creating multiple tasks
saves time spent manually configuring recurrence settings

Answers

Answer:

✔️saves time spent manually creating multiple tasks

Explanation:

I did it on edge

Answer:

saves time spent manually creating multiple tasks

Explanation:

it correct on edge 2021

Realizar una lista de las herramientas manuales que se utilizan en carpintería y otra en herrería, dibuja cada una de ellas y explicar su funcionamiento

Answers

Answer:

En carpintería se utilizan martillo, cinta métrica, escuadras, niveles de burbuja, navaja, herramientas de marcado, destornilladores y sierra circular.

Explicación:

Las herramientas manuales utilizadas en carpintería son martillos, cinta métrica, escuadras, niveles de burbuja, navaja, herramientas de marcado, destornilladores y sierras circulares, etc. Con martillos se pueden unir dos piezas de madera. La cinta métrica se utiliza para medir. Las herramientas manuales que se utilizan para la herrería son martillos de mano, mazos, cinceles, punzones, punzones y una selección de tenazas con brocas, etc. Estas herramientas se utilizan para cambiar la forma después de estar blandas debido al calentamiento.

A color channel is a layer of the image seen through one particular color only. This color channel appears in the image-editing software in grayscale. How would you identify which parts of the image have the highest saturation of that particular color and which parts have the least saturation?

When viewing an image in a single channel in an image-editing software, the [blank] of the image contain the least or no amount of the color of that channel. You can see the most amount of color of that channel in the [blank] of the image.


drop box options:

lighter tones

darker tones

white areas

Answers

Answer:

Lighter tones

Darker tones

Explanation:

The color channel stream in the computer is the combination of primary colors which gives the image look colorful. The saturation turns the image red  and the contrast gives brighter colors to the image. The image is turned towards lighter tones with the highlights effect through editing software.

Other Questions
what process does the urchin perform to obtain its energy Christina has trays of cookies for students in her class. Each tray has 6 cookies.Two of the cookies are Oreos. What fraction of the cookies in 4 trays are Oreos?Please help me :( 4.How might only one senator slow down or stop consideration of a bill? (bill, calendar, hold, unanimous consent) What events cause exhalation? A curve has equation y=2/x square root what is dy/dx Which of the following is a false statement?AAlexander the Great was Aristotle's student.BAlexander the Great conquered Persia and Phoenicia.CAlexander the Great wrote The Republic, a book about the best form of government.DAlexander the Great spread Greek culture throughout his empire. Identify a situation in which friction works against you. There are 12 rolls of film in a box, and 4 are defective. Two rolls are to be selected, one after the other, sampling without replacement. What is the probability of selecting two defective rolls?Group of answer choicesNone of the answers is correct.7/2312/13216/1441/412/144 what integer best represents a withdraw of $40. please hurry its due asap. thanks so much -9x2y5 is polynomial or monomial or binomial or trinomial or polynomial how do I solve this can someone explain it to me if a polynomial has one root in the form a+b , it has a second root in the form of a_b ILL GIVE U BRAINLYIST How are the smallest ocean waves produced? need help please and thank Solve the system of equations by graphing. -x+y = -2 y = -1 Read the following passage on Hox genes. Using the information presented, write a short passage to support the claim that many Hox genes are regulatory genes.The genome of an organism can be many millions of base pairs long. Genes are regions of the chromosome that code for protein products. They are scattered throughout the chromosome with little logical reason for their placement. There is an exception to this disorderHox genes, which are a family of genes that produce transcription factors. Hox genes are found in most eukaryotes. They are clustered together in the genome and always found in a particular order. The genes are in the same order as the characteristics are found along the body axis in the organism itself. These genes specify segment placement, such as whether a segment will form part of the head, thorax, or abdomen. For example, Hox genes related to structures in the head of an organism are found first in the Hox cluster.Hox genes have been studied in fruit flies. A cluster of 8 Hox genes are activated very early in development, laying out the segmented body plan of the head, thorax, and abdomen. There are very clear boundary lines of expression for each Hox gene. In fact, forcing embryonic Hox gene expression in a wrong part of the body can cause another regions body parts to develop. Scientists created a fly that had legs where its antennae should be through induced Hox expression! HELPPPP PLSSS IM FAILING MATHHH Tasha is packing gift bags that includethe same items. She has 72 glow sticks,36 markers, and 24 bottles of bubbles.Tasha believes that she can pack nomore than 6 bags using all of hersupplies. Do you agree with Tasha? Explain. Which of the following best describes a problem driven approach to a business opportunity decision process?O A. An entrepreneur has an idea for a product and searches for a marketO B. An entrepreneur has brainstormed a variety of ideas and prioritized concepts based on industry trendsO C. An entrepreneur has identified a growth area for businessOD. An entrepreneur has found research on a potential hot business trendO E. An entrepreneur has determined a business to pursue based on industry research