Answer:
The two phases to the context of this discussion are listed follows.
Explanation:
Solution 1: Delete 1 GB of current RAM as well as install another DIMM0 Chan A slot through one 2 GB of double-channel RAM. (thinkable unless the 2 GB RAM is provided by the motherboard in what seems like a DIMM0 Chan A slot) Solution 2: whether there's an unused or blank slot, perhaps one 1 GB dual-channel Ram could be mounted in some other slot at around the same speed or frequency.It's quite safer to mount memory with appropriate frequencies across both situations.
The two phases are as follows:
Delete 1 GB of current RAM and install another DIMM0 Chan A slot through one 2 GB of double-channel RAM. (thinkable unless the 2 GB RAM is given by the motherboard in what seems like a DIMM0 Chan A slot) .In the case when there's an unused or blank slot, so one 1 GB dual-channel Ram could be mounted in some other slot at around the similar speed or frequency.It's quite safe to mount memory having appropriate frequencies across both situations.
Learn more: brainly.com/question/17429689
An Internet Service Provider (ISP) is a company that builds the routers and wired connections that allow individuals to access the Internet.
An ISP is considering adding additional redundant connections to its network. Which of the following best describes why the company would choose to do so?
A. It costs less to design a network that is redundant
B. The protocols of the Internet only work on networks that are redundant
C. Redundant networks are more reliable
D. Adding additional connections reduces the fault-tolerance of the network
Answer:
The answer is C
Explanation:
A redundant network is more reliable as having redundancy provides a backup for when a part of a network goes down.
The best describes why the company would choose to do so is redundant networks are more reliable. The correct option is c.
What is an Internet Service Provider (ISP)?An Internet Service Provider is a business that provides services for using and accessing the Internet (ISP). ISP offers internet services to its clients so they can connect to the internet and the rest of the world.
A public Wi-Fi provider, however, is simply a router that distributes Internet service provider (ISP) services to other users. A network, it should be mentioned, is a link between other networks, computers, etc. However, a network cannot offer services for using and connecting to the internet.
The client's ISP sends a signal over the internet, which is modulated and demodulated using a modem.
Therefore, the correct option is c. Redundant networks are more reliable.
To learn more about Internet Service Provider (ISP), refer to the link:
https://brainly.com/question/18000293
#SPJ2
Which file format cannot be used when inserting a picture into a word document.
Answer:
Explanation:
I think its PDF, please correct me if i'm wrong.
What are particulates and are particulates harm full?
Answer:
particles can be know as chemical and chemicals are dangerous]
Explanation:
She wants to use a different level for the uses of the gases.
What can Hope do to change the numbers 2, 3, 5, and 6 to lowercase letters?
Press the Space bar.
Use the Tab key.
Click the Sort option.
Use the Multilevel List icon.
Answer: d
Explanation: got it right in edge 2020
Answer:
D
Explanation:
For questions 5-8, consider the following code:
def mystery(a, b = 8, c = -6):
return 2 * b + a + 3 * c
#MAIN
x = int(input("First value: "))
y = int(input("Second value: "))
z = int(input("Third value: "))
Suppose we add the following line of code to our program:
print(mystery(x, y, z))
What is output when the user enters 4, 3, and 7?
Answer:
The answer is 31
Explanation:
.
If we add the line of code print(mystery(x)) and our input are 1, 1 and 1 the output will be -1. If we add the line of code print(mystery(x, y, z)) and our inputs are 8, 6 and 4 the out put will be 32.
What will be the python code?This is the python code:
def mystery(a, b = 8, c = -6):
return 2 * b + a + 3 * c
#MAIN
x = int(input("First value: "))
y = int(input("Second value: "))
z = int(input("Third value: "))
print(mystery(x))
#What is output when the user enters 1, 1, and 1?
#Suppose we add the following line of code to our program:
print(mystery(x, y, z))
#What is output when the user enters 8, 6, and 4?
The code is written in python
The first line of code defines a function named mystery with the argument a, b by default is equals to 8 and c is equals to -6 by default.
Then the code return the product of b and 2 plus a and plus the product of 3 and c.
x, y and z variable that stores the users input.
Then we call the function mystery with a single argument
Then we call the function mystery with three argument x, y and z which are the users input.
The first print statement with the input as 1, 1 and 1 will return -1
The second print statement with the input 8, 6 and 4 will return 32.
Therefore, If we add the line of code print(mystery(x)) and our input are 1, 1 and 1 the output will be -1. If we add the line of code print(mystery(x, y, z)) and our inputs are 8, 6 and 4 the out put will be 32.
Learn more about inputs on:
https://brainly.com/question/20295442
#SPJ2
When code is compiled it?
Answer:
To transform a program written in a high-level programming language from source code into object code. The first step is to pass the source code through a compiler, which translates the high-level language instructionsinto object code.
Answer: Compiled code is a set of files that must be linked together and with one master list of steps in order for it to run as a program.
Explanation: This is opposed to a interpreted code like web scripts, host server scripts and BASIC that are run one line at a time.
Hope this helps! :)
What language do computers speak?
Answer:
machine languageBut, what does a computer understand? The only language that the computer can process or execute is called machine language. It consists of only 0s and 1s in binary, that a computer can understand. In short, the computer only understands binary code, i.e 0s and 1s.
Explanation:
What is used to connect to a specific location on the internet
Answer:
Fixed internet As the name suggests, this is an internet connection that is fixed to a specific location (such as a home, office or shop) — meaning that the internet connection is unique to that property, and as such you can only access it when you’re physically situated there. Choosing a fixed internet service provider
Explanation:
Which statements describe the effective use of graphics in presentations?
Use lots of graphics to make a boring presentation more interesting.
Use lots of graphics to make a boring presentation more interesting.
Put graphics on every slide.
Put graphics on every slide.
Make graphics large enough to be seen by the audience.
Make graphics large enough to be seen by the audience.
Include graphics when they are relevant to the content.
Answer:
use lots of graphics to make a boring presentation more interesting
Explanation:
i think thats right.
Objective Type Questions library 1. Fill in the blanks.
a. Python comes with a collection of in-built reusable programs called .................... library
b. The Python prompt'>>>' is called the....................... prompt.
c. In Python, a program file is saved with....................... extension.
d ........................of variables is not required in Python.
е. А ....................... cannot be used as a variable in Python.
Rick and Marissa recently started a company focused on rehabbing houses. Before they buy a house, they use software to create and design the renovation of each room. The program provides them with an estimate of how much of each kind of material is needed, and the orderly progression of tasks that need to be completed. Rick and Marissa use computer-aided design.
a) true
b) false
Answer:
True
Explanation:
Is there a way to stop sharing location without notifying the person.
Answer:
Yes
Explanation:
There is a way to disable sharing your location without sending any messages to the person. First, go to the "find my," app. Then go to the people section, and then tap on the person you want to disable. Go up to "stop sharing my location," and simply click and confirm by clicking yes on the pop-up window.
quick I need help ASAP
Question 1 (1 point)
Why in the world would you need a spreadsheet?
Question 2 (1 point)
What are spreadsheets used for?
Question 3 (1 point)
What does this unit cover
this is a k12 test
Answer:
1. Spreadsheets are an essential business and accounting tool. They can vary in complexity and can be used for various reasons, but their primary purpose is to organize and categorize data into a logical format. Once this data is entered into the spreadsheet, you can use it to help organize and grow your business.
2. A spreadsheet is a tool that is used to store, manipulate and analyze data. Data in a spreadsheet is organized in a series of rows and columns and can be searched, sorted, calculated and used in a variety of charts and graphs.
3. ?
GOOD LUCK!
Answer:
DO NOT INCLUDE (1=) AND DO NOT FORGET TO INCLUDE THE PUNCTUATION.
Explanation:
1 = Spreadsheets are helpful when trying to manage large amounts of numerical data.
2= You might keep a spreadsheet if you keep track of your checkbook balance, the mileage on your car, your grades, or your workout results at the gym.
3= This unit covers the basics of spreadsheets—how to create them; what can be done using formulas and calculations; and how to format them.
Amye is in high school. As part of one of her classes, she had to identify the legality of different situations that involved
workers and their employers. She enjoyed this aspect of her class so much that she wanted to find a job that uses this
interest. Which career should Amye focus on during college?
accountant
O human resources manager
O chief executive officer
O credit analyst
Answer:
Its A an HR
Explanation:
ROM is a volatile memory. true or false
Answer:
trueeeeeeeeeeeeeeeee
Explanation:
trueeeeeeeeeeeeeeeee
Why would a real estate agent want to calculate a
median?
to determine the top and lower halves of
home prices in a neighborhood, which helps
to find the median
to determine the highest price paid in a
neighborhood
to determine the average price paid for a
home in a neighborhood
to determine the most popular price for homes
in the neighborhood
Answer:to determine the top and lower halves of home prices in a neighborhood, which helps to find the median
Explanation:E2020
I toss a fair six-sided die twice, and obtain two numbers X and Y. Let A be the event that
X = 2, B be the event that X +Y = 7, and C be the event that Y = 3. Show mathematically
answers to the following.
(a) Are A and B independent?
(b) Are A and C independent?
(c) Are B and C independent?
(d) Are A,B, and C independent?
In the situation raised, variables A and C are independent variables and B is a dependent variable.
What is an independent variable?An independent variable is a value of a mathematical operation that does not depend on the variation of other variables to change. The independent variables, on the other hand, influence the behavior of the dependent variables.
What is a dependent variable?
A dependent variable is a type of variables whose value depends on the independent variables.
According to the above, it can be inferred that the value of B is a dependent variable because it depends on the values of A and C, on the other hand, A and C are independent values because no event supposes a change in the value of A and C.
Learn more about variable in: https://brainly.com/question/787279
Jack decides to apply a style to the vocabulary terms in his report. In the first section, he includes the vocabulary word "telescope.” The James Webb Telescope The James Webb Telescope, called Webb or JWST, is more powerful than the Hubble Space Telescope. A telescope is a tool used to view faraway objects. The Webb will have the ability to look at the first galaxies that formed the universe. It will also be able to look into dust clouds and observe how stars and planetary systems form. Which style did Jack use on the vocabulary words in his report?
strong
intense strong
emphasis
intense emphasis
Answer:
intense emphasis
Explanation:
I got it right
Answer:
D. intense emphasis
Explanation:
I just answered the question
edge 2021
Clive wants to print the numbers 1 through 10, so he uses the following code.
for x in range(10):
print(x)
Why will he not get the output he wants?
1.Only the number 10 will print because he has only put 10 inside the parenthesis.
2.Python begins counting at 0, so the numbers 0 through 9 will print.
3.He will get a syntax error because he did not capitalize ‘For.’
4.Python begins counting at 0, so the numbers 0 through 10 will print
If Clive wants to print the numbers 1 through 10 with the code:
for x in range(10):
print (x)
He will not get the output he wants because python begins counting at 0, so the numbers 0 through 9 will print.
Code explanationThe code is represented in python.
We loop through the number in the range 10.Then print the the looped numbers.Generally, python begins counting from 0. Therefore, the numbers that will be printed are as follows:
0123456789learn more on python here: https://brainly.com/question/26104476?referrer=searchResults
Describe a feature of a receptionist and explain how she deals with external customers.
Answer:
A receptionist is a (administrator) who deals with tasks such as, answering a phone call, and giving information to customers. They deal with external customers by letting them talk and not interrupting them..
A single instruction carried out by a computer is called a...
Answer:
a program
Explanation:
hope it helps
A particular computer on your network is a member of several GPOs. GPO-A has precedence set to 1. GPO-B has precedence set to 2, and GPO-C has precedence set to 3. According to the given levels of precedence, what will be the resultant set of policy (RSOP) for this machine?a. GPO-B will take precedence and overwrite any conflicting settings.
b. GPO-C will take precedence and overwrite any conflicting settings.
c. GPO-A will take precedence and overwrite any conflicting settings.
d. The computer will default to local policy due to the confusion.
Based on the given levels of precedence, the resultant set of policy (RSOP) for this machine is GPO-A will take precedence and overwrite any conflicting settings.
What is a GPO?This is known to be Microsoft's Group Policy Object (GPO). It is regarded as a composition of Group Policy settings that is said to set out what a system will do, how it will function for a specific group of users.
Note that Microsoft is said to give a program snap-in that helps one to make use the Group Policy Management Console. Due to the scenario above, the resultant set of policy (RSOP) for this machine is GPO-A will take precedence and overwrite any conflicting settings.
Learn more about network from
https://brainly.com/question/1167985
Which of the following are the lines defining the borders of a shape? (1 point)
borders
curves
faces
edges
2. Which of the following is a practical application of 3-D modeling? (1 point)
teaching
cooking
gaming
blogging
3. In the simplest terms, which of the following is 3-D modeling is all about? (1 point)
computers
collaboration
creativity
shapes
4. In the vehicle design industry, which of the following was seen at the latest auto show that began as a 3-D design? (1 point)
engine
race track
stereo system
concept car
5. Complex designs are easier than ever, and you don’t need much skill to pull them off. (1 point)
true
false
6. Which of the following is a show or movie that uses real actors or animals? (1 point)
connectivity
rendering
photorealism
live action
7. Which of the following is the face of a shape? (1 point)
the lines defining the borders of a shape
the area within the outline of a shape
the lines that are not straight and are used to change or distort a shape
the points at which the lines of the edges intersect
8. Making sure that all of the complex processes are working together in the final product is one of the most difficult parts of the animation process. (1 point)
true
false
9. Which of the following is the name for digital software platforms that have both 3-D modeling tools and collaborative tools? (1 point)
CAD
Building Information Management Software
Photoshop
Digital Design Studio
10. A complex combination of computer programs are not required to bring a 3-D character to life. (1 point)
true
false
11. Which of the following is the name of the process of developing a mathematical representation of the surface of an object in three dimensions with specialized software? (1 point)
additive manufacturing
commands
3-D modeling
connectivity
12. When polygons are joined together to form larger images, they are usually connected by which of the following? (1 point)
shared angles
identical faces
common vertices
sharing edges
13. As 3-D modeling has its own vocabulary, knowing the terms is an important part of the job. (1 point)
true
false
14. 3-D modeling provides architects with the means to plan and draft which kind of concepts with ease? (1 point)
structural concepts
theorized concepts
inspired concepts
communication concepts
15. Only animate objects can be made into three dimensions. (1 point)
true
false
Answer:
no I is edges
2 is gaming
3 is creativity
Answer:
1. edges
2. gaming
3. ? sorry
4. concept car
5. false
6. live action
7. the area within the outline of a shape
8.? sorry
9. Building Information Management Software
10. false
11. 3-D modeling
12. ? sorry
13. true
14. structural concepts
15. false
Explanation:
i tried my best...
Which statement best describes a computer program?
A. A program can only perform one simple task.
B. A program is a sequence of instructions and decisions that the computer carries out.
C. A program can decide what task it is to perform.
D. A program is a sequence of comments.
Answer:
B is the best answer.
Explanation:
All other options listed are related to a program but B beast answers the question.
Complete the sentence about RSA encryption.
The two numbers, P and Q, used to find the keys _________
options:
- are divisible by two prime numbers
- usually consist of thousands of bits
- can be small numbers as long as they prime
answer: usually consist of thousands of bits
somebody please add an answer so this doesnt get deleted
The two numbers, P and Q, used to find the keys as they usually consist of thousands of bits.
What is the numbers P and Q in RSA encryption?The RSA algorithm is known to be the Rivest-Shamir-Adleman. It is said to be a kind of algorithm that is often used by technologies in message encryption and its decryption.
It known to be made up of asymmetric or also of public-key cryptography. In the steps for RSA algorithm, one has to Choose two large prime numbers P & Q.
Learn more about RSA encryption from
https://brainly.com/question/17486027
Answer: usually consist of thousands of bits
Explanation:
Got it right
WILL GIVE BRAINLIEST!! NO LINKS!!!
So, I plugged in my charger like usual and my phone turned on but after a few seconds it went off. Please tell me what to do. I just got this phone in February. HELP!
Answer:
Maybe try a different charger, and if that works, your phone may have an issue..
Explanation:
Sometimes cords just.. don't work right if you use 'em long enough.
Hi everyone can anyone tell me how to align the photo the right in code.org
I am marking brainliest <3
Answer:
Step 1: Wrap the image in a div element. Step 2: Set the display property to "flex," which tells the browser that the div is the parent container and the image is a flex item. Step 3: Set the justify-content property to "right." Step 4: Set the width of the image to a fixed length value
Explanation:
Which of the following is NOT located on the Status Bar?
I Hope this is what you need?
A status bar is a graphical control element which poses an information area typically found at the window's bottom. It can be divided into sections to group information. Its job is primarily to display information about the current state of its window, although some status bars have extra functionality. For example, many web browsers have clickable sections that pop up a display of security or privacy information.
You have a few great ideas for several different video games, but you aren’t sure how to pick one in particular to pursue. You decide to use Jesse Schell’s set of filters to help you choose one specific idea. How will these filters help you narrow down your ideas?
a
by entering your game into Schell’s software, your ideas will be scientifically analyzed and you will be able to choose an idea based on hard, statistical data
b
they will offer you ways to evaluate an idea and determine how viable it is as a game
c
through a series of questions, they will choose the idea for you
d
the filters guide you to send out various polls on social media to let the public decide
Answer: by entering your game into Schell’s software, your ideas will be scientifically analyzed and you will be able to choose an idea based on hard, statistical data
Hesigns. Think You will be accessed on the last two ows of the table, n advantages and sadvantages. Design brief, specifications and constraints Discuss this in teams of three or four. There should be at least one boy and one girl in each group. Everyone has to write their own answers below. 1. Write the design brief. A design brief tells you what the problem is and who will benefit from or use the solution. (1) Design C A machine to crush grain will usually be powered by an electrical motor that provides rotational movement. You will not use an electrical motor in your model, but will rather turn the handle of a crank by hand. This rotational movement should be changed into a reciprocating movement so that the grain will be crushed, like hitting it with a hammer. The mechanisms that your model uses should be housed inside a strong and stable structure. 2. Answer the following questions to identify the specifications for your design: (a) What different mechanisms could make the grain crusher work? (1) (b) What forces should the structure be able to withstand? (1) 3. Identify the constraints: (a) How much time do I have to design and make the model? (1) (b) What materials can I find easily to build the model? tal [6] (C) What tools do I already have with which I can make the model? (1) [Total marks: 6]
:) A
Explanation:
i guessed