Answer:
The protocols of the Internet are open and used by all devices connected to the network
Explanation:
There are billions of devices connected to the Internet, and hundreds of different kinds of devices: laptops, tablets, phones, refrigerators, handheld credit card readers, and so on. Protocols (standards) ensure that the variety of devices interact with each other smoothly. There are a lot of protocols! The Internet was designed with several layers of abstraction that sort the protocols according to what part of the process they support.
how do I take a picture of myself on an apple computers?
Answer:
with the camera
Explanation:
Answer:
press the camera and take a pic??
Explanation:
write a QBASIC program to input two sides of a rectangle from the user and print its area and perimeter [Area = L×B, Perimeter =2 (L+B)]
Answer:
CLS
INPUT"ENTER THE LENGTH";L
INPUT"ENTER THE BREADTH";B
AREA=L*B;A
PERIMETER=2(L+B);P
PRINT"THE AREA IS =";A
PRINT"THE PERIMETER IS =";P
END
How does one build social capital?
O A. By investing money via the Internet
B. By buying stocks of Internet companies
O C. By building an online presence
D. By giving money to government programs
Answer:
by building on line presence
Explanation:
If you put yourself out there in multiple social sites you will build a following
Fill in the blanks : To store 3 character a computer occupies...................bytes memory space
Answer:
Umm was there supposed to be a picture????
Explanation:
Hope you have a wonderful Christmas Eve time with your family!!❄️
Eight bits are called a byte. One byte character sets can contain 256 characters. The current standard, though, is Unicode, which uses two bytes to represent all characters in all writing systems in the world in a single set.
What is memory space?Memory refers to the location of short-term data, while storage refers to the location of data stored on a long-term basis. Memory is the power of the brain to recall experiences or information.
Memory is most often referred to as the primary storage on a computer, such as RAM. Memory is also where information is processed. It enables users to access data that is stored for a short time.
Learn more about Memory here,
https://brainly.com/question/23423029
#SPJ2
Give short answers.
h.
How have computers affected education?
i.
What roles do computers play at home?
j.What effects have computers had on the practice and enforcement of law?
k. How have computers changed entertainment?
Answer:
H) Well it depends how you put it. I'm Doing virtual School for my education. And it is so easy when we have technology out their to provide the help that we need. So I think it has affected education pretty good. You can Also google the answers.
I) Looking up Answers at home
J) Parents can check up on their child's school work and see if they can help them. Also The law is involved in Education.
K) It depend's on how you put it
Explanation:
Short Answers
What is the highest numeral in a binary code?
Answer:
The highest numeral in binary code is 1
In binary, you can only have 1s and 0s
if you're asking for the biggest number that can be represented, it's 255, which is 11111111. (this is 8 1s)
Explanation:
Is this a trick question? lol
May I have brainliest please? :)
Kerri is adding text and graphics to her presentation. She does this work in the _____. Normal (Slide) view Task pane Formatting toolbar Slide Sorter
Answer:
The answer to this question is given below in the explanation section.
Explanation:
The correct answer to this question is Normal View.
Kerri can add text and graphics to her presentation. She does this work easily in the Normal view of the slides. In normal view, you can edit your slide by slide and navigate with the thumbnail.
while other options are not correct because:
Task pan is used to show information about the current slide.
Formatting toolbar is used for formatting the contents in the slide
Slide sorter is a view that is used to see the thumbnail of all slides in your presentation to easily rearrange them.
How do you do that ( the bit that I circled in the picture)
. In this project, how many times will the [Drive] block be repeated?
a
It will be repeated forever
It will repeat 100 times.
It will repeat 90 times.
It will repeat once.
c
Answer: wait is a multiple answers to it or
Because I think it’ll be forever
Explanation:
Linux implements _________ to determine how a user is to be authenticated and whether there are password policies associated with password databases.
Answer:
Pluggable authentication modules (PAM).
Explanation:
These are schemes that are seen to be used in API authentication. It is relyed on to provide high authentification protocool in any correct form it is seen to be in use. also its ability to grant access to each other within two people interface are reasons big user clients refer to it in most of their policies that deals with their working system passwords and their database passwords to most of their files. This is why the company in the context which is a big firm rely on it for its services.
Which built-in sorting options are available in the Navigation pane?
O by viewed date or by object type
O by object type or by modified date
O by object importance or by viewed date
O by created date or by object importance
Answer:
B
Explanation:
The built-in sorting options that are available in the navigation pane are by object type or by modified date.
What do you mean by navigation pane?Navigation is found on the left side of the File Explorer window that includes all of the drives, history, desktop, and downloads.
The built-in sorting options are available in the navigation pane by object type or by modified date.
Therefore, B is the correct option.
Learn more about the Navigation pane here:
https://brainly.com/question/14966390
#SPJ2
Consider the popular online retailer Amazon. What aspects of its business are run through public networks, and what aspects might be run through a private intranet?
Answer: public: when amazon shows what everyone is buying or what is being sold most frequently. When you put down your review of a product and your profile.
private: when you put in your address debit or credit cards your email or phone number and more so amazon can ship the product you have bought and so you can buy the product.
Explanation: this is my first time answering a question i hope this helps :)
Which best defines what a script tag does?
Answer:
The answer to your question would be C , A tag used to write programming scripts.
Explanation:
The element either contains scripting statements, or it points to an external script file through the src attribute. Common uses for JavaScript are image manipulation, form validation, and dynamic changes of content. Hope this helps you! </p><p></p>
Hyperlinks can only point to webpages.
True or False
Answer:
I believe thats false
how do you take a picture on an apple computers
Answer:
You go to the launcher, then find Photo Booth. Photo Booth allows you to take photos. You can only take photos on the side where the screen is, since there isn't a camera on the back. I recommend taking a picture with a phone instead. For a screenshot, press command-shift-3.
Hope this helps!
what is bespoke software???
Answer:
custom-built to address the specific requirements of a business
Explanation:
Answer:
As such we are going to highlight a number of examples of bespoke software. As enthusiastic business owners, we all want to be unique.
...
2. Customer Relationship Management (CRM)
Business Process Automation System. ...
Automated Invoicing. ...
Company-Facing / Customer-Facing Web Portals. ...
Ecommerce software solutions.
Explanation:
There ya go
What improved image quality in televisions?
A: FM technology
B: AM technology
C: color CRTs
D: black-and-white CRTs
E: coaxial cables
Answer:
coaxial cables are the answer
I only put one answer and didn’t specify what it answered
identify the information that's safe to send via e-mail
Answer:
nonehdbdjsjnajsjfjsap
Explanation:
baba booey
Write a program that prints the numbers 1 - 50. If the number is even print the word 'EVEN!' next to it. If the number is odd print the word 'ODD!' next to it.
In python 3.8:
for x in range(1,51):
print(str(x)+" EVEN!" if x %2==0 else str(x)+" ODD!")
This works for me. Best of luck.
Which of these purchases is most likely to be paid for with a credit card
A. Soda
B. Lotto ticket
C. Parking fee
D. Plane ticket
Answer:
plane ticket?
Explanation:
⚠️ HURRY TIME IS TICKING ⚠️
Sierra needs to ensure that when users are entering data into a datasheet or form that they are limited in the values that they select. Which option should she use as the data type?
• Lookup list
• Bound value
• Short-text
• Date/time
Answer:
To ensue that data entering data is limited, Usually A dropdown list is used but here in the available option
Lookup list is correct.
Explanation:
Let explain why we have selected Lookup list
A lookup list is used to look for some value in a list.
For example in Excel we select a column for search which is basically limiting the value which we search.
Bound Value
we usually have 2 bounds ,
lower and upper bound
lower bound is the smallest value in a set while upper bound it the highest value in a set.
Short Text:
Short text is used to minimize the word.
For example instead of United States we simply write US
Date/Time are used for data/time value.
so the most appropriate answer is Lookup list.
Write pseudocode for washing a car using at least five steps.
Answer:
Step 1: Prepare the Cleaner
Pour a capful of car wash cleaner into a bucket and fill it a little over halfway with tap water. Car wash soap is specially designed to clean a car's exterior surfaces without stripping off wax, and it is typically sold alongside wax and car-detailing products in stores. Toss the first sponge in the bucket to let it soak up water and cleaner.
Step 2: Use the Garden Hose First
Spray water all over the car, starting at the top and working down the body of the car.
Step 3: Wash the Roof
Wash the top of the car first by squishing most of the excess water out of the sponge, then begin washing. Rinse the top as soon as you finish to ensure that the cleaning product does not dry on your car's paint. Blot the excess water off with your chamois or a terry cloth towel.
Step 4: Wash the Car's Body
Wash the car's body in sections, one panel at a time. Spray each panel with the garden hose again before washing with the sponge and cleaner. Rinse immediately after washing.If the water is not drying too fast, complete one whole side of the car before drying. If the water is drying quickly, dry each panel as soon as you finish washing.
Step 5: Wash the Wheel and Tires
Spray the wheel and tire cleaner on the wheels and tires.Using the second sponge, a brush or a rag, rub the cleaner into the tires to remove any remaining road dirt.
Step 6: Drying Your Car
Check your product's label to see if it needs to be washed off with water or buffed with a clean rag to complete the project.
How can you make the drawing tools contextual tab appear
Answer:
C. place the insertion point in any text in the text box.
Typically, the Ribbon contains the Draw tab. Here's how to add it, though, if you can't see it on yours. Customize the ribbon by selecting it with the right mouse click. Click OK after selecting the checkbox next to draw. Thus, option C is correct.
What make the drawing tools contextual tab appear?If your Draw Tools are hidden, you can reveal them by bringing up the View menu, selecting Toolbars, and then selecting Drawing. Look at the Draw Tools' features for a bit.
When you click outside these objects, the tools in the contextual tabs are put away, giving you the options and resources you need to deal with them.
Clicking on the item causes the tab to reappear, and you can get them back. Your workspace remains uncluttered as a result.
Therefore, place the insertion point in any text in the text box.
Learn more contextual tab about here:
https://brainly.com/question/14139335
#SPJ2
100 pints
Question # 1 Match List You have used different ways to store data. Match each definition with its type.
movieCost = 4.95
movieStars = ['Carrie Fisher', 'Harrison Ford']
movie = 'Star Wars'
movieID = 132
movieAwards = ('Oscar', 'Golden Globe', 'Director's Guild') movieRatings = {5:'language', 3:'violence'}
words that needs to be used
string
int
float
list
dictionary
turple
Answer:
movieCost=4.95
Float
movieStars = ['Carrie Fisher', 'Harrison Ford']
List
movie= 'Star Wars'
String
movieID=132
int
movieAwards = ('Oscar', 'Golden Globe', 'Director's Guild')
Tuple
movieRatings = {5:'language', 3:'violence'}
Dictionary
Explanation:
movieCost = 4.95
movieCost is of float type because it has a decimal point.
movieStars = ['Carrie Fisher', 'Harrison Ford']
movieStars if of list type because in Python the elements of list is inside square brackets.
List is an ordered collection. List is mutable i-e items can be added and remved from the list
movie = 'Star Wars'
movies is a string type because it is in enclosed in single quotes only.
movieID = 132
movieID is of int type because it is only number, without decimal value.
movieAwards = ('Oscar', 'Golden Globe', 'Director's Guild')
movieAwards is a tuple type because it is enclosed in round brackets or parenthesis.
Tuple is a sequence object. It is ordered collection of item. it is immutable.
movieRatings = {5:'language', 3:'violence'}
MovieRating is a dictionay type because it is in key-value pair. it is an unordered collection.
What are some legal issues that can arise from the use of all social media?
Answer:
CopyrightDefamationCyberbullyingExplanation:
The first issue, that I would like to explain is Copyright. If you are imposing as a company on Social Media with a real name that is Copyrighted, the company will file a DMCA takedown notice which is the Digital Millennium Copyright Act
. Which can result in your Social Media being taken down, or by getting a fine, sued or even jailtime.
The second issue is Defamation, what Defamation is basically spreading false information about a company / business in real or online that hurts a companies reputation. If you commit this crime online you can face a lawsuit or even jailtime for one year.
Thirdly, cyberbullying. This is illegal in most states in the US. Cyberbullying is a serious matter and depending on your states laws can be charged with criminal harassment.
Sources:
Quora: (Website)
Miclaw: (Website)
Statista: (Website)
Which actions help to protect a computer and keep it running properly? Check all that apply.
performing regular scans
deleting any unwanted files
backing up files and other data
saving Internet browsing history
saving and storing all junk files
Answer:
ABC
Explanation:
100% EDGE 2022
Complete the following sentence.
The definition of the ________ was changed in order to be based on something more stable.
Answer:
The person above is so wrong!
Explanation:
The definition of the resilience was changed in order to be based on something more stable.
What resilience really implies?Resilience is known to be the way or ability of a person to bee able to stand against any form of adversity and still be able to bounce up from any difficult life issue.
Conclusively, Note that the act of being resilient means is too strong but resilience was changed in order to be based on something more stable.
Learn more about stable from
https://brainly.com/question/1348241
What do the blocks in the looks category do?
Answer:
if u have a question can I see it
Explanation:
so I can know the answer choose
The French horn was originally used as a hunting horn.
A. True
B. False
Subject: Music Technology.
Answer:
A. True
Explanation:
The French horn is a brass instrument delivered from the hunting horn. The first development of the instrument was in service of the hunt or signal of danger. Additionally, they were used in Jewish religious rituals. It was less complex than the instrument used today. Around the beginning of the 18th century, it started to be widely used as a musical instrument.
Today, it is played by the musicians called hornists, and there are usually four horns in the symphony orchestra. There are few variations of the instrument – single horn, double horn, compensating double horn, and triple horn.