subject

GIVING BRAINLIEST TO 1ST CORRECT ANSWER ALSO I SICK AND TRIED OF PEOPLE SKIPING MY QUESTION SO STOP 1. What do you already know about Google searches?

You look up what u want to know about and you would usually get the answer

3. True or False: Using “OR” between search terms helps narrow down your results.
A. True
B. False
True

4. Imagine you are searching for a plot summary of Romeo and Juliet, and you don’t want to surface sources on the film adaptation. What could your search look like?

Romeo and juliet - films

5. How will you use Google search tricks for your next research project? Use specific strategies from the video in your answer.

I'll be able to get a lot more information about my project instead of getting random webs that take me somewhere that has nothing to do with my project

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 15:30
Which of the following is step 5 to the mail merge process
Answers: 3
question
Computers and Technology, 24.06.2019 10:00
What did i do wrong with this const discord = require('discord.js'); var bot = new discord.client(); const token = 'ntm3mjcxmtu1mjg3ote2ntq2.dyogew.dpfiwfpuifzuzvifop-csuxasnm' const prefix = "! " bot.registry.registergroup('simple', 'simple'); bot.registry.registerdefaults(); bot.registry. + '/commands'); bot.on('message', message => { if(message.content == 'hi! ') { message.channel.send ('@everyone sup, how is @everyone day going'); } if(message.content == 'h3lp') { message.channel.send ('dose not have any commands yet'); } bot.on('ready', function() { console.log("ready") }); bot.login(token);
Answers: 1
question
Computers and Technology, 24.06.2019 17:40
Write a program that begins by reading in a series of positive integers on a single line of input and then computes and prints the product of those integers. integers are accepted and multiplied until the user enters an integer less than 1. this final number is not part of the product. then, the program prints the product. if the first entered number is negative or 0, the program must print “bad input.” and terminate immediately
Answers: 2
question
Computers and Technology, 24.06.2019 18:20
Acommon algorithm for converting a decimal number to binary is to repeatedly divide the decimal number by 2 and save the remainder. this division is continued until the result is zero. then, each of the remainders that have been saved are used to construct the binary number.write a recursive java method that implements this algorithm.it will accept a value of int and return a string with the appropriate binary character representation of the decimal number.my code: public class lab16{public string converttobinary(int input){int a; if(input > 0){a = input % 2; return (converttobinary(input / 2) + "" +a); } return ""; } }
Answers: 1
You know the right answer?
GIVING BRAINLIEST TO 1ST CORRECT ANSWER ALSO I SICK AND TRIED OF PEOPLE SKIPING MY QUESTION SO STOP...
Questions
question
Mathematics, 15.11.2020 02:20
question
Social Studies, 15.11.2020 02:20
question
Mathematics, 15.11.2020 02:20
question
Mathematics, 15.11.2020 02:20
Questions on the website: 13722367