The groups within a tab are collectively
known as?

Answers

Answer 1

Answer:

the ribbon

Explanation:

Commands are organized in logical groups, which are collected together under tabs. Each tab relates to a type of activity, such as formatting or laying out a page. To reduce clutter, some tabs are shown only when needed.


Related Questions

write a program using a for loop, to display number 20 to 10 in descending order

Answers

Answer:

public class MyProgram {

  public static void main(String[] args) {

     for (int i = 20; i >= 10; i--){

        System.out.println(i);

     }

  }

}

Explanation:

Since we are printing in descending order, we start with an initial value of 20, keep decrementing counter by 1 (the i-- part) until i reaches 20

Write a menu driven program in python to convert the given temperature from fahrenheit to celsius and vice versa depending upon user's choice.​

Answers

Answer:

See below

Explanation:

while(True):

   print("""\nProgram to convert temperatures

       

       Choose from:

       1. Fahrenheit to Celsius

       2. Celsius to Fahrenheit

       3. Exit program""")

   choice = int(input("\nEnter your choice: "))

   #print()

   if (choice == 1):

       print("Converting degrees Fahrenheight to degrees Celsius\n")

       F = float(input("Enter temperature in degrees Fahrenheit: "))

       C = (F - 32) * 5/9

       print()

       print(F,"degrees Fahrenheit = ", C, "degrees Celsius\n")

   elif (choice == 2):

       print("Converting degrees Celsius to degrees Fahrenheit\n")

       C = float(input("Enter temperature in degrees Celsius:"))

       F = (C* 9/5) + 32

       print()

       print(C,"degrees Celsius = ", F, "degrees Fahrenheit\n")

   elif (choice == 3):

       print("Exiting program")

       break

   else:

       print("Invalid Entry!. Please re-enter")

Help me pleaseeeeeeeee

Answers

Answer:

2. I see that they uses space, and form.

3. Maybe it a death note that you could cut stuff with scissors and knife and you'll grasp if you got stab and it sharp.

4. To show that scissors could cut,stab and do many more other things.

Which method can be used for making a robot perform a different set of functions?

a. changing a robot's sensors
b. dismantling a robot
c. creating a new robot
d. rewriting software

Answers

Answer:

D. Because rewriting it can make it preform new functions.

Explanation:

Company ABC would like to select the topology that has the most reliability for data reaching its destination. Which topology should they choose?
bus
full mesh
partial mesh
ring

Answers

Full mesh because it is the answer and I been reading up in it

Maria notices that visitors are landing on her site's home page, but they are not
navigating to any of the other pages. It's possible that having her navigation bar in a
non-standard location could be the cause of this.
Choose the answer.
True
False

Answers

Answer:

True

Explanation:

If your navigation bar is inaccessible, then visitors won't be able to navigate any further into your website.

CIS261: Python Programming I home
>
6.8: LAB: Miles to track laps

Answers

Python Programming Language is known to be a widely used general purpose high level language.

What is Computer Programming?

This is known to be the way or method that is used in writing of a set of instructions that helps to inform the computer on what to do.

Note that in CIS261: Object Oriented Computer Programming, the  computer program is made up of instructions that are said to be executing only one at a time.

Its basic  instruction types is known to composed of input, process, and output.

Learn more about Python Programming from

https://brainly.com/question/26497128

#SPJ1

You wrote a program to allow the user to guess a number. Complete the code. (Coding program: Python) (20 points!)

Answers

Answer:

guess=int(guess)

Explanation:

This is to make the input number an integer so you can compare later on

Answer:

guess = int(guess)

Explanation:

This makes the guess input number an integer

does C supports STRINGS as a data type?

Answers

Answer:

C language does not support strings as a data type. A string is actually one-dimensional array of characters in C language. These are often used to create meaningful and readable programs.

Explanation:

Which of the following variable names best follows all of the correct naming conventions?

Answers

Answer:

B

Explanation:

The first_number would be correct.

25 POINTS! HELP ME PLEASE THANK YOU
Type the correct answer in each box. Spell all words correctly.
What attributes of color does the Luminosity blend mode affect?
You can use the Luminosity blend mode to match the brightness of the original color to the brightness of the new color.-_____
and______
are unaffected.

Answers

Answer:

What attributes of color does the luminosity blend mode affect?

Whereas the Color mode blends the colors of a layer while ignoring lightness values, the Luminosity mode blends the lightness values while ignoring the color information!

Explanation:


Which type of device would be used on a laptop to verify
the identity of a user

Answers

Answer:

A biometric identification device

Explanation:

As biometric identification devices, laptops commonly use a fingerprint scanner or, for facial recognition, a camera.

(c) Explain why a combination of ethnography and
prototyping is useful
for the requirements elicitation process

Answers

