Answer:
Rearrange the order of slides
In the pane on the left, click the thumbnail of the slide that you want to move, and then drag it to the new location. Tip: To select multiple slides, press and hold Ctrl while you click each slide that you want to move, and then drag them as a group to the new location.
Explanation:
The part of a graphic user interface (GUI) that allows a specific type of interaction with an end user is: D. widget.
<h3>What is a widget?</h3>
A widget is sometimes referred to as a gadget and it can be defined as a software application that is designed and developed as a part (element) of a graphic user interface (GUI) to display specific information or provide an end user with a specific way to interact with the computer's operating system (OS) or program.
<h3>The examples of a widget.</h3>
In Computer science, there are different types of widget and these include the following:
In conclusion, the part of a graphic user interface (GUI) that allows a specific type of interaction with an end user is a widget.
Read more on widget here: brainly.com/question/7498108
Answer:
a.Kanban Pull System
Explanation:
Part of a lean manufacturing technique, is the pull system and it is a production or service oriented process used to reduce waste. A pull system is a Lean technique for reducing the waste of any production process. Using a pull system allows you to begin new work only when there is either customer demand for it or goods are required by the next step within the production process. Applying a pull system allows you to start new work only when there is a customer demand for it. This gives you the opportunity to reduce overhead and optimize storage costs.
Kanban is based on a set of principles and practices that are easy to understand. Implementing them is also fairly simple since you do not need to make any serious changes to your existing process. But it is key that you understand the methodology and stick with the core practices if you want to successfully implement a Kanban pull system.
Answer:
The solution code is written in Java
- import java.util.Scanner;
-
- public class Main {
- public static void main (String [] args) {
-
- Scanner inStream = new Scanner(System.in);
- System.out.print("Please input a number (1 - 10): ");
- int num = inStream.nextInt();
-
- if(num < 1 || num > 10){
- System.out.println("The input must be between 1 - 10");
- }else{
- switch(num){
- case 1:
- System.out.println("I");
- break;
- case 2:
- System.out.println("II");
- break;
- case 3:
- System.out.println("III");
- break;
- case 4:
- System.out.println("IV");
- break;
- case 5:
- System.out.println("V");
- break;
- case 6:
- System.out.println("VI");
- break;
- case 7:
- System.out.println("VII");
- break;
- case 8:
- System.out.println("VIII");
- break;
- case 9:
- System.out.println("IX");
- break;
- case 10:
- System.out.println("X");
- break;
- }
- }
- }
- }
Explanation:
The first part of this program (Line 6 - 8) is to get input number from user using Scanner object. Input validation has been done to check if the input number is in the acceptable range (Line 10). If not, an error message will be displayed (Line 11).
If the input number is in the range of 1 - 10, the number will go through a series of switch statements checking. If the number meet the condition in one of the switch cases, it will print the corresponding roman numeral specified in the case block (Line 13 - 44). For example, if input number is 9, the case 9 condition is met and "IX" will be printed.
Answer: Tethering
Explanation:
The wireless tethering is one of the process in which the one person sharing their phone's data, information or file to the another mobile devices over the internet by using the various types of wireless devices such as Bluetooth, Wifi and the universal serial bus cable (USB).
According to the given question, the google project consumers setting up their phones with the WIFI routers and they allow their devices such as tablets, laptops for the purpose of surfing data by using the internet connection.
Therefore, this process is known as the wireless tethering.