Zachary is a member of Future Business Leaders of America at his school and is competing in the Impromptu Speaking competition. Before he presents to the judges, he is given the topic, a note card, and five minutes to prepare his speech. What impromptu speaking tip should Zachary follow? (5 points)
a. Sketch a picture to show the judges along with his speech.
b. Use as much memorized material as he can.
c. Start off the speech with a personal story.
d. Talk very fast during the speech so he sounds like an expert.

Answers

Answer 1

Answer:

c start off with a story

Explanation:

I just took the test

Answer 2

Answer:

c

Explanation:


Related Questions

A new computer virus attacks a folder consisting of 200 files. Each file gets damaged with probability 0.2 independently of other files. What is the probability that fewer than 50 files will get damaged? g

Answers

Answer:

0.95345

Explanation:

Given that :

Number of files (n) = 200

Probability of getting damaged (p) = 0.2

q = 1 - p = 1 - 0.2 = 0.8

using normal approximation:

Mean (m) = np = 200 * 0.2 = 40

Standard deviation (s) = √n*p*q= √(200 * 0.2 * 0.8) = 5.6568542

P(X < 50)

X = 50 - 0.5 = 49.5

Find the standardized score :

Z = (x - m) / s

Z = (49.5 - 40) / 5.6568542

Z = 9.5 / 5.6568542

Zscore = 1.6793786

P(Z < 1.6793) = 0.95345 ( using Z probability calculator)

__ is a process of adding details to a model to make it less abstract.
• abstraction
• decomposition
• pattern recognition
• refinement

Answers

Answer:refinement

Explanation:

Answer:

refinement

Explanation: just checked

50 POINTS
in Java
A palindrome is a word, phrase, or sequence that reads the same backward as forward, e.g., madam or nurses run.

In this program, ask the user to input some text and print out whether or not that text is a palindrome.

Create the Boolean method isPalindrome which determines if a String is a palindrome, which means it is the same forwards and backwards. It should return a boolean of whether or not it was a palindrome.

Create the method reverse which reverses a String and returns a new reversed String to be checked by isPalindrome.

Both methods should have the signature shown in the starter code.

Sample output:

Type in your text:
madam
Your word is a palindrome!
OR