Answer:

It helps analysts discover implicit system requirements that reflect the actual rather than the formal processes in which people are involved. The verifiability of the requirements should be assessed

It permits analysts to discover implicit system requirements that reflect the actual rather than the formal processes in which individuals are involved.

What is elicitation process?

Requirements elicitation exists as the set of activities where information exists given by stakeholders, users, and customers to be involved in the design of the initiative or the solution. Elicitation exists as a perpetual procedure during project development. It exists not as a stagnant, compartmentalized activity.

Ethnography exists as an observational method that can be utilized to understand social and organizational needs. It permits analysts to discover implicit system requirements that reflect the actual rather than the formal processes in which individuals are involved. … The verifiability of the conditions should be assessed.

Prototyping exists as an agile software development methodology. It has also been suggested as a technique for obtaining the software requirements from the stakeholders. … For this, the authors present a procedure to involve and they carry out elicitation sessions with two stakeholders who have distinct familiarity with the domain.

To learn more about elicitation refer to:

https://brainly.com/question/27605015

#SPJ2

What will be printed to the screen when the following program is run?

Answers

Answer:

The answer is 20

Explanation:

Hope this helps!

Answer:

40

Explanation:

Indexes for arrays in Python start at 0, which means the first item of an array is at index 0, the second item is at index 1, the third item is at index 2, and the fourth item is at index 3.

Therefore when my_list[3] is put inside the print function, the fourth item, 40, is printed to the screen.

Hope this helps!

can i get help with computer language​

Answers

Answer:

yes

Explanation:

because you can choose you own language

Which of the following applies to patents?
o They protect the rights of the intellectual property owner.
They represent free speech rights.
o They are pretty symbols.
o They make it OK to take other people's work.

Answers

They protect the rights of the property owner. I watch a lot of shark tank and I believe that’s right

Which function allows you to display the name of the month?
>>>import time

>>>aTime = time.locatime()

>>>time.__________("%B",aTime)

Sample Output:
'March'

Answers

Answer:

strftime

Explanation:

>>> import time

>>> aTime = time.localtime()

>>> time.strftime("%B",aTime)

'May'

Can someone help me with this!!!.

Answers

13. A fence
14. In a dictionary
15. Coin
Bonus: A coffin

What is the output?
>>> answer = "five times"
>>> answer[2:7]

Answers

The output  is The string answer = "five times" All strings start at index 0 and end at the length of the string minus 1.

What is output?

Other answer are:

Then count rightly, index 2 is v and index 7 is  m answer[2:7] goes from v to m including v but not m, So, answer[2:7] = "ve ti".

Output is said to be the act of making something out of another thing.

Note that the output  is The string answer = "five times" All strings start at index 0 and end at the length of the string minus 1. Then count rightly, index 2 is v and index 7 is  m answer[2:7] goes from v to m including v but not m, So, answer[2:7] = "ve ti".

Learn more about output from

https://brainly.com/question/1786465

#SPJ1

Question 4: Chess Game Knight's travails. Develop a data structure similar to a binary tree. Using a standard 8 X 8 chessboard, show the knight's movements in a game. As you may know, a knight's basic move in chess is two forward steps and one sidestep. Facing in any direction and given enough turns, it can move from any square on the board to any other square. If you want to know the simplest way your knight can move from one square (or node) to another in a two-dimensional setup, you will first have to build a function like the one below. knight plays ([0,0], [1,2]) == [[0,0],[1,2]] knight plays ([0,0], [3.3]) == [[0,0],[1,2), (3,3]] knight plays ((3,3), (0,0]) == [[3.3), [1,2], [0,0]] You are required to do the following:
1. Explain how you can ensure that any move do not go off the board.
2. Choosing a search algorithm for finding the shortest path for the knight's travails.
3. Defend your choice of an appropriate search algorithm to find the best possible move from the starting square to the ending square.
4. Creating a script for a board game and a knight.
5. Create a diagrammatical tree structure, to illustrate all possible moves of the knight as children in the tree structure.

In this task, you need to understand two algorithms which can be helpful, the Breadth-First Search which utilizes the Queue data structure to find the shortest path and the Depth-First Search which can traverse a Stack data structures.​

Answers

Answer:

Answer: 64

Explanation:

Create a future concept on how technology will affect communication and on how the way humans will interact with each other

Answers

Technology making communication increasingly direct and fast, which can impact the way work is carried out and career development.

How does technology affect the job market?

The speed with which communication processes are developed from technological tools, such as the internet, may increasingly impact commercial relations between different nations, in addition to generating more and more automation of tasks and reduction of the physical structures of companies.

Therefore, future projections for technology are related to innovation and profitable and competitive advantages, as in remote work, which is a trend that reduces costs and increases motivation.

Find out more about remot work here:

https://brainly.com/question/26512743

#SPJ1

Which page does a site map usually begin with?
A.shop Page B.Home page C.Index page D.About Page

Answers

Answer:

home page

Explanation:

a sitemap is a file where you provide information about the pages, videos, and other files on your site, and the relationships between them


Refer to the chose administrator is attempting to install a P6 static route couttert to read the rette tached to outer 22 ster the state
czamand is een connectivity to the nature is still falling. What emotas been made in the static route configuration

Answers

Answer:

i do not know I just need points

What are the common operations performed on character strings?

Answers

Answer(:

•concatenation

• scanning

• substringing

• translation

• verification

if you want to remember means csstv;-)

explain how production values can reveal the quality and accuracy of mass media.

Answers

Production values can reveal the quality and accuracy of mass media as it shows the total or full cost spent in making a quality film.

What are production values in mass media?

Production value is known to be employed to know the full cost of making a film, and also the amount of money a film producer  spent on props and special effects.

Note that by knowing the above, one can say that a given film reveal the quality and accuracy of mass media.

Learn more about  production from

https://brainly.com/question/1501489

#SPJ1

What are ways to enter a formula in Excel? Check all that apply.What are ways to enter a formula in Excel? Check all that apply.
Answers:A,B,E,F
Click on the Function Library group and select a function from the drop-down menu.
Click on the Function Library group and Insert Function.
Click on the File tab in the ribbon.
Click on the Insert tab in the ribbon and then Equation.
Type = into any cell.
Click on the formula bar above the cells.

Answers

Answer:

Click on the Function Library group and Insert Function.

MARK ME BRAINLIEST IF I HELPED :>

Do anyone know how to code like I need someone do a code for me?

Answers

Answer:

yeah i can depends on what exactly it is but probably

What are the parts of TCP/IP and what do they do? Who is the primary user of TCP/IP?

Answers

TCP/IP parts include the following:

Network accessInternetTransportApplication

What is TCP/IP?

TCP and IP stands for Transmission Control Protocol and Internet Protocol respectively and are communication protocol that links the application layer to the network layer.

Its primary user include:

BNsMANsWANs

Read more about TCP/IP here https://brainly.com/question/11864481

#SPJ1

difference between hacking and cracking not hackers and crackers ​

Answers

Answer The basic difference is that a hacker uses their extensive knowledge of computer logic and code, while a cracker looks for back doors in programs, and exploits those back doors

ANSWER QUICKLY!!!

A designer plans an appropriate element mix for a website. What element does the picture illustrate?

Answers

Based on the image attached, A designer's element that the picture illustrate is a wireframe.

What is a wireframe in design?

A wireframe is  known to be a kind of two-dimensional depiction of a page's interface that is one that only focus on  the amount of space allocation and it is one that work in the prioritization of content and others.

Note that Based on the image attached, A designer's element that the picture illustrate is a wireframe.

Learn more about designer plans from

https://brainly.com/question/9778788

#SPJ1

Other Questions
I need help answering this question please! I need help with with this someone please help me The numbers in this sequence increase by 12 each time24364860The sequence is continued with the same rule.Which number in the sequence will be closest to 100? What is the area of this figure? PLS ANSWER Tennyson's poem and Waterhouse's painting both depict this fictional event, but there are details in visual art which cannot be communicated through text. In a short response of at least five sentences, describe at least one detail clearly shown in the painting that is not evident in the poem. Include at least one specific reference to each work in your response.Tennyson's poem and Waterhouse's painting both depict this fictional event, but there are details in visual art that cannot be communicated through text. In a short response of at least five sentences, describe at least one detail clearly shown in the painting that is not evident in the poem. Include at least one specific reference to each work in your response. A Performance to RememberNot many people may be familiar with a French figure skater named Surya Bonaly. Bonaly is one of the most decorated individuals in womens figure skating. She won medals in nearly every competition she entered. Bonaly did not start out as many young figure skaters do. For example, instead of learning to ice skate at a young age, Bonaly got her start in gymnastics. From the beginning, she showed promise as she began winning competitions for her tumbling routines. Her excellence and competitiveness paid off when, at the age of twelve, she won the World Championship in tumbling. From there, Bonaly turned her energies to ice-skating. Even at that young age, she was getting a late start in a sport that many skaters begin as early as age four. However, her strong gymnastics background helped fuel Bonaly's quick and early successes in competitive figure skating.Bonaly soon earned praise for her powerful and athletic performances. Her fierce determination to win was noted. Bonaly was a strong skater, performing extremely difficult moves and landing them consistently. However, she soon found herself battling against strongly held stereotypes of what a womens figure skater was supposed to be. This included ideas of a cool and aloof ice princess or as cute as a buttona perky ballerina on ice skates. To set herself apart, Bonaly chose to wear bold and bright costumes instead of the pastel colors favored by other female skaters. It was also suggested by some that because she was black and did not fit the typical womens ice skater model, Bonaly was judged more harshly than the other competitors. Bonaly felt she had to do more than any other competitor to be accepted and, perhaps even more importantly, win. Her growing perceptions of a double standard became even more visible during the 1994 World Championships in Japan. Bonaly earned a silver medal, losing to Japans Yuka Sato. A visibly upset Bonaly claimed that her routine was far more difficult than Satos. She not only refused to stand on the second place winners spot at the podium but also removed her silver medal from around her neck. Some say that she behaved poorly. To that, Bonaly responded, When you do sport, the rule is that you're supposed to play fair, to be a good athlete and good sport, I get it,""But I think at this point it was more an act of saying, 'OK, this is too much.' It happened many years in a row."Bonaly is probably most famous for a bold and daring stunt she performed during the 1998 Olympic Games held in Nagano, Japan. By this time, Bonaly was a clearly established skating champion; she had already won numerous honors for her skating, including winning the French Nationals nine times, as well as being a five-time European champion. She was also a three-time world silver medalist. The Nagano Olympics was Bonalys third time at the international winter sports competition. But she entered the games during a period when her skating performances that year were weaker than usual, due to an ongoing heel injury. The extent of Bonalys injury was reflected in her low scores. She realized that she would not earn a medal. So, she decided to do something special in her last routine, the freestyle skate. The something speciala backflipwas a feat she was already known for. It had already gotten her into trouble as the jump was banned by Olympic officials because of the danger. But, knowing that this would be her last Olympics, Bonaly decided to please the crowd and not the judges. In the middle of her routine, Bonaly abandoned her planned triple Lutza jump combined with three spinsand instead threw her arms overhead to do the back flip, landing successfully on one skate. Bonaly landed her flip cleanly and finished her program with no mistakes. The crowd went wild with applause and cheers.Although her feat did not win her a medal, it was a move that, given its risk and difficulty, made people remember her. Twenty years later, people who saw this famous jump still talk about it. Bonaly remains the only female skater in history to do this jump successfully in competition. Although still illegal to perform in Olympic competition, the flip has now been named The Bonaly. Bonaly will also be remembered for being a strong and outspoken woman of color in a sport that traditionally has few minorities. Her willingness to challenge traditional expectations for young female figure skaters has shown others that there are many different paths to success. Identify the term that best describes the process of collecting a tissue sample from the endocervix and the exocervix with a sampling device that is placed directly into a liquid fixative instead of being spread onto a glass slide. BRAINLIEST AND LOTS OF POINTS! Help please, and quickly!!!!! Whats was Africans Americans safety during reconstructed How can I write a letter voicing your dissatisfaction on a problem in a community? pls help me Who had an imperial court that the Venetian trader Marco Polo spent many years in as a government official?A. CharlemagneB. HuizongC. YangdiorD. Kublai Khan 50 POINTS + BRIANLIEST IF YOU ANSWER THIS CORRECTLY Read the excerpts from "opening statements from John F. Kennedy and Richard M. Nixon First Televised Debate."Kennedy: I'm not satisfied until every American enjoys his full constitutional rights. If a Negro baby is born--and this is true also of Puerto Ricans and Mexicans in some of our cities--he has about one-half as much chance to get through high school as a white baby.Nixon: We are for programs that will expand educational opportunities, that will give to all Americans their equal chance for education, for all of the things which are necessary and dear to the hearts of our people.Which statement best compares Nixon's and Kennedy's positions on educational opportunity?Both claim they wish to expand educational opportunity, but Kennedy offers more explanation about which populations he would like to specifically target with expansion programs.Both claim that they would like to expand educational opportunities, but Nixon is much more specific about the populations he would like to address with expansion programs.Kennedy wishes to expand educational opportunities for minorities, while Nixon argues that doing so will require unnecessary government interference.Kennedy wishes to expand the educational needs of minorities, while Nixon is much more focused on helping these individuals achieve financial stability. Theodore Roosevelt of the bull of Moose party won the 1912 presidential election (true or false) Consider the line shown on the graph. Enter theequation of the line in the form y = mx + b where m isthe slope and b is the y-intercept.y= A right rectangular prism has a base area of 20 cm? and a height of 9. 2 cm. PLEASE HELP ILL MARK BRAINEST!!! What are two benefits and two costs of free trade? In Sages essay, she began with background events, then focused on specific events leading directly to the most significant event, and concluded with the most significant event. Which type of organization is she using?spatial orderchronological orderorder of importance How many yards is 6 inches Which best describes the tone created by the author'sdiction in this excerpt?O respectfulO practicalO observantO reflective