You would like to narrow your search on this topic.
a) You want to look for information on this topic's history, but you don't want to include any information that pre-dates 1975. What Boolean operator would you use?

Answers

Answer 1

Answer: AND

Explanation: which combines words together to narrow a search

Answer 2

The Boolean operator would you use is AND. Check below what the operator is about.

What is the Boolean Operators about?

This is known to be some simple words such as (AND, OR, NOT or AND NOT.

They are often used in the case of making a search, an it is one that brings about a productive results and as such, the use of AND in a search can help to narrow your results to the  topic's history.

Learn more about Boolean operator from

https://brainly.com/question/1675220

#SPJ2


Related Questions

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.

The___ of a variable is determined by which parts of a program can view and change its value

Answers

The missing word is scope. Wherever a variable is declared, is its scope. A variable can be manipulated or called on only in its scope.

The scope of a variable is determined by which parts of a program can view and change its value. The correct option is C.

What is a variable?

A variable in programming is a value that can change depending on the conditions or information passed to the program.

A program is typically made up of instructions that tell the computer what to do and data that the program uses while running.

Variables are used to store data that can be accessed and manipulated by a computer program. They also allow us to label data with descriptive names, making our programs easier to understand for both the reader and ourselves.

In layman's terms, a variable's scope is its lifetime in the program. This means that the scope of a variable is the entire program's block of code where the variable is declared, used, and can be modified.

Thus, the correct option is C.

For more details regarding variable, visit:

https://brainly.com/question/17344045

#SPJ2

Your question seems incomplete, the missing options are:

influence

magnitude

scope

range

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

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

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!

an organization wants to use its computer to make video calls with suppliers overseasename two input and two output device that the organisation must have for this to happen and briefly explain the popruse of each device

Answers

Answer:

an organization wants to use its computer to make video calls with suppliers overseasename two input and two output device that the organisation must have for this to happen and briefly explain the popruse of each device

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

__ 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

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:

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)

Other Questions
Please Help ME!!Identify two or more drawbacks/cons of having one-way streets within a grid street system. A customer wants to purchase a sweater from a store.- The original price of the sweater is $40.- The sweater is on sale for 10% off the original price.- The customer has a coupon for 25% off the sale price.The customer claims that she can determine the final price of the sweater by taking 35% off the original price since 10%+25%=35%. Which of the following statements is true?A) The customers claim is correct. The final price of the sweater will be $5.B) The customers claim is correct. The final price of the sweater will be $26.C) The customers claim is incorrect. The final price of the sweater will be $27.D) The customers claim is incorrect. The final price of the sweater will be $30. 12. Rewrite the following sentence in the negative.Je prends le bus pour aller l'cole. ABC - RST, AB=8, BC=18, ST=20. Find RS? Escoge la persona correcta. Para ti, quin es el hijo de tu to? Para ti, quin es el abuelo de tu madre? Para ti, quin es el otro hijo de tu madre? Para ti, quin es el hijo de tu hermano? Para tu madre, quin es tu hermano? Para ti, quin es el padre de tu padre? Para ti, quin es el hermano de tu madre? Para tu abuelo, quin es tu hermano? What the brainly support email? For a concert 5,000 tickets were sold, and the proceeds were $72,000. Tickets for children 16 and younger were $10, adults were $20, and seniors 60 and older were $15. There were 3 times more children than seniors at the concert. What system of equations represents the number of children, c, adults, a, and seniors, s, that attended the concert? 50mL of ethanol (density=0.79 g/mL) is dissolved by 400 mL of water. What is the concentration of ethanol in this solution? Greg is saving money to buy a game. The game costs $30, and so far he has saved two-thirds of this cost. How much money has Greg saved? an organization wants to use its computer to make video calls with suppliers overseasename two input and two output device that the organisation must have for this to happen and briefly explain the popruse of each device (Who,whom) did mom invite to Marcela's birthday party? who wants to be freinds A container is filled with 100 grams of bird feed that is 80% seed. Tom and Sally want to mix the 100 grams with bird feed that is 5% seed to get a mixture that is 40% seed. Tom wants to add 114 grams of the 5% seed, and Sally wants to add 115 grams of the 5% seed mix. Please help my brain is dying from this i dont understand some of middle school math. is this correct or no? should I add la biblioteca?? or just no To prepare for her debate on Wednesday, She has_______five short speeches as practice.1) Gave2) Giving3) Given4) Give What makes a system of inequalities different from asystem of equations? In which of the number lines does the plotted point represent a number greater than Negative 1 and one-half? Check all that apply.A number line going from negative 3 to positive 3 in increments of 1. There are 4 equal spaces between each number. A point is half-way between negative 2 and negative 1.A number line going from negative 3 to positive 3 in increments of 1. There are 4 equal spaces between each number. A point is half-way between negative 1 and 0.A number line going from negative 3 to positive 3 in increments of 1. There are 4 equal spaces between each number. A point is half-way between negative 3 and negative 2.A number line going from negative 3 to positive 3 in increments of 1. There are 4 equal spaces between each number. A point is at 2.A number line going from negative 3 to positive 3 in increments of 1. There are 4 equal spaces between each number. A point is at 0.A number line going from negative 3 to positive 3 in increments of 1. There are 4 equal spaces between each number. A point is 1 mark to the right of negative 3. fill in each blank with the most appropriate pronoun (me, te, le, nos, les) followed by the verb in the past tense.1. Al estudiante se____ ____(CAER) la pluma.2. A mis profesores se___ ____(ACABAR) la paciencia.3. A Uds. se___ ____(CAER) la televisin.4. A mi abuela se___ ___(PERDER) la receta.5. A m se___ ___(CAER) los vasos. What social concept was damaged the most by the government program of land allotment?O sense of self-worthO sense of communityO sense of honestysense of trust Is the economic model of decision-making intended as a literal description of how individuals, firms, and the governments actually make decisions