Type in your text:
hello
Not a palindrome :(

Answers

import java.util.Scanner;

public class JavaApplication52 {

   public static String reverse(String word){

       String newWord = "";

       for (int i = (word.length()-1); i >= 0; i--){

           newWord += word.charAt(i);

       }

       return newWord;

   }

   public static boolean isPalindrome(String word){

       if (word.equals(reverse(word))){

           return true;

       }

       else{

           return false;

       }

   }

   public static void main(String[] args) {

       Scanner scan = new Scanner(System.in);

       System.out.println("Type in your text:");

       String text = scan.nextLine();

       if (isPalindrome(text) == true){

           System.out.println("Your word is a palindrome!");

       }

       else{

           System.out.println("Not a palindrome :(");

       }

   }

   

}

I hope this works!

35 POINTS
In Java PLS
This program is the beginning of an automated order machine. You are programming the piece that gets the number of the order from the label sent to you by the ordering machine.

The ordering machine is simulated with user input. It sends a full label, such as “3. Veggie Burger”.



Fill in the missing code
Your task is to get the number out of the string. To do this, you need to isolate the number by using substring. Then use Integer.valueOf, a static method of Integer that takes a String and returns the integer value contained in the String.

The final program should look something like this

1. Hamburger
2. Cheeseburger
3. Veggie Burger
4. Nachos
5. Hot Dog

Enter label:
5. Hot Dog
Customer ordered number 5

This is the code given:
import java.util.Scanner;

public class PickupWindow
{
public static void main(String[] args)
{
// Create scanner object
Scanner input = new Scanner(System.in);

// Display menu
String menu = "1. Hamburger\n2. Cheeseburger\n3. Veggie Burger\n4. Nachos\n5. Hot Dog\n";

System.out.println(menu);

// Get customer order
System.out.println("Enter label: ");
String customerOrder = input.nextLine();

// Use substring to get the first character (the number)
String combo =

// Create an Integer object by using the static
// method Integer.valueOf(someString)
// to turn the string into an Integer

Integer comboNumber =

// Print out what the customer ordered
System.out.println("Customer ordered number "


}
}

Answers

Answer:

Complete the program as follows:

1. Replace

String combo =

with

String combo = customerOrder.substring(0);

2. Replace

Integer comboNumber =

with

Integer comboNumber = Integer.parseInt(combo);

Explanation:

Required

Fill in the missing codes

From the code given, there are only two gaps to be filled and they are:

1. String combo =

2. Integer comboNumber =

1. String combo =

The first is to get the first index of customerOrder using substring.

The syntax of this is:

variable.substring(0);

In this case, the syntax will be replaced with:

String combo = customerOrder.substring(0);

Where customerOrder represents the string variables

2. Integer comboNumber =

This is to convert combo from string to integer using parseInt

This is done as follows:

Integer comboNumber = Integer.parseInt(combo);

See attachment for complete code

Please help answer now! First correct answer get branliest! Place the directions in order from first to last to explain how to hide the ribbon from the top of your Excel worksheet.

Move the cursor to the top-right corner

Select the auto-hide ribbon

Click on the up arrow

Answers

Answer:

just do bodldld

Explanation:

Answer:

Move the cursor to the top-right corner

Click on the up arrow

Select the auto-hide ribbon

Explanation:

How do you insert text into a presentation?

by clicking in a placeholder and entering text
by clicking in the task pane and entering text
by drawing a text box, clicking in it, and entering text
by selecting Text from the Insert menu

Answers

Answer:

Hello your answer is:

clicking in a placeholder and entering text

drawing a text box, clicking in it, and entering text

Explanation:

I did the assignment on edge 2021-2022

Answer: clicking in a placeholder and entering text, and

drawing a text box, clicking in it, and entering text

A swimming pool has a length of 28 feet, a width of 17 feet, and a depth of 6 feet. How much water can the swimming pool hold?

Answers

2140 Gallons/LBFOR EACH AND JOE BIDEN WONNN YAAAA

Simon takes apart a computer and looks at the thin green boards inside. What are these?
A. binary boards
B. database boards
C. input devices
D. circuit boards

Answers

Answer:

These green boards are circuit boards, these are green in color coz they protect the inner copper lining.

Other Questions
the area of a rectangular wall of a barn is 154 square feet. it's length is 8 feet longer than twice its width. find the length and the width of the wall of the barn. Do you think it is fair that third-party candidates take away from the two political parties? what does d/dx (-8x - 643)= How do lows address and proctors poem both help readers appreciate the Brooklyn bridge ? Plzz help e for brainliest if 2 people answer simpifly 54/27 .................. Which of the following is a second degree trinomial? 3x + 8 -4x2 - 6x + 7 6x4 + 4x2 - 7 5x2 + 10 All of the following contain garlic EXCEPTchili powder.garam masala.adobo seasoning.Creole seasoning. Evaluate the expression "12 - (-36) / -6" how do canadians refer to their native population ? What are 3 reasons why the Jones family wanted to create biscayne monument in the Jones family and the Florida keys ? why Mining and Infrastructure projects affect the traditional artist's production process If water with a mass of 25.0 grams freezes in a closed system such as a closed glass jar, what is the mass of the formed ice after the water completely freezes? pros and cons of penguins in huddles A solution with a hydroxide (OH-) ion concentration greater than water would be a?A) acidB) baseC) neutralD) ion What is the exact angle measure in radians?495 what do you do if you have a gentlemen as a bf, and he wants to take it slow, yet he take sit fast by holding hands, hugging, and cuddling you, yet has not yet kissed you? A transformer has an output coil with 6 times as many turns as the input coil. If the input frequency is f then the output frequency will be:_______a. 9f b. 6f c. 1/6 fd. f How are genes passed from parent to offspring? When deciding if you should buy something, what can you ask yourself to determine if the item is a need or want? 2. Why do you think people spend so much money on their wants despite the financial costs?