name the steps to turn on a computer properly
Answer:
Check that the computer is connected to power, and is powered on.
Make sure that your keyboard and mouse are plugged in.
Check that the monitor (screen) is plugged into the computer using its display cable.
Ensure that the monitor is connected to power and is turned on.
Explanation:
Sonia is configuring a RAID level 5 array with five disks. Each disk has the capacity to store 3 TB of data. What is the total storage size that Sonia can use to store data
RAID describes a set of disk arrays used for creating data storage in computer machines. The Fraction of the space allocated for redundancy usually depends on the number of disk arrays. Hence, the usable amount of storage available is 12 TB.
The RAID level 5 array describes here has 5 disks which can be represented as n. The Fraction of allocated storage would be 1/n. Hence, the allocated storage here for each of the 5 disks would be 1/5 × 3 = 0.6 TB.Amount of usable storage per disk would be :
3TB - 0.6TB = 2.4TB
Total usable storage = 2.4 TB × 5 = 12 TB
Hence, 12 TB of storage can be used by Sonia.
Learn more : https://brainly.com/question/25646541
Use Chrome Remote Desktop to create a remote connection to Computer 2. Can you use the utility to view the desktop of Computer 2
Answer:
Yes, this can be done. You'll need a static IP on your desktop, there is a registry entry that controls the port remote desktop listens on. Change the desktop to port 3390 or some other unused port number.
All of the following is true about an artificial neural network, or ANN except: a.It identifies patterns that have not been programmed b.It is an optimization tool c.It is a computer system that can recognize and act on patterns or trends it detects in large sets of data d.It functions similarly to the neural circuitry of the brain
Answer:
b. It is an optimization tool
Explanation:
All of the following are true about an artificial neural network, or ANN except:
B. It is an optimization toolAccording to the given text, we are asked to show the odd one out about the artificial neural network or ANN and its functions in the computer network
As a result of this, we can see that the artificial neural network or ANN helps to identify patterns that have not been programmed, functions similarly to the neural circuitry of the brain, recognizes and acts on patterns or trends it detects in large sets of data, but it is not an optimization tool.
Therefore, the correct answer is option B
Read more here:
https://brainly.com/question/19714088
what is the principal goal of data science?
Answer:
Hi
The principal goal of data science is to construct the means for extracting business-focused insights from data. This requires an understanding of how value and information flows in a business, and the ability to use that understanding to identify business opportunities.
Explanation:
If it's help pls give a
What is the output of the following code?
print (12 // 6)
Answer:
2
See here we have //// means floor division in python.It gives us only the integer part not floating or decimal.So
12//6=2
Prior to the invention of the WIMP interface, users often interacted with systems through _____ interfaces. Group of answer choices Audio Touch Command-based GUI
Answer:
comment Line Interface
(the command-based option)
Explanation:
Not an expert so the answer might be wrong
Prior to the invention of the WIMP interface, users often interacted with systems through command-line interfaces. Thus, the correct option is C.
What is Command Line Interface?A command-line interpreter or command-line processor is the device and expert who uses a command-line interface to receive all the commands from a user in the form of lines of texts. This command provides a means of setting parameters for the environment, including invoking of the executables and providing information to them as to what actions they are required to perform.
User interfaces are the commands which may be of three types including command line interface, graphic user interface, and menu-driven interface. Programmers, experienced computer users, or administrators are the people who may utilize a command line interface.
Therefore, the correct option is C.
Learn more about Command-line interface here:
https://brainly.com/question/15704118
#SPJ2
Consider rolling a 6-sided die. The outcome of interest is the number of dots that appears on the topside when the die stops rolling. The possible outcomes are 1, 2, 3, 4, 5 & 6. Suppose we play the following game. Roll the 6-sided die, you are rewarded a dollar amount equal to the number of dots on the topside of the die when it comes to rest. Suppose the die is fair (each side is equally likely). Define the random variable X to be the amount you are rewarded after one roll.
Using the discrete probability relation, the random variable, X for the amount to be rewarded per roll is :
X : ___ 1___ 2 ___ 3 ___ 4 ___ 5 ___6P(X)__1/6__ 1/6 __ 1/6__ 1/6___ 1/6 _ 1/6The dollar amount corresponds to the number on the die :
Possible amount awarded (X) :
X = {1, 2, 3, 4, 5, 6}Since we have a fair die :
Probability of obtaining any certain value on the die is the same ; Hence, the probability of obtaining a certain value would be :
P = 1/6Hence, the random variable, X can be defined thus:
X : ___ 1___ 2 ___ 3 ___ 4 ___ 5 ___6P(X)__1/6__ 1/6 __ 1/6__ 1/6___ 1/6 _ 1/6Learn more : https://brainly.com/question/25341513
Clock speed of the first generation of a computer
Answer:
2 million cycles per second
Explanation:
The ENIAC, the first electronic general-purpose computer, used a 100 kHz clock in its cycle unit. It had a 5 kHz instruction rate since each instruction required 20 cycles. The Altair 8800 (by MITS) was the first commercial PC to use an Intel 8080 CPU with a clock rate of 2 MHz (2 million cycles per second).
True or False: A sequential search of a list assumes that the list elements are sorted in ascending order.
Roz’s teacher says that the assignment for that day is to listen to a speech by President Kennedy. Which of the following files will Robin open to complete the assignment? A. PDF B. docx C. mp3 D. systems software
Answer:
Pretty sure the answer is C. mp3
Explanation:
They have to listen to the speech, not read it or anything, and mp3's are audio files. Hope this helps :D
Answer:
c
Explanation:
source: trust me bro
please help me asapppppp
Answer:
lol no
Explanation:
What practice makes it virtually impossible to figure out the geographic location of a company?
O virtual location
O multiple location
O cloud location
O colocation
Background information: This is an excerpt from a 1433 speech by Emperor Zhu Di.
Due to so many unexplained difficulties and bad omens, the Majesty is humbled and concerned. . . . To alleviate the situation, all policies that cause the public inconvenience, if not urgent, should be stopped. . . . Policies temporarily stopped include the voyages to foreign countries, horse trading with the remote western and northern areas.
What Ming political and economic policy does this excerpt provide an example of?
commercialism
Confucianism
kowtowing
isolationism
Answer:
D. isolationism
Explanation:
state the differences between selecting a text and highlighting a text as used in computing
Explanation:
The difference between highlighting the text and selecting the text is highlighting is when you change the highlight/back color of the text and selecting is when you temporarily highlight it to change a certain part
what is the basic computer application?
Answer:
a computer code
Explanation:
fhfdgkykd
Exactly how many times must the merge function call each of read and write to merge two arrays of size n/2 into an array of size n, assuming that n/2 is divisible by b
Answer:
Exactly how many times must the merge function call each of read and write to merge two arrays of size n/2 into an array of size n, assuming
i don t know
Problem Statement − Suppose the problem statement at hand is to contain the attrition that happens in companies worldwide. High quality employees leave the organization, mainly after the appraisal cycle. As a result, an average company loses its valuable human resources and suffers from an overhead of transferring the knowledge to a new employee. This takes time and additional human resource in the form of a trainer, which adds to the company’s costs. Devise a plan to contain attrition in the company.
Answer:Analysis is derived from the Greek word ‘analusis’, which translates into ‘breaking up’ in English. Analysis is older than the times of great philosophers like Aristotle and Plato. As discussed in the previous section, analysis is the process of breaking down a big single entity into multiple fragments. It is a deduction where a bigger concept is broken down to smaller ones. This breaking down into smaller fragments is necessary for improved understanding.
So, how does analysis help in design thinking? During analysis, design thinkers are required to break down the problem statement into smaller parts and study each one of them separately. The different smaller components of the problem statement are to be solved one-by-one, if possible. Then, solutions are thought for each of the small problems. Brainstorming is done over each of the solutions.
Later, a feasibility check is done to include the feasible and viable solutions. The solutions that don’t stand firm on the grounds of feasibility and viability are excluded from the set of solutions to be considered.
Design thinkers are, then, encouraged to connect with the diverse ideas and examine the way each idea was composed. This process of breaking down the bigger problem statement at hand into multiple smaller problem statements and examining each as a separate entity is called analysis.
Reductionism
The underlying assumption in analysis is reductionism. Reductionism states that the reality around us can be reduced down to invisible parts. The embodiment of this principle is found in basic axioms of analytic geometry, which says “the whole is equal to the sum of its parts”. However, understanding of a system cannot be developed by analysis alone. Hence, synthesis is required following analysis.
Synthesis
Synthesis refers to the process of combining the fragmented parts into an aggregated whole. It is an activity that is done at the end of the scientific or creative inquiry. This process leads to creation of a coherent bigger entity, which is something new and fresh. How does synthesis come into picture in design thinking?
Once the design thinkers have excluded the non-feasible and non-viable solutions and have zeroed-in on the set of feasible and viable solutions, it is time for the thinkers to put together their solutions.
Out of 10 available solutions, around 2-3 solutions may need to be excluded since they may not fit into the larger picture, i.e. the actual solution. This is where synthesis helps.
The design thinkers start from a big entity called the problem statement and then end up with another bigger entity, i.e. the solution. The solution is completely different from the problem statement. During synthesis, it is ensured that the different ideas are in sync with each other and do not lead to conflicts.
Analysis + Synthesis = Design Thinking
Analysis and synthesis, thus, form the two fundamental tasks to be done in design thinking. Design thinking process starts with reductionism, where the problem statement is broken down into smaller fragments. Each fragment is brainstormed over by the team of thinkers, and the different smaller solutions are then put together to form a coherent final solution. Let us take a look at an example.
Analysis Synthesis
Case Study
Problem Statement − Suppose the problem statement at hand is to contain the attrition that happens in companies worldwide. High quality employees leave the organization, mainly after the appraisal cycle. As a result, an average company loses its valuable human resources and suffers from overhead of transferring the knowledge to a new employee. This takes time and additional human resource in the form of a trainer, which adds to the company’s costs. Devise a plan to contain attrition in the company.
Analysis − Now, let’s break down the problem statement into various constituent parts. Following are the subparts of the same problem statement, broken down to elementary levels.
The employees are not motivated anymore to work in the company.
Appraisal cycle has something to do with attrition.
Knowledge transfer is necessary for new employees.
Knowledge transfer adds to the cost of the company.
Synthesis − Now, let's start solving each problem individually. In this step, we will do synthesis. Let's look at one problem at a time and try to find a solution only for that problem statement, without thinking of other problem statements.
Explanation:
The agreement must be signed by the employee before giving appraisal letter and in that there is some time limit that is essential to be in the organization.
Why employee leaves the company after getting appraisal?The employees leave the old company after getting the promotion or appraisal letter from the authority because they want to get the better salary by showing the apparent post in the old organization. They get better salary from the last job.
Thus, The agreement must be signed by the employee before giving appraisal letter
For more details about employee leaves the company after getting appraisal, click here:
https://brainly.com/question/14057221
#SPJ2
How do you code in computers and technology
Take online courses.
Watch video tutorials.
Read books and ebooks.
Complete coding projects.
Find a mentor and a community.
Consider enrolling in a coding boot camp.
Creation of network is known as…?
Answer:
GRIDExplanation:
HOPE IT HELP ✌️✌️✌️✌️
Answer:
It’s knows as grid
Explanation:
creation of network is known as grid
(Hope this helps can I pls have brainlist (crown)☺️)
During the maintenance phase of the software development life cycle, the maintenance team takes steps to _____.
During the maintenance phase of the software development life cycle (SDLC), the maintenance team takes steps to: Assess how the software program is working, so as to keep the system up and running.
Software development life cycle (SDLC) can be defined as a strategic process (methodology) that defines the key steps, phases, or stages for the development (creation) and implementation of high quality software programs (applications).
Generally, there are six (6) main phases involved in the development (creation) of a software program and these include;
PlanningAnalysisDesignDevelopment (coding)DeploymentMaintenanceDuring the maintenance phase of the software development life cycle (SDLC), the software developers usually take feedback from end users, in order to know and understand what is good or bad about their software programs (applications).
Hence, the maintenance team are saddled with the responsibility of using the feedbacks to assess how a software program is working, so as to keep the system up and running.
Read more: https://brainly.com/question/20813142
What critical-thinking tool is being used when asking the question, "Is there a large enough scope of
information?"
O synergy
O breadth
O semantics
O depth
Answer:
breadth
if I am correct.
Has digital transmission changed the nature of communication?
Answer:
yes , digital transmission really has changed the communication with the new apps and devices and reduced paper work.
How do i find the minterms
Answer:
I think.....
Explanation:
bylooking
Following program use in coding
Hmmmmmm..... I think its java if I'm correct
What aligns the touch and display layers of a touch screen to ensure accurate input? I know the word starts with C has a I and T like this C . . i . . . t . . .
Ans
I think is Capacitive
Explanation:
Dude I think I forget. I remember how it work but I for get it's name I think is
Capacitive
**IN PYTHON**
Write a program that uses a loop and a half to prompt a user for a password. You should prompt the user for the password. If they get it correct, break out of the loop. If they don’t get it correct, you should give them an error message and ask again.
Sample Run:
Enter password: 123123
Sorry, that did not match. Please try again.
Enter password: password
Sorry, that did not match. Please try again.
Enter password: CODEHS
Sorry, that did not match. Please try again.
Enter password: abc123
You got it!
Note: You need to set SECRET to abc123 to run the tests
Answer:
SECRET = "abc123"
while True:
p = input("Enter password: ")
if p != SECRET:
print("Sorry, that did not match, Please try again.")
else:
print("You got it!")
break
Explanation:
SECRET = "abc123" will be used in the language of python that was created.
What is Python?Python is a PC programming language frequently used to fabricate sites and programming, robotize errands, and direct information examination. Python is a universally useful language. This language tends to be utilized to make a wide range of projects and isn't particular for a particular issue.
To maintain a user attempting to enter the password, we have used a while loop that never ends. We employ an if-else structure in the loop to determine the password. If it is "abc123," the passcode is discovered, and the loop is broken.
SECRET = "abc123"
There is a function and if that is true, then
p = input("Enter password: ")
The if function will be implemented.
if p != SECRET:
print("Sorry, that did not match, Please try again.")
The else function will be implemented:
else:
print("You got it!")
break
Learn more about Python, here:
https://brainly.com/question/30427047
#SPJ3
Each slide in a presentation has a layout that includes placeholders for certain types of content?
True
False
Answer:
True
Explaination:
It has layouts that includes placeholders for images, text and lot more
Each slide in a presentation contains a layout that includes placeholders for certain types of content: True.
What is a slide?A slide simply refers to a single page of a presentation that comprises text-based information or images, which can be used to teach, instruct and educate the audience on a subject matter, topic, event or idea.
In Computer technology, each slide in a presentation contains a layout that includes placeholders for certain types of content such as:
ImagesTextsVideoRead more on slides here: https://brainly.com/question/26187618
#SPJ2
What characteristics do black holes have?
For astronomers, the only three measurable physical properties that completely specify the characteristics of a black hole are its mass, its charge, and its angular momentum.
people, hardware, software, data, procedures, and communication network working together to collect, transform and disseminate information called
Answer:
Information systems are combinations of hardware, software, and telecommunications networks that people build and use to collect, create, and distribute useful data, typically in organizational settings.
Explanation: