Answer: The fish?
Explanation:
Answer:
birds in flight and railroad tracks
Explanation:
i got it right
When you use a library in your code, how do you give attribution?
When you use a library in your code, you give attribution: by writing the source, title, author and license in your code.
Attribution can be defined as a process which typically involves the citation (reference) of an original source of information such as a library, quote, paraphrase or summary, especially by using the author's full name, source, and job title (position) as the case may be.
In software development, you give attribution when you use a library in your code by writing the following:
The source in your code.The title in your code.The author in your code.The license in your code.Read more: https://brainly.com/question/21172316
A field name can be up to 64 characters long
Answer:
Explanation:
cool ..........................,...............................
HELP ASAPPPP PLSSSSS!!!!!! The purpose of capillary tubes is to:
permit oxygen and nutrients to be absorbed by cells
allow blood to complete a path between arteries and veins
reverse the flow of blood
provide a means for cell wastes to enter the blood stream
Answer:
Permit oxygen and nutrients to be absorbed by cells
Explanation:
Because ,the capillaries arw the smallest of the blood vessels they act as a bridge between the two main..vessels
Why did the spelling and grammar checkers in Word miss the errors highlighted in yellow?
please help, im vv confused
Answer:
I do believe that it is a grammar mistake.
Which of the following expressions in Java is equal to 4?
3% 7
7 % 3
17 % 7
11 % 7
28 % 7
Answer:
3% 7
Explanation:
because 7 because seven ate nine and three was lonely so seven decided to also eat three and became a lesser number somehow because three apparently was not as big as the number 9 so maybe eating three caused him to go down to 4
The expression "11 % 7" in Java is equal to 4.
The "%" operator calculates the remainder of a division operation.
In Java, the "%" operator is used to calculate the remainder of a division operation.
So, let's evaluate each expression and see which ones equal 4:
3 % 7 = 3 (remainder of dividing 3 by 7)
7 % 3 = 1 (remainder of dividing 7 by 3)
17 % 7 = 3 (remainder of dividing 17 by 7)
11 % 7 = 4 (remainder of dividing 11 by 7)
28 % 7 = 0 (remainder of dividing 28 by 7)
Based on these evaluations, the expression "11 % 7" is equal to 4.
To learn more about programming visit:
https://brainly.com/question/14368396
#SPJ3
please answer this now I need please.
write a statement to do the following.
a)to give yellow colour to the for writing text on the graphics window
b)To give green as background colour to the graphics window
c)to give pink colour to the brush which is used to fill the shapes in the graphics window
Answer:
You can change the color of text in your Word document. Select the text that you want to change. On the Home tab, in the Font group, choose the arrow next to Font Color, and then select a color.
You can display a graphics window and draw colorful shapes in it if you use the Show operation of the GraphicsWindow object. You can also specify properties of the graphics window, such as its title, height, width, and background color.
Explanation: Sorry I couldn't do the third question but hope it helps.
Answer:
hii , you are an army?
reply in the comment
In Boolean Logic: FALSE AND TRUE
Answer: It's basically using operators to determine if the code (usually in an if statement) is true or false.
Can people survive without technology?
As technology advances, does technology become more or less complex?
As technology advances, do the things we make, become: more reliable? Safer? More durable? Perform better?
As technology advances, does it require more or fewer science and math applications?
Answer:
1)Nowadays no one can survive without technology.
2)more complex
3) yes
4)yes ofc
how does information promote cooperation and Industry please explain
Answer:
Provide teams with the resources they need to work together.
Train employees and encourage ongoing learning.
Encourage people to socialize outside of work.
Clarifying roles and setting expectations.
Review individual's talents.
Explanation:
A double-ended queue, or deque, is a data structure consisting of a list of items on which the operations are defined.
a. True
b. False
Answer:
true
Explanation:
Complete the following sentences by either filling in the blank or writing out the rest of the sentence (when there is a … ):
The internet is made up of _________ networks that all connect together to make a ____________ network.
The job of a router on the internet is to…
Clients allow people to…
Servers store _____________________ and send those to _____________ over the internet.
The internet is physically connected across the world using _______________
Computers break up information, like photos and emails, into ________________
The ___________ protocol tells computers how to break up the information and orders it.
The ________________ protocol tells the packets where they are going and where they are coming from.
The packets get to their destination by…
When the packets get to their destination, the __________ protocol…
Computers get the _______________ of servers by asking the ______________
Computers use the _____________ protocol to display a webpage.
Answer
hundreds, massive, connect to the internet gigabytes, people, computers,
bytes, TCP/IP, TCP, internet, TCP, answers, questions, HTTP
Explanation:
2.Is having the right tool imperative to successful completion of task at hand?
[tex]\huge\underline\mathtt\colorbox{cyan}{Yes}[/tex]
Having the right tool is imperative to successful completion of task at hand.
The process of generating an image from a 2D or 3D model using computer programs is called ........
Answer:
endering or image synthesis is the process of generating a photorealistic or non-photorealistic image from a 2D or 3D model by means of a computer program. ... The term "rendering" is analogous to the concept of an artist's impression of a scene.
Where do you place the logical test argument in an IF function formula?
O before the IF function
O the first argument listed after IF
the second argument listed after IF
O the third argument listed after IF
Intro
Don
Answer:
the first argument listed after IF
yw
Classify the following as cross-section or time-series data: Gross sales of 200 ice cream parlors in July 2009
Answer:
let us start by stating the definitions of Time series data and Cross sectional data. TIME SERIES DATA: The data which is collected chronologically over time is known as time series data.
Explanation:
Btw brainliest me plss
Prokaryotes are __________________ and include ________________________.
Question 2 options:
unicellular, bacteria and archaea
multicellular, bacteria and archaea
unicellular or multicellular, plants and animals only
unicellular or multicellular, eukarya
Prokaryotes are unicellular and include bacteria and archaea. The correct option is A.
What are prokaryotes?
Prokaryotes are that organism who are single-celled and the cell of a primitive type. The cell does not contain any cell organelles. It contains a false nucleus and ribosomes. Other organs are absent in the prokaryotic cells.
The prokaryotic cells are present in bacteria, and archaea. These organisms are tiny microorganisms. They are present everywhere on the earth. They are free-living or parasitic.
Bacteria are unicellular prokaryotic, and they are present as both free-living and a parasite. They are both good and bad bacteria. Archaea are also similar to bacteria.
Thus, the correct option is A. unicellular, bacteria, and archaea.
To learn more about prokaryotes, refer to the link:
https://brainly.com/question/15329345
#SPJ2
- Discuss the input-process-output model as it relates to program development.
- Explain the purpose of each step and how that information is used in each step.
- What would be the impact on overall program performance if one of these steps was not included?
Lets see example.
Look at the program created in python below.
[tex]\tt num=int(input("Enter\:a\: number:"))[/tex]
[tex]\tt for\:i\:in\:range(3):[/tex]
[tex]\qquad\tt print(i*x)[/tex]
Suppose you missed the input or don't give that then you won't get an output.
The Input-Output Model is a multifunctional graph that shows the inputs, outputs, and processing activities needed to convert inputs into outputs.
The Input-Output Model:The modeling is sometimes set up to incorporate any storage that occurs during the process. The inputs reflect the external flow of data and commodities into the operation.
All actions necessary to transform the inputs are included in the processing stage. The data and materials that flow out of the process of transformation are the outputs.
A small engineering business, for example, feels there are issues with its hiring procedure.
Several of the newly hired junior engineers stayed at the business for less than a year.
This is a significant expense for the company, since hiring and training new professionals is expensive and time consuming. The human resources department chooses to assemble a team of people with a lot of expertise in hiring new engineers. One from their first jobs is to create a hiring process input-output model. They come up with the following.
Find out more information about 'Input-output model'.
https://brainly.com/question/25519126?referrer=searchResults
If you wanted to multiply two numbers, you would use the _____ key.
-
*
=
/
(a) Distinguish between hyperlink and homepage.
What happens to the Menu Bar when the
object (image, shape, etc.) is "active"?
Answer: Ok so Sorry about this but I will answer thing at 10:20 tommorow I promise
Explanation:
Show a parse tree and a leftmost derivation for : B = C * (A + B)
by using the grammar below:
-> =
-> A | B | C
-> +
| *
| ( )
|
Answer:
mhyfocnu,sobgu,kvngwugwe8hri
Explanation:
sovijbjxyzkuvcg
Create a timeline of the evolution of computers.
Doesn’t have to be extra or super detailed
Answer:
The computer was born not for entertainment or email but out of a need to solve a serious number-crunching crisis. By 1880, the U.S. population had grown so large that it took more than seven years to tabulate the U.S. Census results.1937: J.V. Atanasoff, a professor of physics and mathematics at Iowa State University, attempts to build the first computer without gears, cams, belts or shafts.1943-1944: Two University of Pennsylvania professors, John Mauchly and J. Presper Eckert, build the Electronic Numerical Integrator and Calculator (ENIAC). Considered the grandfather of digital computers, it fills a 20-foot by 40-foot room and has 18,000 vacuum tubes.1985: Microsoft announces Windows, according to Encyclopedia Britannica. This was the company's response to Apple's GUI. Commodore unveils the Amiga 1000, which features advanced audio and video capabilities.2006: Apple introduces the MacBook Pro, its first Intel-based, dual-core mobile computer, as well as an Intel-based iMac. Nintendo's Wii game console hits the marke
Explanation:
Steps to open ex cel
Answer:
type in goo gle, e x cel, and open
To what extent do you agree with the assertion that “Collection development begins with community analysis”. (Give reasons to buttress your answer).
I completely agree that Collection development begins with community analysis; this is because the goal of collection development is to meet the information needs of everybody in a user community.
Collection development is a term used to describe the gathering and maintenance of library materials and resources such as textbooks, audiovisuals, and electronic materials for the community users to assess.
Collection development involves many processes, but it is better to begin with community analysis to know what type of resources, information, or materials is needed in that community.
It is from the community analysis and conclusion reached; other steps can then be followed sequentially.
Also, note that through community analysis, one can determine the present users of the library and their major interests.
Hence, in this case, it is concluded that community analysis is vital in the collection development in library and information management.
Learn more here: https://brainly.com/question/24837376
Write a program in c++ to input a number print the sum of all the odd factors.
Answer:
#include <bits/stdc++.h>
using namespace std;
//calculate sum of odd factors
int sum(int n) {
int res = 1;
while (n % 2 == 0)
n = n/ 2;
for (int i = 3; i <= sqrt(n); i++)
{
int count = 0, total = 1 ;
int temp = 1;
while (n % i == 0) {
count++;
n = n / i;
temp *= i;
total += temp;
}
res = res*total;
}
if (n >= 2)
res *= (1 + n);
return res;
}
int main()
{
int n = 20;
cout<<"sum of odd factors is : ";
cout <<sum(n);
return 0;
}
a. Get a value for x from the user.
b. Test to determine if x is positive. If not, tell the user that he or she has made a mistake.
c. Take the cube root of x.
d. Do Steps 1.1, 1.2, and 1.3 x times
Program (Python):-
[tex]\tt x=int(input("Enter\:your\:number:"))[/tex]
[tex]\tt if \:x<0:[/tex]
[tex]\tt \qquad print("You\:have\:made\: mistake")[/tex]
[tex]\tt else:[/tex]
[tex]\qquad\tt print("Well\:done")[/tex]
[tex]\tt cuberoot=x**1/3[/tex]
[tex]\tt print("Cube\:root=",cuberoot)[/tex]
[tex]\tt for\:i\:in\:range(x):[/tex]
[tex]\qquad\tt print(x)[/tex]
Sample output
Enter your number:-8
You have made mistake
Cuberoot=-2
-8
-8
-8
-8
-8
-8
-8
-8
what are computer specification
Answer:
They are basically all of your computer's information. It displays everything that has to do with the computer like model name, processor speed and etc.
three positive impacts of computer technology in our society.
ANSWER :
• It facilities business process and other activities. It makes the work simple and less time consuming.
• We can store so many information on computer which makes easy to handle the information for business applications.
• We can perform multitasking and multiprocessing capabilities of data.
Answer:
We can perform multitasking and multiprocessing capabilities of data. We can store documents secretly on computer system. It gives error free result so that we can use it for research, engineering work and other areas.Wht roles do computer play at home?
Computers are used at homes for several purposes like online bill payment, watching movies or shows at home, home tutoring, social media access, playing games, internet access, etc. They provide communication through electronic mail.
SOME PLEASEE HELP!!
(has to be 4 paragraphs)
Answer:
Ahhh i wanna help so bad hold on
Explanation: