Answer:
What are the choices
Answer:
Explanation:reduced concentratjon
inhibited comprehension
decreased coordination
increased heart rate
the rules of right-of-way
Pedestrians, bicyclists, and skateboarders
when they use the road.
Whenever you are driving and you see a pedestrian, bicyclist, or skateboarder, they always have the right of way, no matter the scenario. Always give bikers 3-4 feet if possible between them and your vehicle when passing them, and always be careful around skateboarders.
I hope this helped you! Have a great day!
(b) Explain what is meant by a MAC address.
T
Answer:
A MAC ADDRESS is a hardware identification number that uniquely identifies each device on a network.
Explanation:
HELP FOR JAVASCRIPT: 01. What is prototypical inheritance? 02. How can JavaScript be used to improve accessibility on the web? I've heard focus management can help?
Answer:
Following are the answer to this question:
Explanation:
Prototypical inheritance:
This inheritance is a part of the object-oriented programming, in the JavaScript, the prototype is also an instance of an entity, on this type of inheritance an object inherits another object directly, in which an instance could be composed of several sources which enable simple selective inheritance and a flat structure of delegation[[Prototype]].
Web accessibility using JavaScript:
In the website or web page, JavaScript is usually fully accessible if another script 's implementation has been device-independent, and the components are accessible to be used in assistive devices. It enables the developers to improve web page information, which helps in communication, data processing, and regulation, and it also helps in management.
Which computing component is similar to the human brain
you've finished programming the app! Now your company has to decide whether to use an open source
license or proprietary license. explain which one you would choose and why.
Answer:
Proprietary License gives you full ownership and trademark/patent opportunites. Open source allows for code donation and a community based development for your app. Generally speaking, if your a private entity creating an app for a client, you'll need the Proprietary Licence, which will allow you to sell the codebase to your client.
If your creating an app for your company as itself, you go either way, sell the license in licensing agreements, or have your companies community contribute and better your app from the inside.
Its entirely based on the agreements you set for the app.
What are some options available in the Spelling and Grammar Checker? Check all that apply
This question is incomplete because it lacks the appropriate options
Complete Question
What are some options available in the Spelling and Grammar Checker?
Check all that apply.
a) Change and Change All
b) Redo and Repeat
c) Ignore Once and Ignore All
d) Add to Dictionary
e) AutoFormat
f) Font
g) AutoCorrect
h) Undo
Answer:
a) Change and Change All
c) Ignore Once and Ignore All
d) Add to Dictionary
g) AutoCorrect
Explanation:
Spelling and grammar check is an option under the REVIEW Menu in Microsoft Word.
Spelling and grammar checker is used to check for errors in spelling and grammar found in a Microsoft Word document.
Some options available in Spelling and grammar checker are:
• Change and Change All
• Ignore Once and Ignore All
• Add to Dictionary
• AutoCorrect
Answer:
c,d,f
Explanation:
the ___ are documents which uses http ?
Who developed the first
DBMS called Integrated
Data Store
Answer:
Charles Bachman developed the first DBMS called Integrated Data Store.
Create a variable ‘temp’ and assign the value in Celsius. Display the message ‘It’s extremely hot day today!’ if the temperature is greater than 40 degree C otherwise, displays ‘It’s not too hot!
Answer:
temp = 47
if temp > 40:
print("It’s extremely hot day today!")
else:
print("It’s not too hot!")
Explanation:
*The code is in Python.
Create a variable called temp and set its value as 47
Check the temp using if-else structure. If the temp is greater than 40, print "It’s extremely hot day today!". Otherwise, print "It’s not too hot!".
Select the correct answer.
Pedro has started an online food-ordering website. What should Pedro ask his customers to do to prevent fraudulent actions?
A
B.
Ask customers to opt for cash on delivery only.
Ask customers to avoid uploading anything about his website on social media.
Ask customers to use strong passwords to protect their accounts.
C.
D.
Ask customers to order only for the minimum value.
Reset
Next
Answer:
ask customers to use strong passwords to protect their accounts
30 POINTS!!!
Select the correct answer.
Which term is a gestalt concept?
A. balance
B. governance
C. continuance
D. dominance
E. preference
similarities between human and computer
Answer: Both have a center for knowledge; motherboard and brain. Both have a way of translating messages to an action. Both have a way of creating and sending messages to different parts of the system.
30 POINTS!!
Select the correct answer.
Which tool creates vector paths for smooth-edged selections?
A. Pen
B. Clone
C. Brush
D. Sharpen
E. Blur
Answer:
A.) pen tool
Explanation:
i got it right
First Person Who Answers Fast As Possible Will Be Marked As Brainiest
Answer:
Save a database object Ctrl+S or Shift+F12
Open an existing database Ctrl+O or Ctrl+F12
To quit MS Access ALT+F4
Explanation:
What is the term for a media piece that is ineligible for protection by copyright laws,
either because its copyright has expired or because it was never copyrighted in the first
place?
A. Visual media
B. Wikipedia entry
C. Fair use
D. Public domain
Answer: D. Public domain
Explanation:
Hi, the term Public domain is applied to works of authorship that are ineligible for protection by copyright laws, because the copyright has expired or it was never copyrighted in the first place.
Public domain may vary in different countries and jurisdictions, for example; a media piece may be protected by copyright in one specific country, and be public domain in other countries.
Feel free to ask for more if needed or if you did not understand something.
I need like 10 sentences to delineate and discuss societal issues related to computing . “Including the guiding principles of professional and ethical behavior
Plzzz I know it’s a lot to ask but I need help
Answer:
Kindly check Explanation
Explanation:
Advancement in technology spurred largely due to the advent of the computer and internet has resulted in a notable change in the behavior, lifestyle and engagement of many individuals. This include ; providing a faster and more convenient way of computing and completing tasks. Accelerating the global rate of technological development due to great computing capabilities. Educational enhancement and development through online education.
Computing also pose some societal issues which needs to addressed. This include :
Issues regarding privacy and identity theft are widespread. Addiction to games and other engaging content often pose distraction to youth and child development. Computing could be said to have placed increased pressure on human power and engagement with the advent of automated robots and programs. Increased exposure to electromagnetic rays. Promotion of indecency and immoral contents has become increasingly easier. Peer influence through fake promotion and display of wealth by some overrated individuals.
Therefore, it is imperative that informations conveyed through the internet are treated with utmost confidentiality in other to avoid privacy issues which may arise from leakage.
using substitution what is the value for x for the equations 2x+y=-3 and y=4x+6
Answer:
[tex]x = \frac{-3}{2}[/tex]
Explanation:
Given
2x + y = -3
y = 4x + 6
Required
Find the value of x
2x + y = -3 --- Equation 1
y = 4x + 6 --- Equation 2
Substitute 4x + 6 for y in equation 1.
So, equation 1 becomes
[tex]2x + 4x + 6 = -3[/tex]
[tex]6x + 6 = -3[/tex]
Subtract 6 from both sides
[tex]6x + 6 - 6 = -3 - 6[/tex]
[tex]6x = -9[/tex]
Divide both sides by 6
[tex]\frac{6x}{6} = \frac{-9}{6}[/tex]
[tex]x = \frac{-9}{6}[/tex]
Simplify fraction
[tex]x = \frac{-3}{2}[/tex]
Hence, the value of x is [tex]x = \frac{-3}{2}[/tex]
IF YOU PLAY SURVIV>IO WITH ME RIGHT NOW I WILL GIVE YOU BRAINLIEST
AND IM NOT KAPPING
Answer:
no
Explanation:
moomoo.io is way better
The domain name is passed to a domain name server, which maps it to the correct IP address, and then the code behind the page is translated from HTML to a human-readable format. What does this describe?
The first process is a DNS lookup where the domain name server (DNS) stores a table with domain names and their corresponding IP address.
The second process is called web page rendering where the computer takes the HTML and turns it into the page that displays on your screen.
Why is the no video recording in iPhone camera
Answer:
it really does depend on what iphone you have but go to Settings > Privacy > Camera and disable the last app that was allowed access to the phone's Camera. check the camera app again and you should see the video recording access.
hope this helped!
Answer:
Wait is this a genuine question im not sure how to answer
Explanation:
Ava and Elizabeth are planning on using an IDE to create their program. Describe tools and facilities available in the IDE which can help them to identify and correct syntax errors.
write a program to output a big A like the one below
hope this helps, i'm a beginner so this might not be the most concise method
A neologism is defined as:
O A. an abbreviation.
O B. a technological term.
O c. a foreign word.
O D. a new word
Answer:d
Explanation:
the word item referred to as a: A.value B.label C.Formula
which type of mirror can create a real image.
Answer:
concave mirror
Explanation:
hope this helps!!!
Answer:
A. concave
Hope this helps!
Explanation:
what is the purpose of the print area feature
Answer: The Print Area function in Excel allows you to print part of a spreadsheet rather than the full sheet
Explanation:
Answer:
C- Selecting specific cells and ranges to print
Explanation: ;)
Write the UPDATE command to increase the commission (column name :COMM) by 500 of all the salesman who have achieved sales (Column name : SALES) more than 20000. The table’s name is COMPANY?
Answer:
UPDATE COMPANY
SET COMM=COMM + 500
WHERE SALES> 20000;
Explanation:
The update command is used for alter the record in the database management system in the table .The update command command modify the record on the some condition in the table in the database management system.
Following are syntax for using the update command .
UPDATE table-name
SET column name 1,column name 2 .........
Where condition
In the given question table -name is "COMPANY" the condition is on the sales column and it update the table only when sales is more than 20000 and set the column COMM by 500.The UPDATE command that increases the commission column is: UPDATE COMPANY SET COMM=COMM + 500 WHERE SALES> 20000;
The syntax of an UPDATE SQL command is:
UPDATE table_name SET column = value, where condition
From the question, the table name is COMPANY.
So, we have:
UPDATE COMPANY SET column = value, where condition
The update statement is to increment the COMM column by 500.
So, the query becomes
UPDATE COMPANY SET COMM=COMM + 500 WHERE condition
Lastly, only columns where SALES are greater than 20000 should be updated.
So, the complete command is:
UPDATE COMPANY SET COMM=COMM + 500 WHERE SALES> 20000;
Read more about database at:
https://brainly.com/question/15334693
10
This section of program code may be used as a validation check.
1
2
3
4
5
6
7.
PRINT "Input a value between 0 and 100 inclusive"
INPUT Value
WHILE Value < 0 OR Value > 100
PRINT "Invalid value, try again"
INPUT Value
ENDWHILE
PRINT "Accepted: ", Value
(a) Give a name or explain this type of validation check.
[2]
(b) Describe what is happening in this validation check.
Answer:
This is a range check
Explanation:
The input value is checked against a minimum and maximum value.
What is true about teen pregnancy and parenting? Teen parents and their child experience little effects that are different from other families. Teen parents often have an easier time parenting because they have more energy than older parents. Children of teen parents often lag behind developmentally. Teen parents may have trouble finding jobs.
Answer:
I think its "Children of teen parents often lag behind developmentally." But I'm not for sure
Answer:
D) Teen parents may have trouble finding jobs.
Explanation:
This is the correct answer!! I took the test, Hope this helps!!:)
Help With Sims 4
So I got the latest update and my game randomly freezes and im guessing it’s form outdated cc but how can I tell what is outdated without deleting all of it help please
You should probably try removing it one by one if you dont want to get rid of all of it. it might take some time but,,,,