What computer has special software that allows it to deliver web pages to the Internet?a. Home page
c. Web browser
b. Home computer
d. Web server

Answers

Answer 1
Answer: Web browser (Google Chrome, Safari, Internet Explorer, Edge, etc. )
Answer 2
Answer:

Answer:

c. Web browser

Explanation:

i´ve been working with computers my whole life if you have any questions i would be glad to help.

i need 5 brainlest i only have one so far, may i have the brainlest please!?


Related Questions

What is the operation of an earth leakage tester
A ___ is a list of commands for doing different jobs on the computer​
Apple manufactures circuits that are used in their MacBooks. 12% percent of the circuits are defective. Assume three circuits are installed in a MacBook. The MacBook will function so long as either two or three of the circuits are good. What is the probability the MacBook will function?
You have a chart that shows 100 data points and you've circled the highest value. Which of the following are you using?
Graduated licensing is desighed to introduce beginning drivers to driving?

Which of the following is the part of a digital camera that acts as the film?A. LCD
c. Flash memory card
b. CCD
d. SmartMedia card

Answers

It's the 'charge coupled device' (CCD) that captures the image in a digital camera.

Python Variables WorksheetPrint | Save
Output: Your Goal
You will write a program to store a message in two variables, then print that message.

Part 1: Plan and Write the Pseudocode
Write an algorithm using pseudocode that someone else can follow. Choose one of the following options:
Decide on the message you would like to display to the screen. Some ideas include:
Your favorite book title or TV show and why you like it
A few sentences sharing information about you
Your favorite sport and team or athlete
Use two variables to store your message.
Insert your pseudocode here:






Part 2: Code the Program
Use the following guidelines to code your program.
Use the Python IDLE to write your program.
Using comments, type a heading that includes your name, today’s date, and a short description.
Set up your def main(): statement. (Don’t forget the parentheses and colon.)
Use at least two variables and two print statements to display your message to the screen.
Conclude the program with the main() statement.
Follow the Python style conventions regarding indentation in your program.
Run your program to ensure it is working properly. Fix any errors you may observe.
Example of expected output: The output below is an example of a “Favorite TV Show” message. Your specific results will vary depending on the choices you make about your message.
Output
My favorite TV show is MythBusters.
I like it because I learn a lot and they do crazy experiments.

When you've completed writing your program code, save your work by selecting 'Save' in the Python IDLE. When you submit your assignment, you will attach this Python file separately.

Part 3: Post Mortem Review (PMR)
Write two to three sentence responses to all the questions in the PMR chart.
Review Question
Response
What was the purpose of your program?

How could your program be useful in the real world?

What is a problem you ran into, and how did you fix it?

Describe one thing you would do differently the next time you write a program.



Part 4: Save Your Work
Don't forget to save this worksheet. You will submit it for your assessment.
Print | Save

Answers

Answer:

Pseudocode:

define func main

accept two parameters

create two variables from those parameters

v1 = title

v2=message

print v1, v2

returns None

call the func including the two arguments

Code:

def main(p1, p2):

""" this is a docstring, the function accepts two parameters p1 and p2 and prints them out"""

____title = p1

____message = p2

____print(title)

____print(message)

main()

Reminder

this didnot include the comment you are to add about your name, date and details

-- comments are placed after a pound sign (#)

also "____" the dashes behind the variables are not indentation just empasising them, as they are done with either by

  • Tab Button - pressed once
  • Space Bar - pressed four times

NEVER MIX THEM CHOOSE AN INDENTATION STYLE AND STICK TO IT

Finally the call function doesn't have a colon called as a nomal object, just as the print funtion also you may include the dicstring if neccessary.

DONT FORGET THE REVIEW QUESTIONS

Which magazine can help the public to determine the best technology to buy?A. Google News
B. Newsweek
C. Consumer Reports
D. Time

Answers

Consumer Reports Of Course :D :v
Consumer Reports without a doubt

Harry makes pizzas to sell in his café. He buys packets of grated cheese and boxes of mushrooms and then uses them for the pizza toppings. For example, a bag of grated cheese is divided into 4 portions and used to top 4 pizzas. What formula is in cell D3?​

Answers

Answer:

=B3 / 4

Explanation:

The price of a packet of grated cheese is $2.60. To make pizza, this packet of cheese is divided into four to make 1 pizza. Therefore, the price of the grated cheese used to make 1 pizza = price of packet of cheese / 4 = $2.60 / 4 = $0.65

This price is the price inserted in cell D3. The price for each packet of grated cheese is inserted in cell B3.

Therefore the formula used in cell D3 to find the price of each grated cheese required for one pizza is:

Formula for D3 is "=B3 / 4"

Completed the given flowchart using the algorithm steps which is given in wrong order. 1.Input time 2.Stop 3.Print "Good morning" 4.Start 5.IF time<12.00 pm

Answers

Answer:

The correct order is "4 1 5 3 2".

Explanation:

In the given question, the flowchart is missing, and its choices were not defined. so, in this question, we define the correct flowchart and correct order.

please find the attachment of the flowchart.

In the flowchart first, we start the process after that, we input the time value and use the if block that checks time value is less then "12:00 pm".

if the given condition is true, it will print the "Good morning" value and stop the program.

Any tool that helps make our physical and mental processes more efficient can be referred to as which one of the following?A. Computers
B. Mechanisms
C. Media
D. Technology

Answers

As for this problem, the most probable and the most likely answer among the presented options in this would be D. Technology

Any tool that helps make our physical and mental processes more efficient can be referred to as technology. Computers are currently at the very top of the technological advancement disregarding the different types and forms that it has taken for it to be specialized and serve a purpose. Mechanisms, on the other hand, are more on the inner workings of these technologies. Media would be more on to the dissemination of the information and communication.