Answer:
Forensic engineering
Explanation:
Forensic engineering matches the definition of "a area of engineering that focuses on the study of materials, products, and structures that may cause injury or damage"
what is the main difference between a search bar and a web browser
Answer:
i think a search is search bar is looking for application and files that are in the system while web browser is for searching things that are not in ur pc or laptop but searching thing i a good example google
Wilma is looking for facts about social media for her research project. What fact should she use for her project? a Communicating with social media is hard b Social media is a great way to communicate. c Social media is fun and easy to use. d The minimum age for some social media sites is 13. please help me and i will give you 5 stars
Answer:
d.
Explanation:
Out of all of the options listed, the only choice that is actually a fact would be that the minimum age for some social media sites is 13. This is because this age restriction is not set by the social media sites but instead by the Children's Online Privacy Protection Act (COPPA) within the US. The other options are all personal opinion, the most accurate of which is that "Social media is a great way to communicate." which there can still be someone with an opposing argument which means that it is not factual but instead it is an opinion.
What will you see on the next line?
>>> int(13.6)
Answer:
[tex]\huge\boxed{\texttt{13}}[/tex]
Explanation:
If we input [tex]\texttt{int(13.6)}[/tex] into bash (say python3), we will return with 13.
Why?The [tex]\texttt{int()}[/tex] function of python basically stands for integer. It will convert whatever is inside the parentheses to an integer. This works with strings as well, and can be useful for turning strings into numbers readable by a program.
An integer is any real whole number (like -2048, 0, or 6, etc.) However, Python does not round the number based on whether it's closest to one value or not. Python always rounds down, basically what it does is takes away the decimal from the number.
If you would like to round to up, however, you might have a program that does this.
[tex]\texttt{import math}[/tex]
[tex]\texttt{int(math.ceil(5.7))}[/tex]
Hope this helped!
Which of the following is not one of the views available in the PowerPoint application?
Show View
Slide Sorter
Notes Page
Reading Pane
Answer:
A. Show View
Explanation:
PowerPoint application can be defined as a software application or program designed and developed by Microsoft, to avail users the ability to create various slides containing textual and multimedia informations that can be used during a presentation.
Some of the features available on Microsoft PowerPoint are narrations, transition effects, custom slideshows, animation effects, formatting options etc.
Basically, the views that are available on the Microsoft PowerPoint application includes;
1. Slide Sorter.
2. Notes Page.
3. Reading Pane.
Hence, show view is not one of the views available in the PowerPoint application.
How do you halt an infinite loop?
by pressing the Control key and the
key
Answer:c
Explanation:ctrl and c stops a infinite loop