Answer: it looks for a search matching what you searched and replies with all the place you can go to get your search answer.
Explanation: Step mom used to work for google
(Correct Answer Recieves Brainliest)
The excerpt is a sample works-cited list.
A typed list of citations titled Works cited, with W and C capitalized. There are 3 citations. The turnovers for the second and third citations set flush left. There is extra space between citations. The first words in each citation, from top to bottom, are Keegan, Keller, South. The third citation does not have an access date.
Based on MLA standards, how could this list be improved?
alphabetize according to title
change it to a bibliography
order it according to in-text citations
use hanging indents in the second line
Answer:
D
Explanation:
I need ur oppinion about this paragraph.
For the families of the seven, we cannot bear, as you do, the full impact of this tragedy. But we feel the loss, and we're thinking about you so very much. Your loved ones were daring and brave, and they had that special grace, that special spirit that says, “Give me a challenge, and I'll meet it with joy.” They had a hunger to explore the universe and discover its truths. They wished to serve, and they did. They served all of us. We've grown used to wonders in this century. It's hard to dazzle us. But for 25 years the United States space program has been doing just that. We've grown used to the idea of space, and perhaps we forget that we've only just begun. We're still pioneers. They, the members of the Challenger crew, were pioneers.
I think that this answer is amazing and nothing really needs to be added. Well Done!
Answer:
Think it's a good paragraph to be honest.
Explanation:
What does the program do when you run it?
Answer:
it's helps out the community
Answer:
I think the programs code starts to orginize itself and then it opens
Explanation:
WILL MARK BRAINLY
Which of the following is considered proper ergonomics?
Elevating keyboard, so wrists are bent when typing
Placing the mouse close to the keyboard
Resting wrists on the desk while typing
Working on a computer while sitting in a recliner
Answer:
resting wrists on the disk while typing
jus look at the picture
Answer:
what's that??
ty for the points
Super Easy !!! Which of the following is one of the most primary maintenance steps for software?
Answer:
keeping software programs up-to-date
Explanation:
what is the answer i need them now pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls
Answer: Insert ribbon > table drop down menu
Explanation:
Answer:Insert ribbon > table drop down menu
Explanation:
Eliza is the head instructor at a ballet academy. Eliza works in the ______ pathway of the Arts, AV Technology, and Communication cluster.
Question 11 options:
A. AV Technology and Film
B. Printing Technology
C. Journalism and Broadcasting
D. Performing Arts
Walt needs to ensure that messages from a colleague in another organization are never incorrectly identified as spam. What should he do?
A.Configure a safe recipient.
B.Configure a blocked sender.
C.Configure a safe sender.
D.Do nothing.
Answer:
C. Configure a safe sender
Explanation:
It’s dabest thing to do
As per the given scenario, Walt should need to configure a safe sender. The correct option is C.
What is configuration?A system's configuration in communications or computer systems refers to how each of its functional elements is organised in relation to their nature, number, and distinguishing features.
Configuration frequently involves picking the right hardware, software, firmware, and documentation.
A person, group, or organisation that starts the communication is known as the sender. The success of the message stems primarily from this source.
The communication is influenced by the sender's experiences, attitudes, knowledge, competence, perspectives, and culture.
Walt must take care to prevent messages from a colleague in a different organisation from ever being mistakenly classified as spam. He ought to set up a secure sender.
Thus the correct option is C.
For more details regarding configuration, visit:
https://brainly.com/question/13410673
#SPJ2
In 2-4 sentences, explain the difference between the “save” and the “save as” commands.
Save and Save As would be that Save aims to update the current content of the last stored file, whereas Save As aims to save a new folder or to save an existing file to a new place with the identical name or another title
Answer: The difference between save and save as is that save is a command in the File menu of Microsoft Word that enables a user to store a document back to the file or folder from where it came in the first place. Meanwhile, save as is a command that enables a user to store a new document in a new location.
Everything that you see on a computer screen is a representation of which of the following?
A.
floats
B.
0s and 1s
C.
database messages
D.
flowchart input
Answer:
B
Explanation:
coding and programming for the computer to something on command (pressing keys etc)
Answer:B
Explanation:
Anybody have any rating on this? Plus this is just a work in progress right now. This is a mental health project if you do want to know what it is. https://codeprojects.org/projects/weblab/vp5HAwWBw-GoOMCmubMbc6yL9nN_KsEWaAs-U8Y6msQ
I'm very confused about this, I am seeing multiple different answers and I thought the answer was obvious, but guess not.
Jabari is writing a program that prompts a user for a value that is negative and has a decimal. Which function should he use?
float()
int()
print()
string()
Answer:
int()
Explanation:
A college campus uses robots to give students tours. The prospective students can ask the robot questions about life on campus. The robot allows the visiting student to choose which parts of campus to visit. What best describes the type of AI possessed by the robot?
weak AI
neural network AI
symbolic AI
Strong AI
The type of AI possessed by the robot in this scenario is Weak AI, also known as Narrow AI or Applied AI.
Weak AI is designed to perform a specific task, and it operates within a limited domain. The robot in this scenario is programmed to give tours of the campus and answer questions about life on campus. It does not have general intelligence, consciousness, or the ability to think and reason like a human being, and it cannot perform tasks outside of its programmed capabilities.
In contrast, Strong AI, also known as Artificial General Intelligence (AGI), is a theoretical form of AI that would possess human-like intelligence and the ability to reason and perform any intellectual task that a human can do. However, Strong AI does not currently exist.
Neural network AI and Symbolic AI are categories of techniques and approaches used in the development of AI, and they can be applied to both Weak AI and Strong AI systems. Neural network AI involves developing algorithms that are modeled after the structure and function of the human brain, while Symbolic AI involves creating AI systems based on a set of rules or symbols. However, the type of AI possessed by the robot in this scenario is more specifically described as Weak AI.
A Person typed 180 words per 6 minutes with errors in 18 words. Find the gross speed ,Net
speed, and accuracy percentage of his typing.
Write code that does the following: opens the number_list.txt file, reads all of the numbers (1 to 100) from the file, adds all of the numbers read from the file and displays their total. then closes the file.
The code that does the following: opens the number_list.txt file, reads all of the numbers (1 to 100) from the file, adds all of the numbers read from the file and displays their total. then closes the file is given below.
What is the code about?Below is an example Python code that should accomplish this task:
python
# Open the file for reading
with open("number_list.txt", "r") as file:
# Read all the lines and convert them to integers
numbers = [int(line) for line in file.readlines()]
# Sum up the numbers and display the total
total = sum(numbers)
print("The total is:", total)
# Close the file
file.close()
Therefore, Assuming that the number_list.txt file contains one number per line from 1 to 100, the code should read all the numbers from the file, sum them up, and display the total. Finally, the file is closed automatically when the with block is exited.
Read more about code here:
https://brainly.com/question/26134656
#SPJ1
Answer
Explanation:
I don't know
Why is a repeat command helpful when programming a turtle?
A. it gives input B. it engages memory C. it saves time when writing code D. it rotates objects
Answer:
C. it saves time when writing code
Explanation:
A repeat command (also known as a loop) is a programming statement that allows a block of code to be executed repeatedly for a specified number of times. When programming a turtle, a repeat command can be very helpful because it allows the same set of commands to be executed multiple times without having to write them out repeatedly. This can save a lot of time and make the code much shorter and easier to read.
For example, if a programmer wants a turtle to draw a square, instead of writing out the commands to move the turtle forward, turn right, move forward, turn right again, and so on, they can use a repeat command to tell the turtle to perform those same commands four times. This makes the code much more efficient and easier to read, and can help prevent errors that might occur if the programmer had to write out the same commands multiple times.
Answer:
c
Explanation:
what one main difference between social media and traditional media such as television?
A. there aren't any ads in traditional media
B. social media content is created by its user.
C. traditional media doesn't have content
D. social media reaches fewer people than traditional media
Answer:
B
Explanation:
because its true, social media content is created by its users
Answer:
B
Explanation:
Dr. Kim divides a programming class into groups. Each group will create a large program as their
final exam. To make this big project more manageable, which of these should the group use?
an algorithm creator
a binary translator
a text editor
top-down programming
1. What do you think is the most important event in the history of the internet? What event has had the biggest impact on your daily life?
Answer:
The biggest event in internet history was YuTubers punching each other in the face. Months of hype came to a peak Saturday for the self-declared “biggest event in internet history” a boxing match between two YuTube celebrities in Manchester, England.
Explanation:
There is no particular event but the whole journey till now which shaped my personality. Every person even if they are the worst has something good in them.
What will be the result of the following lines of CSS?
body{
background-color:yellow;
}
A.
The background of the header will be yellow.
B.
The text will be highlighted yellow.
C.
The background of the body of the webpage will be yellow.
D.
The photo will change to a yellow box if the user clicks on the photo.
Answer:
C.
Explanation:
The correct option that explains the result of the given lines of CSS is:
C. The background of the body of the webpage will be yellow.
The CSS code provided sets the background color of the body element to yellow. The "body" selector targets the entire body of the webpage, and the "background-color" property sets the background color to yellow. This means that the background of the entire webpage will be displayed in yellow.
Answer:
C. The background of the body of the webpage will be yellow.
C programming 3.26 LAB: Leap year
A year in the modern Gregorian Calendar consists of 365 days. In reality, the earth takes longer to rotate around the sun. To account for the difference in time, every 4 years, a leap year takes place. A leap year is when a year has 366 days: An extra day, February 29th. The requirements for a given year to be a leap year are:
1) The year must be divisible by 4
2) If the year is a century year (1700, 1800, etc.), the year must be evenly divisible by 400; therefore, both 1700 and 1800 are not leap years
Some example leap years are 1600, 1712, and 2016.
Write a program that takes in a year and determines whether that year is a leap year.
Ex: If the input is 1712, the output is:
1712 - leap year
Tonya is creating a program that will allow the user to input their work address. Which kind of variable should Tonya use for this?
A.
a syntax variable
B.
a float variable
C.
a string variable
D.
an alphabetic variable
Answer:
B.
a float variable is the answer
Explanation:
becouse it is float variable
Cara is cleaning her computer when she notices a loose cable connecting to her printer. Which two ports would the cable most likely fit?
HDMI
DisplayPort
Accelerated Graphics Port
USB-C
Thunderbolt
Which two TWO
Answer: USB-C
I am 99.5% sure bcuz Im about 90 % because HDMI goes into TVs and stuff
USB-C and Thunderbolt are the two ports would the cable most likely fit. Hence, option D and E are correct.
What is meant by Thunderbolt?A single lightning strike followed by a loud boom of thunder. A fictitious long mass was depicted as a missile travelling toward earth in the lightning flash. A being or object that is as swift, powerful, or destructive as lightning. A severe admonition or warning.
In common parlance, they are referred to as "thunderbolts," "thunder-arrows," or sporadically "devil-fingers." They are allegedly struck by lightning during thunderstorms and sent flying.
The victim is killed by a lightning strike that is struck by a thunderbolt. A thunderbolt or lightning bolt is a representation of lightning when it is followed by a loud thunderclap.
Thus, option D and E are correct.
For more details about Thunderbolt, click here:
https://brainly.com/question/5366040
#SPJ2
If you were a game programer (NOT using scratch or other basic software making platforms) what kind of code would you use for the game to run on all platforms (Assume the device being used to make the game is Windows 10) and how do you make it look like a pixelated or retro style game like UNDERTALE?
In what ways can information be slanted in a news report? List at least five ways.
Answer:
author, journalist and speaker/media trainer this is all I know so
author, journalist and speaker/media trainer
Please help! -Screenshot-
I am a little unsure about this answer, please let me know if I am correct or if I need to chang it.
Answer: you're correct
Explanation:
that's the only one that has privacy and safety in mind;
password-protected sites are important for keeping your account & info safe
your age and appearance is private and personal information
posting photographs of yourself can be unsafe
so B is right
public class Main {
public static void main(String[] args) {
String firstName = "John ";
String lastName = "Doe";
String fullName = firstName + lastName;
System.out.println(fullName);
}
}
From this example copy and paste code that when run would say your name. in javascript with my first name being Ryan and my last name being Smith
Answer:
const firstName = "Ryan ";
const lastName = "Smith";
const fullName = firstName + lastName;
console.log(fullName);
Explanation:
HOW DO YOU TURN CAPS LOCK OFF ON CHROMEBOOK
Can someone check my answers, please!! :)