Answer:
Ray is part of a line that starts at one point and extends forever in one direction.
Explanation:
In geometry, a ray can be defined as a part of a line that has a fixed starting point but no end-point. It can extend infinitely in one direction. On its way to infinity, a ray may pass through more than one point. The vertex of the angles is the starting point of the rays.
Extra
B. A part of a line with two endpoints?
line segment
A line segment has two endpoints. It contains these endpoints and all the points of the line between them. You can measure the length of a segment, but not of a line. A segment is named by its two endpoints, for example, ¯AB.
Answer:
Ray is part of a line that starts at one point and extends forever in one direction.
Explanation:
Match each role to the corresponding web development task.
Answer:
1. Art director: selecting color palettes.
2. Web project manager: creating budget spreadsheets.
3. Usability lead: researching target audiences.
4. Developer: coding.
Explanation:
HTML is an acronym for hypertext markup language and it is a standard programming language which is used for designing, developing and creating web pages.
Generally, all HTML documents are divided into two (2) main parts; body and head. The head contains information such as version of HTML, title of a page, metadata, link to custom favicons and CSS etc. The body of the HTML document contains the contents or informations of a web page to be displayed.
The various role performed during the web development process (task) includes;
1. Art director: selecting color palettes. This individual is saddled with the responsibility of choosing the color that best fits a website.
2. Web project manager: creating budget spreadsheets. He or she is responsible for performing tasks such as creating a financial (budget) plan, start and finish date (timing), procurement, etc.
3. Usability lead: researching target audiences. This individual is saddled with the responsibility of surveying and collecting data from the demography for which the website is designed.
4. Developer: coding. This is the technical expert referred to as a web developer and is responsible for writing the set of instructions (codes) that enables the website to work properly and serve a purpose.
who doesn't like reeses
Answer:
I like Reeses. but then sometimes I don't
literally nobody lol
Answers for 1-6 on 9.3 Lesson Practice Edhesive?
Answer:
1.two
2.row, columns
3.will
4.realize
5.fabric
6.bandana
Explanation:
If this is the quiz after the videos here are the answers that got me through it
Leah wants to add an image to her updated presentation, so she wants to access the Help interface. What should Leah do to access the interface?
Answer: 0
Explanation: 1/2
Answer:
a
Explanation:
I NEED THIS ASAP!!! I"LL GIVE 30 PTS.!!!
2 things are required to make a loop: a. ______________ b. _____________
Answer:
(not quite sure what the question is asking seems you need, but bare minimum is)
an initial value and an increment or decrement
a condition where the loop stops
Explanation:
assuming you have the structure for the loop, depending on the language it could be a for, while or until command. You will always need the initial value for the variable your looping on, how it changes (increment or decrement) and then a condition when the looping in to stop.
e.g. say you want to add up the numbers from 1 to 10, inclusive
sum = 0
for I is 1 to 10 incremented by 1
sum=sum+I
end of loop
A multiuser operating system specifically allows _____.
multiple users concurrently
multiple processes concurrently
only one person at a time
only one process at a time
Answer:
multiple users concurrently
Explanation:
A multiuser operating system specifically allows multiple users concurrently.
List three differences between word and excel
Answer:
Word: A word processor
File extension is .doc
Images, texts, and graphic styles can be added
Exel: A spreadsheet software
Comprises rows and columns which combine to form cells
File extension is .xls
I hope i helped! xoxo
Best beginner racing drones?
Answer:
Walkera Runner 250
Explanation:
This drone is durable, and offers a lot of features while not totally being over the top!
I just played slither.io and got a length of 50632! Can you beat that? http://slither.io
I WANNA SEE YOU BEAT ME ¯\_(ツ)_/¯ if my name is on the leader board it's kirishima
Answer:
Nice
Explanation:
Answer:
well yes
Explanation:
can you plz tap the thanks button and rate 5 stars thx
Which part or section of the website will enable Lana to add her company name and logo to the top of every page of the website?
Answer:
Header section of the website.
Explanation:
Header is the main part of the website located on the top of the webpage which has important links and logo of the company. The header includes different pages of the website which a user might want to navigate before purchasing or making a query. They have same items on every page so that a user can navigate easily from one page to other.
Answer:
header section
Explanation:
When planning your App what difficulties did come across and why?
Answer:
1. An engaging app idea
2. Sufficient funds
3. Cross-platform apps
4. Interactive apps
5. Application content management
ETC...
I need the answer ASAP. I’ll mark brainliest if right
Answer:
copy or repeat
Explanation:
what do we call goods that are no longer available once you have used them??
Answer:
Either limited sources or extinct
Explanation:
Natural resources are things that can easily be replaced by nature. Limited resources are something that cannot be replaced by nature <33
Match each role to the corresponding web development task.
Answer:
1. Art director: selecting color palettes.
2. Web project manager: creating budget spreadsheets.
3. Usability lead: researching target audiences.
4. Developer: coding.
Explanation:
HTML is an acronym for hypertext markup language and it is a standard programming language which is used for designing, developing and creating web pages.
Generally, all HTML documents are divided into two (2) main parts; body and head. The head contains information such as version of HTML, title of a page, metadata, link to custom favicons and CSS etc. The body of the HTML document contains the contents or informations of a web page to be displayed.
The various role performed during the web development process (task) includes;
1. Art director: selecting color palettes. This individual is saddled with the responsibility of choosing the color that best fits a website.
2. Web project manager: creating budget spreadsheets. He or she is responsible for performing tasks such as creating a financial (budget) plan, start and finish date (timing), procurement, etc.
3. Usability lead: researching target audiences. This individual is saddled with the responsibility of surveying and collecting data from the demography for which the website is designed.
4. Developer: coding. This is the technical expert referred to as a web developer and is responsible for writing the set of instructions (codes) that enables the website to work properly and serve a purpose.
Which of the following statements about version control are true? Select 3 options.
Early version control systems needed to use locks to keep files synchronized, but newer version control systems do not use locks at all.
With distributed version control, multiple copies of the entire project are maintained on the developers’ computers.
Version control systems can only be used by teams of developers, rather than individuals.
Git and Mercurial are examples of distributed version control systems.
In a centralized version control system, the project files are stored in a repository or database on a server
Answer:
In a centralized version control system, the project files are stored in a repository or database on a server
Git and Mercurial are examples of distributed version control systems.
With distributed version control, multiple copies of the entire project are maintained on the developers’ computers.
Explanation:
Your Welcome!
The statements about version control that are true include the following:
B. With distributed version control, multiple copies of the entire project are maintained on the developers’ computers.
D. Git and Mercurial are examples of distributed version control systems.
E. In a centralized version control system, the project files are stored in a repository or database on a server.
Version control is also referred to as source control and it can be defined as a process through which changes to a file, set of files and software codes over time, are tracked, recorded and managed, especially for easy recall and modification of specific versions in the future. A common example of a version control system that is used by software developers across the world is Git.
In Computer science, there are two main types of version control system and these include:
I. Distributed version control system.
II. Centralized version control system.
Basically, the statements about version control that are true include the following:
Multiple copies of an entire project can be maintained on a developer's computers through the use of distributed version control.Git and Mercurial are common examples of distributed version control systems.Project files are stored in a repository or database on a server in a centralized version control system.Read more on version control here: https://brainly.com/question/14213984
please help
match the features with the software
Word Processor, Spreadsheet, Database
- addiction of images, drawings, tables and graphics to text
- centralized data management
- data security
- digital version accounting sheets
- supports multiple users for adding data simultaneously
- visual representation of data
- digital version of a typewriter
Answer:
word processor- addition of images, drawing tables, and graphics to texts and digital version of a typewriter. spreadsheet- digital version of accounting sheets and visual representation of data. database- centralized data management, data security, and supports multiple users for adding data simultaneously
Just switch the two I got wrong and you'll get the correct answers. :)
What protects your computer so that it doesn't get a computer virus?
Answer:
an anti-virus program such as avg
Describe how to create a new folder on the desktop
Justt create a new folder!
HELP PLEASE!
I dowloaded this app and it gave me a virus. DOES ANYONE HAVE ANY IDEA HOW TO DELETE IT? I have an apple laptop and I don't know how. My laptop send me a message telling me a have a virus and this laptop has MANY IMPORTANT FILES. PLEASE HELP ASAP. I'LL GIVE BRAINLIEST. DONT GIVE LINKS OR LEAVE IT BLANK.
Answer:
It probably is fake. Send me a screenshot. Also, just saying if it asks you to download a app of something, dont do it its just a scam to make you panic.
Explanation:
Select the correct answer. In which item is energy stored in the form of gravitational potential energy? A. a slice of bread B. a compressed spring C. an apple on a tree D. a stretched bow string
Answer:
C. an apple on a tree
Explanation:
Energy can be defined as the ability (capacity) to do work. The two (2) main types of energy are;
a. Kinetic energy (KE): it is an energy possessed by an object or body due to its motion.
b. Gravitational potential energy (GPE): it is an energy possessed by an object or body due to its position above the earth.
Mathematically, gravitational potential energy is given by the formula;
[tex] G.P.E = mgh[/tex]
Where;
G.P.E represents gravitational potential energy measured in Joules.
m represents the mass of an object.
g represents acceleration due to gravity measured in meters per seconds square.
h represents the height measured in meters.
In an apple on a tree, energy is stored in the form of gravitational potential energy.
You have learned about the uses of the Internet. Perform online research and identify applications of the Internet in at least four different fields, apart from the ones mentioned in the lesson. Write a short report on your findings.
Answer:
Answer:
Explanation:
Internet is useful in all the sectors and fields of research and business.
a) IT industry
b) Research
c) Efficient logistics
d) Digital marketing
Explanation:
Internet is useful in all the sectors and fields of research and business.
Some of the prominent sectors are
a) IT industry - All the work such as making of website, app, coding, etc. is due to the internet.
b) Research - Students can conduct secondary research online because of the internet and hence their research has now speeded up as compared to the time taken in earlier days
c) Efficient logistics - Be it online shopping, food delivery, parcel delivery etc. every this is driven by internet
d) Marketing on social media platform also known as e marketing is one of the most prominent field of internet application
Tom teaches in a high school. He wishes to sort a spreadsheet containing students' marks in various subjects by descending order of total
marks. While sorting the spreadsheet, what do you do before clicking the Sort option from the menu?
OA
filter the data to sort
OB.
arrange the data alphabetically
O c. select the data to sort
OD.
look up the data to sort
Answer:
Select the data to sort
Explanation:
essay about important of
education
and discipline?
Answer:
Importance of Education & Discipline
Explanation:
Education is an enlightening learning process.It enhances knowledge & perspective towards selves & outside world. It enriches our capabilities, virtues & minimises our vices.
Education is a crucial strong tool, which can empower & transform individuals & society, make world better.
Discipline is obedience to appropriate code of behaviour.It is very integral to maintain orderliness, no chaos in life. It is interconnected with good qualities of dedication (commitment) to goal & hard work. So, it helps attain desired goal with positive outlook & sense of self accomplishment.
Why do computers use binary code?
Answer:
To make sense of complicated data, your computer has to encode it in binary. Binary is a base 2 number system. Base 2 means there are only two digits—1 and 0—which correspond to the on and off states your computer can understand
Answer:
It has two clearly distinct states that provide a safety range for reliability and the least amount of necessary circuitry, which results in the least amount of space, energy consumption, and cost.
How do you calculate the slope for a voltage-current graph?
Answer:
Choose two points on the line to work from (point C and point D).
Calculate the voltage difference between the two points (the RISE of the slope).
Calculate the current gap between the two points (the RUN of the slope).
Subtract the RISE from the RUN. This is the line's slope.
Explanation:
Use parallel and highway in a sentence
Answer:
The road ran parallel to the highway, with the Uncompahgre River separating the unpaved road from the main thoroughfare to the east.
Answer:
QUESTION:
Use parallel and highway in a sentence
ANSWER:
We were on the highway parallel to the train tracks.
Explanation:
Hope that this helps you out! :)
If any questions, please leave them below and I will try my best and help you.
Have a great rest of your day/night!
Please thank me on my profile if this answer has helped you!
You are a developer for a news, entertainment, lifestyle, and fashion website. User traffic has steadily increased month-over-month, and you are now tasked with cost optimizing the website. The website is currently served from an EC2 instance that is part of an auto-scaling group behind an elastic load balancer. Your manager and CTO have approved a complete re-structuring of the websites architecture in order to accommodate future growth. How would you optimize your application in the MOST cost-effective way
Answer: • Move website to a serverless application.
• Using of S3 to host the website.
• Using Lambda and API Gateway in order to support the dynamic API requests.
Explanation:
Based on the information given in the question, in order to optimize the application in the most cost-effective way, one will have to:
Move website to a serverless application.
• Using of S3 to host the website.
• Using Lambda and API Gateway in order to support the dynamic API requests.
Abby wants a high-end computer system for her home office that can be upgraded. Which of the following should she choose?
Laptop
Gaming Console
Desktop
Server
2. What is the use of the percent sign (6) and underscore in the LIKE clause? How do they differ in
operation and production of a report?
Answer:
The percent sign % (or per cent sign in British English) is the symbol used to indicate a percentage, a number or ratio as a fraction of 100.
See also: U+2030 ‰ PER MILLE SIGN; U+2031 ...
Answer:
There are two wildcards used in conjunction with the LIKE operator. The percent sign represents zero, one or multiple characters. The underscore represents a single number or character.
Explanation:
There are two wildcards used in conjunction with the LIKE operator. The percent sign represents zero, one or multiple characters. The underscore represents a single number or character.
In your own words! Give me an example of Digital Literacy? (50 words
No links or I will report!!!!!!!
Answer: See explanation
Explanation:
Digital literacy is when an individual can compose, find, and evaluate, a clear and composed information on digital platforms.
It involves possessing the skills that one need to live, and learn, through the use of digital platforms such as social media, mobile
Example of digits literacy is the use of search engines, understanding how web browser can be used or sending of emails. etc