Answer:
1 2
1 1
1 0
Explanation: you must choose the option with the space between 1 and 2 (1 2, 1 1, 1 0) not (12, 11, 10)
Answer:1 2
1 1
1 0
Explanation:
Cars are only as safe as their driver, so __ is your bet to lower your risk.
seatbelt
Explanation:
Seatbelt lowers your momentum so it can take impact to be less dangerous
The Scrum team is Using Kanban board to make work Visibility available to all. What cannot visible? a) percentage Completion b) Task move from left to Right
Answer:
a) percentage Completion
Explanation:
A Kanban board is a digital panel divided into five columns where work teams can view a job until its execution and thus optimize the flow of completed jobs, in addition to allowing the full execution of tasks. These columns are named refers to each phase of the production of a job, as a phase is completed it is possible to move the job to the next column, which allows us to conclude that the use of this type of frame allows the movement of tasks from right to left, but does not allow you to see the percentage of completion.
WILL GIVE BRAINLIEST!!!!!!!
In MECHANICAL systems, we use valves to control where the flow of the liquid goes
True
False
What is the maximum number of alphanumeric characters that a single SMS can have?
A.
140
B.
170
C.
160
D.
150
Answer:
160
Explanation:
Resources that doesn't go back to their normal state after being used are *
Answer:
nonrenewable resources
Explanation:
There are primarily two types of resources: renewable and non-renewable. The main difference between the two is that the renewable resources can be replenished while the non-renewable resources cannot be replenished.
Examples of non-renewable resources: coal, oil and natural gas. These are called "fossil fuels." Although they only have a limited supply, most of our human activities are dependent on these fossil fuels, which threatens their depletion.
In the early 1800's, a “computer" was not a machine, it was a person who did math
calculations.
O True
False
Answer:
true
Explanation:
Notice that the word rushes is bolded in the passage.
Based on the text, what can be inferred about rushes?
O Rushes are a type of shady tree.
O Rushes are a type of fish.
O Rushes are a type of water plant.
Rushes are a type of hedge or bush.
Answer:
Rushes are a type of water plant.
Explanation:
Answer:
Its C
Explanation:
What are the requirements to access email on the web?
A. a webmail provider's URL and a password
B. a webmail provider's URL a username and a password
C. a credit or debit card, a username, and a password
D. an email server ID and a password
Answer:
it's B
Explanation:
You need to have a provider (such as outlook) and a username/password
4.7 Code Practice: Question 1
for x in range(20, 31):
print(x, end=" ")
I hope this helps!
The program prints all the integers from 20 up to and including 30 on the same line. The program written in python 3 goes thus :
for num in range(20,31):
#use a for statement to loop through all the integers between 20 and 30(inclusive)
print(num, end =' ')
#print each iterated value, followed by a space with the cursor remaining on the same line.
A sample run of the program is attached.
Learn more :https://brainly.com/question/18855444
Sam is developing a software program in Python and has a question about how to implement a particular feature. Which use of a resource is most likely to provide Sam with the best results?
A) joining a Python developer forum and posting a question to the forum to solicit feedback
B) joining a Python developer forum and following links to technical news sites
C) reviewing an Introduction to Computer Science textbook
D) reviewing the computer user manual
Answer:
A or D
Explanation:
i could be wrong
Answer:
probably A, i mean it makes the most sense cause why review a computer user manual? C is an introduction so I doubt that's the level of question he is asking about. B is a no when it states "News sites", I honestly don't think there is any news sites that would help in any way.
Monica needs to assess the slide sequence and make quick changes to it. Which view should she use in presentation program?
A.
Outline
B.
Slide Show
C.
Slide Sorter
D.
Notes Page
E.
Handout
Answer:
The correct option is C) Slide Sorter
Explanation:
Who want to play among us?
Serves: Europe
Code: AMOFMF
Answer:
i can't rn
Explanation:
what is versatility according to computer
Answer:
The Capacity of the computer Is more than one task at the same time that is why you call it versatility computer
Cryptography has requirements include:
A. easy to compute and not invertible
B. tamper-resistant
C. collision-resistant
D. All the above
Answer:
A
Explanation:
Cryptography is the study of secure communications techniques that allow only the sender and intended recipient of a message to view its contents. ... When transmitting electronic data, the most common use of cryptography is to encrypt and decrypt email and other plain-text messages.
Which of the following correctly declares and initializes a Scanner object that will use input from the keyboard as its data source? *
1. Scanner keyboard = new (System.in);
2. Scanner keyboard = new Scanner (keyboard);
3. Scanner = new Scanner(System.in);
4. Scanner keyboard = new Scanner (System.in);
Answer:
it 4
Explanation:
There is a feature that allows you to lock the document, to avoid others making changes. t/f
Answer:
true
Explanation:
i have the same class
Answer:true
Explanation:
I took the test and it was correct
Write three statements to print the first three elements of vector runTimes. Follow each with a newline. Ex: If runTimes = {800, 775, 790, 805, 808}, print:
Answer:
Following are the code to this question:
#include <stdio.h>//defining header file
int main()//defining main method
{
int runTimes[] = {800, 775, 790, 805, 808};//defining array of integers
for(int k=0;k<3;k++)//defining for loop for print value
{
printf("%d\n",runTimes[k]);//print value with a new line
}
return 0;
}
Output:
800
775
790
Explanation:
In the above-given C language code, an array "runTimes" is defined, which holds the number of integer values.
In the next step, a for loop is defined, which uses the "k" variable, which starts from 0 and ends when its value is less than 3.
In the for loop, it uses the print method with "\n", that prints the array value in the new line.
1
Select the correct answer.
What is the maximum number of alphanumeric characters that a single SMS can have?
A.
140
B.
170
C.
160
D.
150
Reset
Next
Answer:
C.
Explanation:
Plato users
Why are my earbuds not working and how can I fix them ?
TmT
Answer:
Are they working yet, Sleepy?
Explanation:
Mikhail is working in an IDE and needs to test a program one step at a time to find and fix errors. What tool should he use?
a) compiler
b) source code editor
c) amend
d) build automation tool
Answer:
c) De bug ger
Explanation:
Edge 2020
Answer:
Hi
Explanation:
The answer would be a de bug ger!
:)
Indentation is useful to make the document easier to read. To increase the indentation of the paragraph, you press the increase indentation in the ____________ tab.
AView
B.Insert
C.Review
D.Home
Answer:
The correct answer to this question is given below in the explanation section.
Explanation:
The correct answer is Home.
Indentation is useful to make the document easier to read. To increase the indentation of the paragraph, you press the increase indentation in the Home tab.
you can increase/ decrease indentation in Home tab under the Paragraph groups of command.
Othe options are not correct because:
View tab has settings related to how the document looks like. Insert tab has settings related to the insertion of image, shape, pages, tables, illustration, and links, etc into a document. The review tab allows you to review the document with different available settings.
I want to get an output picture in python but it says this. I'm using turtle
Which. Option tilts the image both horizantly and vertically be degrees
What is the initial step that an information security manager would take during the requirements gathering phase of an IT project to avoid project failure?
Answer:
Ensure that the business problem is clearly understood before working on the solution.
Explanation:
To avoid project failure, the initial step in the requirement gathering phase of an IT project is the basic understanding of the real and actual motivation that is behind what is required.
A good and concise understanding of the problem is needed first before a solution can be offered to this problem. If the business problem is unknown or not understood then the project would likely end up as a failure because the solution offered may not be the right one.
How do you create multiple columns in Word?
A.Click Home>Paragraph, Alignment
B.Click Page Layout > Columns, Click the column layout you want
C.Select the text or click in the section you want to change, Click Page Layout > Columns, Click the column layout you want.
Answer:
I think it's B
Explanation:
it sounded right to me.
Which ribbon tab is home to the Function library used to insert functions into worksheets?
A) Home
B) Insert
C) Formulas
D) Data
Answer: A
Explanation: i do be smart
Formulas, ribbon tab is home to the function library used to insert functions into the worksheet. Thus, option (c) is correct.
What is worksheet?A worksheet is a collection of cells in which you can enter and calculate data. Columns and rows are used to order the cells. A workbook always has a worksheet. A workbook can contain numerous worksheets. The worksheet is the managed of the data.
According to the go to the formulas ribbon, choose either the Directly Relevant icon to bring up the particularly important when it comes dialog box, or click the arrow next to the appropriate folder in the function library group, and then choose the required function.
As a result, the formulas, ribbon tab is home to the function library used to insert functions into the worksheet. Therefore, option (c) is correct.
Learn more about on worksheets, here:
https://brainly.com/question/13129393
#SPJ6
Explain why a CPU’s speed is affected by the number of buses.
Answer:
The CPU itself needs data to process; the bus' job is to get that data to the CPU. The bus does not increase or decrease the CPU's speed, but handles that data that flows in and out of the device, which plays a key role in how well the CPU performs.
Explanation:
Function of the redo and undo
Answer:
The redo function restores any actions that have been previously undone using an undo. Undo is a function performed to reverse the action of an earlier action.
What is not an option in the PivotTables Fields list?
A) Column labels
B) Report Filter
C) Values
D) Formulas
Value is not an option in the PivotTables Fields list
A pivot table is simply known as a table of that shows different sum that put/bind the individual items of a more extensive table in one or more discrete set. The Field List often comprise of different section and an individual can pick the fields they want to reflect on their PivotTable, and arrange areas to suit your tasteConclusively, we can say that Value is not an option in the Pivot Tables Fields list
Learn more from:
https://brainly.com/question/19717692
Answer:
its C
Explanation:
What does it mean to prioritize tasks?
to rank tasks from most to least important
to organize tasks from easiest to most difficult
to rate tasks from most to least favorite
to arrange tasks from most to least time-consuming
Answer:
to rank tasks from most to least important
Explanation:
Prioritize means to choose priority, obviously and priority is the thing is the thing which, among other things, have the biggest importance.
Every day, especially in business, one finds himself swimming in tasks up to his neck. Obviously, not all of them can be successfully finished, or at least not without sacrificing one's personal life or sleep.
Prioritizing, therefore, serves as a helpful organising tool. After writing down all tasks that need to be done, a person should rank them by priority, which means that only urgent and important tasks will be dealt with immediately. Tasks of lower priority will be postponed, delegated or simply deleted.
Answer:
A
Explanation: