Answer:
Technology is the most useful form of science for the general population. In simple words, technology is when we take the concepts of science and transform them into gadgets and devices that are useful to us as human beings. When we look around us, almost everything is a result of or a form of technology.
For example, the device you are using right now is a form of technology made for communication, or the refrigerator in your kitchen is a use of science that helps to keep your food fresh and cool. With these examples, we see how dependent we are on technology and how important it is for us in our daily lives.
It isn’t easy to imagine our lives without using any form of technology. For the smallest of communications, we tend to turn to our mobile phones. Even most of the food we eat is packaged in factories using various technologies. Thus, imagining a life without technology is impossible. It is not only a fact of life but also a necessity for all of us.
In fact, the smartphone, that is, a mobile phone which can connect to the internet, is becoming one of the fastest-growing and most accessible forms of technology around the world. On a smartphone, you can click photographs, browse the internet, listen to music, and use social media. With the advent of smartphone technology, the practical purpose of not only communicating with your friends is met, but also so many others, as mentioned.
Thus, in today’s world, the importance of technology becomes more and more as the years pass. Scientists have done so much to advance humans using technology, and we still have a long way to go.
Explanation:
You are welcome! ;D
The term ________ refers to software that monitors a user's activity on a computer and on the Internet, often installed without the user's knowledge.
Answer:
The term spyware refers to software that monitors a user's activity on a computer and on the Internet, often installed without the user's knowledge.
what is pascaline ?
also called Arithmetic Machine, the first calculator or adding machine to be produced in any quantity and actually used. The Pascaline was designed and built by the French mathematician-philosopher
Raina remembered when she taught Amara to draw. What happened?
Sisters is an autobiographical graphic novel written by Raina Telgemeier as a follow-up to her earlier graphic memoir Smile. It details a long summer road trip taken from San Francisco to Colorado by her family and explores the relationship between Raina and her younger sister, Amara.
- BRAINLIEST answerer
what are overlapping geographical areas within a cellular network called?
how are digital computer classified on different types
A complex system used in IT is a redundant array of independent disks (RAID), which is commonly used in _____ for file servers.
Answer:
A complex system used in IT is a redundant array of independent disks (RAID), which is commonly used in high-volume data storage for file servers.
Write a program to input 6 numbers. After each number is input, print the biggest of the numbers entered so far.
Answer:
num1 = int(input("Enter a number: " ))
print("Largest: " + str(num1))
# num 2 #
num2 = int(input("Enter a number: "))
if num2 > num1:
print("Largest: " + str(num2))
else:
print("Largest: " + str(num1))
# num 3 #
num3 = int(input("Enter a number: "))
print("Largest: " + str(max(num1, num2, num3)))
# num 4 #
num4 = int(input("Enter a number: "))
print("Largest: " + str(max(num1, num2, num3, num4)))
# num 5 #
num5 = int(input("Enter a number: "))
print("Largest: " + str(max(num1, num2, num3, num4, num5)))
# num 6 #
num6 = int(input("Enter a number: "))
print("Largest: " + str(max(num1, num2, num3, num4, num5, num6)))
Explanation:
In this exercise, using the knowledge of computational language in python, we have that this code will be written as:
The code is in the attached image.
We can write the python as:
num1 = int(input("Enter a number: " ))
print("Largest: " + str(num1))
num2 = int(input("Enter a number: "))
if num2 > num1:
print("Largest: " + str(num2))
else:
print("Largest: " + str(num1))
num3 = int(input("Enter a number: "))
print("Largest: " + str(max(num1, num2, num3)))
num4 = int(input("Enter a number: "))
print("Largest: " + str(max(num1, num2, num3, num4)))
num5 = int(input("Enter a number: "))
print("Largest: " + str(max(num1, num2, num3, num4, num5)))
num6 = int(input("Enter a number: "))
print("Largest: " + str(max(num1, num2, num3, num4, num5, num6)))
See more about python at brainly.com/question/13437928
When using ________ access, access to the data starts at the beginning of the file and proceeds through all the records to the end of the file.
When using sequential access, access to the data starts at the beginning of the file and proceeds through all the records to the end of the file.
Anote los tipos de direcciones de IP que existen.
Answer:
ENGLISH PLEASE.
Explanation:
We want to simulate constantly flipping a coin until we get 3 heads in a row. What kind of loop should we use
There are different types of loops that are used in computer programming. The kind of of loop that is suitable is the
while loop.
In computer programming languages, a while loop is simply known to be a control flow statement that gives code to be executed everytime based on a given Boolean condition.The while loop can simply be said to be a repeating if statement.
It used to repeat a particular block of code in any number of times, until a said point or condition is met.
When used in C programming, it often in repeated manner executes a target statement.
Learn more from
https://brainly.com/question/21298406
A file contains 5000 bytes. Calculate the size of the file in kilobytes.
Your answer must be to one decimal place
You should show your working.
Answer:
5 Kilobytes
Explanation:
5000 bytes ÷ 1000 = 5 kilobytes
Which NTFS permission for a folder is defined as enabling you to read, write, and delete both files and subfolders
"Depression is being colorblind and constantly told how colorful the world is.”
Michelle wants to define the scope of a software development project for the benefit of her company. How does defining the scope of a
software development project help a company?
A It helps communicate effectively with the client
B. It helps deliver a project as per the client's requirements.
C It helps prepare a legal agreement
D. It helps decide the project budget
Answer:
im pretty sure its A
Explanation:
it makes more sense
Answer:
It helps deliver a project as per the client’s requirements.
Trust me... I took the test
is invalid in the select list because it is not contained in either an aggregate function or the group by clause.
Answer:
Column
Explanation:
Which type of website would allow Evan, an avid traveler, to share photos and videos with his friends
Answer:
G00GLE Photos? I'm not sure what you mean.
Explanation:
Search engine Photos is the type of website would allow Evan, an avid traveller, to share photos and videos with his friends.
What is meant by website?A website, often referred to as a web site, is a compilation of web pages and related content that is uploaded to at least one web server and given a common domain name. A group of World Wide Web pages that are often available online and connected to one another by a person, company, higher education institution, government, or other organization.
The primary objective of certain websites is to only present, disseminate, or display certain data or content online.
A website is a collection of connected web pages with a common domain name. The website can be made by anyone, including individuals, groups, and businesses. All websites are a part of the World Wide Web.
Thus, it is Search engine Photos.
For more details about website, click here:
https://brainly.com/question/19459381
#SPJ2
How do you create a website
Well, you would need a website builder program. Such as WordPress, Web.com, Gator Builder, and dozens of more. After you have the base and the look, depending on the program you would need to do some scripting.
Scripting may sound easy but depending on the language it takes some time to learn.
Or you could hire someone, you know that works too
Who plays a role in the financial activities of a company?
a virtual network of websites connected by hyperlinks is called
Answer:
it is called the World wide Web
Samantha wants to begin searching for a job using the Web. The best source for her online search will probably be __________.
Answer:
C) A company's website
Explanation:
True or false: The Internet and the World Wide Web are not synonymous. The WWW is just one part of the Internet, and its primary use is to correlate and disseminate information. The Internet includes the WWW and also other forms of communication systems such as email.
True or false: The Internet and the World Wide Web are not synonymous. The WWW is just one part of the Internet, and its primary use is to correlate and disseminate information. The Internet includes the WWW and also other forms of communication systems such as email.
Answer : True
To break a text string into several lines, which means that the text string continues on the next line, the _____ character should be used.
Answer:
To break a text string into several lines, which means that the text string continues on the next line, the backslash character should be used.
How do people get in your computer
Answer:
????
Explanation:
This is absurd, you cannot enter your computer. it is to tiny for you to fit in.
Answer:
Explanation:
I don’t know
Difference between web browser and search engine.
Answer:
A search engine is like Bing, but a web browser is a browser you can search from anywhere in the world and end up with the same search results.
Explanation:
________ consists of programs designed to work behind the scenes to handle detailed operating procedures.
What is Acronyms in Design and Technology?
Answer:
In an increasingly technological and complex world, it is important students develop knowledge and confidence to critically analyse and respond creatively to design challenges.In an increasingly technological and complex world, it is important students develop knowledge and confidence to critically analyse and respond creatively to design challenges.In the design and technologies curriculum, students create quality designed solutions across a range of technologies contexts. Students consider the economic, environmental and social impacts of technological change and how the choice and use of technologies may contribute to a sustainable future.In an increasingly technological and complex world, it is important students develop knowledge and confidence to critically analyse and respond creatively to design challenges.In the design and technologies curriculum, students create quality designed solutions across a range of technologies contexts. Students consider the economic, environmental and social impacts of technological change and how the choice and use of technologies may contribute to a sustainable future.Students also take into account the ethical, legal, aesthetic and functional factors that inform the design processes.Explanation:
Hope its helpwhat is the average gradient of the slope along the straight line CD
Answer:
is there a graph to go with this?
Explanation:
The average gradient of the slope along the straight-line CD is 0.05.
What is the average gradient?The gradient of the straight line that passes through any two points on a curve is the average gradient between any two points. This is the curve's average gradient between points A and C.
The gradient between lines C and D.
Here, the horizontal distance between points C and D is 2 miles.
Difference in elevation is = 1500 -1000 = 500 ft.
Hence, the gradient is = change in vertical elevation / horizontal distance= 500/2 = 250 ft./mile
or we can take both as the same unit in feet, 1 mile is = 5280 feet. So 2 miles is = 5280 x 2 = 10560 ft.
Gradient is = 500/10560 = .05
Therefore, the graph's slope along the straight CD line has an average gradient of 0.05.
To learn more about average gradient, refer to the link:
https://brainly.com/question/29531399
#SPJ2
The question is incomplete. Your most probably complete question is given below: the graph is added.
CODEHS 3.5.4 Obi-Wan Says
You should ask the user for three pieces of information
You should confirm their name and how many droids and Wookiees they want to meet
You should confirm their name and how many droids and Wookiees they want to meet
The program receives inputs for the name, number of droids and wookiees a user wants and displays the information as a complete sentence. The program written in python 3 goes thus :
name = input('Enter name : ')
# prompts user of name
num_droid = int(input('number of droids : '))
#prompts for number of droids
num_wooks = int(input('number of wookiees : '))
#prompts for number of wookiees
print(name, ' wants to meet', num_droid, 'droids and',num_wooks , 'Wookiees' )
#displays the information as a complete sentence
A sample run of the program is attached
Learn more : https://brainly.com/question/25506437
Lauren is a network technician monitoring performance on the local area network (LAN). She becomes alarmed when the network utilization reaches 95 percent for a particular time of day. How does she know what the utilization is normally like
It uses network usage monitoring software to know the level of traffic on that local network.
We can arrive at this answer because:
Network monitoring is an important activity to avoid overloading or underutilizing a local network.This allows the network to be manipulated to promote good performance and provide adequate traffic to users.To know the level of use of a network it is necessary to use network monitoring software. An example of this type of software is the Capsa Network Analyzer, which also allows the elaboration of strategies to increase, stabilize or decrease network utilization.
More information:
https://brainly.com/question/8118353
: Describe the type of gameplay seen during early video games (ex. Spacewar!, Pong).
Answer:
Computer scientists began building rudimentary games and simulations on mainframe computers in the 1950s and 1960s, with MIT's Spacewar! in 1962 being one of the first such games to be played with a video display. The first consumer-ready video game hardware arrived in the early 1970s, with the Magnavox Odyssey, the first home video game system, and the first arcade video games from Atari, Computer Space and Pong, the latter of which was later transformed into a home console version. Pong's success in arcades and at home prompted numerous firms to create clones of the game, resulting in a market contraction in 1978 owing to oversaturation and a lack of innovation.