Answer: Thumbnail
Explanation:
Thumbnail is a representation of something by using a description, summary or image.
Thumbnails are simply the versions of either pictures or videos that have been reduced and can be used as placeholder for a multimedia content. A thumbnail that is used by a company on the internet gives the first impression of the product of the company to the prospective customers.
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:
I want to get an output picture in python but it says this. I'm using turtle
I WILL GIVE YOU BRAINIEST IF YOU GIVE A GOOD ANSWER
SOLVE THESE 2 QUESTIONS PLEASE
2. You and your roommate decide to reduce your environmental impact by recycling more, going
paperless, and using environmentally safe cleaning products. You know you also can use green
computing tactics to reduce electronic waste, minimize power use, and more. Create a list of five
reasons why you should add green computing to your efforts. List 10 ways you can apply green
computing to your daily life.
3. Research the trend of BYOD in workplaces. Compare the advantages to any potential disadvantages.
Do you think more companies should adopt this policy? Why or why not?
Answer:
5 Ways to Practice Green Computing
Buy "Energy Star" labeled monitors, desktops, laptops, and printers . ...
Put laptops in "sleep" mode when not in use. ...
Even better, turn OFF computers and other equipment when not in use. ...
E-cycle used computer equipment. ...
Buy the new "Smart Strip" power strip.
Explanation:
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
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.
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:
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
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:
What is the output of the following program?
numA = 2
numB = 3
while numA > 0:
numA = numA-1
while numB > 0:
numB = numB-1
print (numA, numB)
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:
You wrote a program to find the factorial of a number. In mathematics, the factorial operation is used for positive integers and zero.
What does the function return if the user enters a negative three?
def factorial(number):
product = 1
while number > 0:
product = product * number
number = number - 1
return product
strNum = input("Enter a positive integer: ")
num = int(strNum)
print(factorial(num))
-6
1
There is no output due to a runtime error.
-3
Answer:
The correct answer is 1
Explanation:
Correct on edge 2020
Answer: 1
Explanation:
got it on Edge.
which of these is not part of the art director's job?
A. Hiring actors for a television commercial
B. Finding a new location for filming at the last minute.
C. Calming down a dissatisfied client.
D. Designing the color scheme for a print ad.
Answer:
C
Explanation:
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:
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
zbn-ivfh-ovm is the meet code enter there lol
Answer:
bet
Explanation:
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.
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.
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:
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
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:
Households can save approximately 6% off their electricity bill by running their dishwasher and washing machines off peak. On average how much can they cut off their bill if the bill for the year is $1000.
Answer: like up to 75%
Who want to play among us?
Serves: Europe
Code: AMOFMF
Answer:
i can't rn
Explanation:
What describes a group of cells?
O crowd
Orange
O set
gangle
Answer:
A crowd because it makes more sense tho i could be wrong
Which. Option tilts the image both horizantly and vertically be degrees
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
WILL GIVE BRAINLIEST!!!!!!!
In MECHANICAL systems, we use valves to control where the flow of the liquid goes
True
False
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!
:)
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
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.
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:
Why are my earbuds not working and how can I fix them ?
TmT
Answer:
Are they working yet, Sleepy?
Explanation: