The nearest integer nanosecond is:
Without pipelining, 115 instructions would take 243.5 nanoseconds. With pipelining, 115 instructions would take 120.5 nanoseconds. The difference is 123 nanoseconds, which is the amount of time saved with pipelining.
what is pipelining?
Pipelining is a technique used in software engineering and computer architecture to increase a system's performance by enabling numerous processes to run concurrently. Every process can be divided into smaller components using pipelining, and each component can then be processed in parallel, increasing the system's total speed. This is accomplished by running the identical set of commands in concurrent across several processor units. Each order to develop a system can be given a single instructions, which is then carried out and passed onto the following processing element when there are several processing elements. As a result, throughput increases since each instruction may be processed more quickly than if it needed to go via a single CPU.
To learn more about pipelining
https://brainly.com/question/10854404
#SPJ4
plz help me I have to submit the work before the day ends
13. (a) State one area where computers are used.
(2 marks)
(b) Give any two advantages of using computers in this area
(4 marks)
(c) Explain three effects of computer technology in the following areas:
(i) Job opportunities
(3marks)
Answer:
13. (a) One area where computers are used is in the creation of a record of auxiliary workers, doctors, nurses, patients, vendors, and payments that can be easily retrieved at an hospital
(b) Two advantages of using computers in an hospital are;
1) The ability to easily access the health record of a patient by a member of staff involved in treating the patient from any location
2) The reduction in the number of physical files and document kept at the counter or record storage which takes up more space as new patients are registered, even when the number of active patients remains the same
(c) Three effects of computer technology in the following area are;
(i) Job opportunities
1) The introduction of the desktop computer, increased the number of job opportunities in desktop publishing, administrative assistance and secretarial role
2) Computer technology has made more people able to work from home
3) Computer applications use with computer technology and developed to work with production machines has created a large number of machine operator job opportunities
Explanation:
PLEASE HELP, Answer Correctly..Will give a bunch of brainlist points
Answer:
se ve muy dificil amiga
Explanation:
What is the "thinking work" of the computer? How does it help the computer?
Answer:
El pensamiento computacional es una forma de pensar que utiliza habilidades propias de las ciencias de la computación, como la descomposición y resolución de problemas, lógica, el reconocimiento de patrones y la abstracción
Explanation:
Un computador sirve para guardar los teléfonos de tus amigos, las tareas del colegio, los trabajos de tu papá y mamá y hasta las cartas que le envías a tu novia.
According to the video, which tasks do Police Patrol Officers perform? Select all that apply.
providing legal advice
helping lost children
cleaning up hazardous materials
O supervising workers in prisons
enforcing traffic laws
o completing paperwork
Answer:
The answer is B, E, and F
Explanation:
Based on the video, the tasks do Police Patrol Officers perform are:
Helping lost children. Enforcing traffic laws. Completing paperwork..What is the work of police in patrol?Due to advances in technology and the society, work, etc., the reason of patrol is known to be the same as always. They serve to:
The protection of property and lives.The prevention and also detecting crime.Carrying out other services.Learn more about Police from
https://brainly.com/question/26085524
Identify two way in which ICT has impacted the education sector. *
Answer:
ICT has made learning easy and has also increased the reach of education
Explanation:
Two major impact of ICT on education sector are as follows -
a) ICT has made learning easy. They can now visualize the concept which were earlier taught through books. Now a days teacher uses ICT component such as computers, projectors and printers to teach with pictures and videos
b) It has increased the reach of education. Anyone with a computer/laptop anywhere can study through online classes.
Which line of code will create an instance of the pet class?
class pet:
def __init__(self,strSpecies,strName):
self.species = strSpecies
self.petName = strName
myPetA = pet('dog', 'Spot'), myPetA = pet(self, 'dog', 'Spot'), myPetA = new pet('dog', 'Spot'), myPetA .pet() = 'dog', 'Spot'
Answer:
myPetA = pet(self, 'dog', 'Spot')
Explanation:
I mite be wrong
The line of code that will create an instance of the pet class is myPetA = pet (self, 'dog', 'Spot'). Option B is correct.
What is code?Computer code, or a set of instructions or a system of rules defined in a specific programming language, is a term used in computer programming (i.e., the source code). It is also the name given to the source code after a compiler has prepared it for computer execution.
Code, often known as source code, refers to text that a computer programmer has created in a programming language. Programming languages like C, C#, C++, Java, Perl, and PHP are examples.
Another less formal term for text produced in markup or style languages, such as HTML and CSS, is code (Cascading Style Sheets)
Therefore Option B is correct.
Learn more about code:
https://brainly.com/question/17204194
#SPJ2
Select the correct answer from each drop-down menu.
Nancy suffers from Repetitive Strain Injury (RSI), a condition that results from repetitive hand movement on a computer. What can help Nancy to reduce the strain from RSI?
To reduce the strain from RSI, Nancy can use___
and ___ regularly.
Answer:
To reduce the strain from RSI, Nancy can use an ergonomically designed keyboard and exercise regularly.
Explanation:
Just makes the most sense dude.
Professional communication must be objective,
, and unemotional.
technical
informal
rational
Answer:
rational
Explanation:
2. When a business practices offensive behavior, you have many options. The option with the loudest voice is
starting a blog
telling your family about their business practice
beginning a lawsuit
choosing to do business anywhere else but with the business whose practices were offensive
what is the name of the brige
Answer:
hey mate which bridge????
Using a trick or fraud to steal personal information is called (5 points)
A. hacking
B. identity theft
C. netiquette
D. scamming
Answer:
its D
Explanation:
ive done this before i remeber i got d
which type of protocol allows for a secure data transmission using encryption methods?
Answer:
The Transport Layer Security (TLS) protocol adds a layer of security on top of the TCP/IP transport protocols. TLS uses both symmetric encryption and public key encryption for securely sending private data, and adds additional security features, such as authentication and message tampering detection
Write qbasic program to input length in centimeter and calculate its length in meter
Answer:
INPUT ”Enter length in centimetres” ; C
C = M / 10 //divide by 10
PRINT “ Length in metres is ”; M
END
Explanation:
HURRY GUYS I GOT 3 QUESTIONS LEFT
IM TIMED!!!!!
Which element should be used only when the content simply references the element
a. nav
b. figure
c. hgroup
d. article
The element that should be used only when the content simply references the element is figure. The correct option is B.
What is element of referencing?The four components of the author, date, source, and title are all included in reference list entries.
There are four referencing conventions that are frequently used. They go by the names of the Modern Languages Association (MLA), American Psychological Association (APA), Harvard, and Modern Humanities Research Association (MHRA) systems.
In computer programming, a reference is a value that allows a program to access a particular piece of data indirectly, such as the value of a variable or a record, in the computer's memory or in another storage location.
As a result, accessing the data is referred to as dereferencing the reference, and the data is referred to as the reference's referent.
Thus, the correct option is B.
For more details regarding elements of referencing, visit:
https://brainly.com/question/28270502
#SPJ2
9.4 edhesive code practice
Answer:
What do you mean by 9.4 edhesive code practice
Explanation:
i just don’t understand
What is computer task bar
Answer:
It is a bar where you can see all of your tasks or pinned items.
Explanation:
What humidity level should be maintained for computing equipment? a. 50 percent b. 40 percent c. 60 percent d. 30 percent
Answer:
A. 50 percent
Explanation:
The correct option is - A. 50 percent
Another preventive measure you can take is to maintain the relative humidity at around 50 percent. Be careful not to increase the humidity too far—to the point where moisture starts to condense on the equipment.
What are the available Advanced Calendar options? Check all that apply.
1. Add new contacts.
2. Set default reminders.
3. Change display options.
4.Add additional time zones.
5.Configure free/busy options.
6. Add new holidays and calendars.
7. Edit and set work times and hours.
Answer:B C D E F G
Explanation:EDGE 2021
Answer
every except the first one
Explanation:
Members of the sales team use laptops to connect to the company network. While traveling, they connect their laptops to the internet through airport and hotel networks. You are concerned that these computers will pick up viruses that could spread to your private network. You would like to implement a solution that prevents the laptops from connecting to your network unless anti-virus software and the latest operating system patches are installed. Which solution should you use
Answer: Network access control (NAC)
Explanation:
The solution that should be used is the network access control. Network access control helps in keeping devices and users that are unauthorized out of ones private network.
In this case, since one will like to prevent the laptops from connecting to the network unless anti-virus software and the latest operating system patches are installed, then the network access control can be used. One can only give access to the device that it wants to give access to and prevent others from connecting.
~50 points~
how do you merge shapes in powerpoint
Answer:
Select the shapes to merge. Press and hold Shift to select multiple shapes. The Shape Format tab appears. ...
On the Shape Format tab, click Merge Shapes, and then pick the option you want. The order in which you select the shapes to merge may affect the options shown to you.Explanation:
help Which of the following triangles can be proven similar through AA?
Question 1 options:
A)
image
B)
image
What does input allow a computer to do
What are PowerPoint, word, and paint?
Answer:
Powerpoint is a paid app used to make presentations, word is another paid app mainly used to make letters, paint is an app where you can draw things, you dont need to pay a subscription for this.
Explanation:
Brenda has created a Microsoft Excel spreadsheet which has 1000's of cells of data. She is looking for specific information in the file. Which shortcut can Brenda use to find this information quickly?
Brenda should use the Ctr+F shortcut to quickly find a specific information in the spreadsheet file.
What is F.H.B. an abbreviation for?
Answer:
FHB Fusarium Head Blight
FHB First Hawaiian Bank
FHB First Home Buyer (Australia)
FHB Flexor Hallucis Brevis
FHB Facques Hess Bourbouloux (French administrative company)
FHB Fine Home Building (magazine)
FHB Fetal Heart Beat
FHB Family Hold Back
FHB Fish Hungry boy (Harbinger, NC)
FHB Fédération Hattrick Belgique (French: Belgian Hat Trick Federation; Belgian soccer organization)
FHB Fair Haired Boy
Explanation:
please help thank u!!!!!
Answer:
i believe you can change slides with the arrow keys not entirely sure though
Explanation:
Answer:
using the arrows
pressing space
and clicking the mouse
Explanation:
can rank u r guys in rocket leagye
1. Let’s assume you have a folder named “stuff” and you wish to make “stuff” readable and writable for the owner, readable by groups and others, how would you do this?
2. Interpret these permissions: dr-xrw--w-
Owner:
Group:
Other:
Answer:
it is owner
Explanation:
ASKING AGAIN CAUSE I GOT A WEIRD LINK
HTML5 allows web pages authors to place a/an _________ element around a block-level element that contains child elements
a. nav
b. div
c. h1
d. a
Answer:
A. Nav
Explanation:
....,..........
100POINTS!!!!
Which tool would you use to organize the list from fewest calories to most calories?
Which tool would you use to organize the list from most protein to least protein?
Which tool would you use to show only fruits with 4 or more grams of dietary fiber?
Which tool would you use to navigate to C5, the cell containing the grams of sugar for an orange?
Answer:
Explanation:
Which tool would you use to organize the list from fewest calories to most calories?
✔ sort by calories from smallest to largest
Which tool would you use to organize the list from most protein to least protein?
✔ sort by protein from largest to smallest
Which tool would you use to show only fruits with 4 or more grams of dietary fiber?
✔ filter
Which tool would you use to navigate to C5, the cell containing the grams of sugar for an orange?
✔ Go To
The answer is in the picture