Answer:
look up this question on here it comes up but do it one-by-one
Explanation:
Three compounds of a computer: Silicon chips, Printed circuit boards, and Plastics and metals.
What is central component system?A computer's central component system typically refers to the central processing unit (CPU), motherboard, and memory (RAM).
A computer system is made up of four components:
Hardware Software Data UserThe processor, memory, and motherboard are all housed in the central component system.
On a computer, there are two types of memory:
RAM stands for Random Access Memory (RAM)Memory That Can Only Be Read (ROM)Other types of storage besides a floppy disk include hard disk drives, solid-state drives, and optical disks.
Three output devices are:
MonitorPrinterSpeakersTwo examples of common software applications are:
Microsoft Office Suite (Word, Excel, PowerPoint)Adobe Creative Suite (Photoshop, Illustrator, InDesign)Two symptoms of bugs in a computer are:
Slow performanceUnexpected shutdowns or freezesDo's of computer use:
Regularly back up important files.Install antivirus and security software.Keep software up to date.Don'ts of computer use:
Don't download or open suspicious files or emails.Don't use weak passwords.Don't share personal information online.Thus, this can be concluded regarding the given scenario.
For more details regarding CPU, visit:
https://brainly.com/question/16254036
#SPJ7
what are the peripherals of a computer
Answer:
A computer peripheral is any external device that provides input and output for the computer.
What is the full form of RJ 45
Answer:
Registered Jack Type 45
Draw the flowchart to accept three numbers check if they are same then display sum otherwise display product
The required flow chart is depcied as follows
Start
Input three numbers, A,B, and C
Compare A, B, and C
If A, B, and C are the same, then
Display the sum of A, B, and C
Else
Display the product of A, B, and C
End
What is the explanation for the above?The program starts by inputting three numbers, A, B, and C.
The program then compares A, B, and C.
If A, B, and C are the same, then the program displays the sum of A, B, and C.
Otherwise, the program displays the product of A, B, and C.
The program ends.
Learn more about Flow Chart at:
https://brainly.com/question/6532130
#SPJ1
Question 1:
An output device sends data to a computer.
True
False
Question 2:
An input device receives data from a computer
True
False
Answer:
1) False
2) False
Explanation:
I don't mean to be rude or anything but, how do you not know the answer to this question? You can even look it up online and you will get an answer.
Input sends data because it goes IN your pc.
Output receives data because it goes OUT of your computer.
Software that directly interacts with users to do specific tasks is known as which type of software?
A. application software
B. booting software
C. distribution software
D. system software
Answer:
A Application Software
Explanation:
FILL THE BLANK. in vivo exposure within systematic desensitization is ______ imaginal exposure.
In vivo exposure within systematic desensitization is real-life exposure.Systematic desensitization is a therapeutic technique commonly used in cognitive-behavioral therapy (CBT) to treat phobias.
In vivo exposure specifically refers to the real-life, physical exposure to the feared stimuli or situations. It involves directly facing the feared object or engaging in the feared activity in the actual environment where it occurs. For example, if someone has a fear of heights, in vivo exposure would involve gradually exposing them to heights in real-life situations, such as climbing a ladder or standing on a high balcony.On the other hand, imaginal exposure is a different technique within systematic desensitization that involves exposure to feared situations or stimuli through imagination or mental imagery. It is typically used when the feared stimuli cannot be easily replicated in real life or when it is impractical to expose the individual directly to the feared situation.
To know more about desensitization click the link below:
brainly.com/question/5557547
#SPJ11
8. 4. 11: Take a Thing Out, Sort It and Reverse It. Codehs
I tried and i can't figure it out
Here's an example solution to the "Take a Thing Out, Sort It and Reverse It" problem on Codehs:
The Program# Define a function that takes a list, removes an element at a given index,
# sorts the remaining elements, and returns the sorted list in reverse order.
def take_sort_reverse(lst, index):
# Remove the element at the given index.
removed_element = lst.pop(index)
# Sort the remaining elements.
sorted_list = sorted(lst)
# Reverse the sorted list and return it.
return sorted_list[::-1]
You can test the function by calling it with a list and an index, like this:
my_list = [4, 1, 3, 2, 5]
result = take_sort_reverse(my_list, 2)
print(result) # should print [4, 3, 2, 1]
In this example, the function takes the list [4, 1, 3, 2, 5] and removes the element at index 2 (which is the value 3).
Then it sorts the remaining elements ([1, 2, 4, 5]) and returns the sorted list in reverse order ([4, 3, 2, 1]).
Read more about codehs here:
https://brainly.com/question/29405007
#SPJ1
what is the importance of familiarizing and understanding the cells rows and format tools in the microsoft cell
Answer:
so you know the cell rows
Explanation:
duh
migrating a traditional database design to the web can require design modification, additional software, and some added expense. t or f
A standard database architecture may need to be modified for the web, which might include purchasing new software and costing more money.
What purposes serve databases?database, often termed online version, any collection pf data, or content, that is particularly arranged for quick searches and retrievals by a robot. To make it simple to save, retrieve, update, and delete the file while performing various data-processing functions, databases are built.
What is a database, exactly?In computing, a database is an organized set of data that is accessible and stored electronically. Large databases are housed on data centers or cloud storage, whilst small data can be kept on a file system. .
To know more about Database visit :
https://brainly.com/question/13275751
#SPJ1
In 25 words or fewer, explain why businesses use social media to digitally market their products.
Due to the accessibility of social media platforms, businesses have the opportunity to follow their potential customers. Social media marketers need to know more about their target market's needs, wants, and interests in order to develop a more effective marketing plan to draw in these potential customers.
What is social media?
Social media is a term used to describe online communication. Social media systems enable users to have discussions, exchange information, and create content for the internet.
Users utilize social media networks, sometimes referred to as digital marketing, as a platform to create social networks and share information in order to develop a company's brand, boost sales, and enhance website traffic.
Hence, the significance of the social media is aforementioned.
Learn more about on social media, here:
https://brainly.com/question/18958181
#SPJ1
how do you give brianliest
Answer:
When you ask a question in brainly, two helpers will answer it, then on each answerer you'll find "mark as brainliest" button which looks like a crown.
Hope this helps :)
Select the correct word to complete the sentence.
_______connections tend to be more reliable, secure, and faster than______
connections.
______connections tend to be more convenient than_______
allowing users to be more mobile.
Answer:
Wired, Wireless, Wireless, Wired
Explanation:
Answer:
Wired connections tend to be more reliable, secure, and faster than wireless connections. While wireless connections tend to be more convenient, allowing users to be mobile. Many businesses and homes use a combination of wired and wireless.
Explanation:
Edge 2022
WILL GIVE BRAINLIEST
What is the missing term?
A(n) _______ explains how an app’s functions must be coded. It is needed if your app has complex communication functions.
Answer:
application
Explanation:
Answer:
Technical specification document
Explanation:
If I bought mine craft p.e. for 7.99 and hook my Micro soft account up, will i get java edition
What purpose does the underlined portion of this excerpt
serve in the argument that Americans should agree to pay
more taxes to raise money for entering the war?
Answer:
The below mentioned portion is missing from the question
A part of the sacrifice means the payment of more money in taxes. In my Budget Message I shall recommend that a greater portion of this great defense program be paid for from taxation than we are paying today. No person should try, or be allowed, to get rich out of this program; and the principle of tax payments in accordance with ability to pay should be constantly before our eyes to guide our legislation.
The passage provides the reason why extra taxes must be collected should America decide to join the war or it introduces the claim that patriotic Americans should be willing to sacrifice and pay extra taxes.
HELP PLEASE ive literally been here for hours
Binh has a few hours' time to create a presentation. She has most of the text and pictures she intends to use. Which feature can help her to quickly transfer the content into an attractive presentation?
A.
slide layout
B.
slide themes
C.
Slide Master
D.
Slide pane
Answer:slide layout
Explanation:
What is the process that creates a shortcut on your taskbar?
pinning
O saving
sharing
O tying
Answer:
A. Pinning
Explanation:
I just took the test.
Answer:
a
Explanation:
When training a new provider in air medical operations, which of the following statements would be appropriate?
A.
"Fixed-wing aircraft are only used by critical care transport teams."
B.
"Only patients under 90 kg can be transported in a helicopter."
C.
"Never approach an aircraft from the rear."
D.
"It is your responsibility to determine safe flying conditions after receiving a call."
When training a new provider in air medical operations, "Never approach an aircraft from the rear." The correct option is C.
This sentence emphasises a crucial safety precaution when working near aircraft. The whirling propellers or jet blast make it risky to approach an aircraft from behind.
People must approach and position themselves around planes from the front or the sides so they may keep a clear view of the aircraft and stay clear of any dangers.
Thus, the answer is C. "Never approach an aircraft from the rear."
For more details regarding safety precautions, visit:
https://brainly.com/question/29618233
#SPJ4
An example of documentary evidence that might be presented at trial for a cyber crime is:
A. None of these choices.
B. data retrieved from slack space on a hard drive.
C. a cellular telephone.
D. a photocopy of a hacker’s spreadsheet of telephone numbers and e-mail addresses.
An example of documentary evidence that might be presented at trial for cybercrime is a photocopy of a hacker’s spreadsheet of telephone numbers and e-mail addresses. Thus, option D is correct.
What is the evidence?
Evidence is really the data used to attempt to support anything in a court of justice. Evidence is gathered from people, artifacts, and records. The only means through which the court may draw conclusions and reach a ruling is via the use of evidence.
According to the definition of information, it is the demonstration of any claim to be true. A hard copy of a hacker's worksheet with contact information and e-mail accounts is an illustration of documented evidence that might be used in court to prove a cybercrime. Therefore, option D is the correct option.
Learn more about evidence, here:
https://brainly.com/question/14370298
#SPJ2
Which feature allows you to copy attributes of
selected text and apply them to another
selection?
The feature allows you to copy attributes of selected text and apply them to another selection is format painter.
Which strategies can you operate to transport textual content from one a part of the record to any other?Select the texts you need to transport to any other place, after which press the shortcut key “Ctrl + X” to do a cut. Move your cursor in which you need the texts to go, after which paste it in via way of means of urgent shortcut key “Ctrl + V”.
The layout painter helps you to reproduce all the formatting from one item and use it on any other one – consider it as copying and pasting for formatting. Select the textual content or photograph that has the formatting which you need to produce.
Read more about the formatting :
https://brainly.com/question/3653791
#SPJ2
you are the network administrator for your company. after configuring a new computer and connecting it to the network, you discover that you cannot access any of the computers on the remote subnet by ip address. you can access some of the computers on the local subnet by ip address. what is the most likely problem?
The most likely problem is Incorrectly defined default gateway.
What is ip address?An Internet Protocol address (IP address) is a numerical label that identifies a computer network that employs the Internet Protocol for communication. An example of such an IP address is 192.0.2.1. Identification of the network interface and location addressing are the two primary purposes of an IP address.
A 32-bit number is what the Internet Protocol version 4 (IPv4) defines as an IP address. However, a new version of IP (IPv6), utilizing 128 bits for the IP address, was established in 1998 in response to the expansion of the Internet and the exhaustion of IPv4 addresses. Deployment of IPv6 has been happening since the middle of the 2000s.
Human-readable notations are used to write and display IP addresses, such as 192.0.2.1 for IPv4 and 2001:db8:0:1234:0:567:8:1 for IPv6.
To know more about ip address visit:
https://brainly.com/question/16011753
#SPJ4
5. consider a logical address space of 32 pages with 1024 bytes per page; mapped onto a physical memory of 16 frames. a. how many bits are required in the logical address? b. how many bits are required in the physical address?
The logical address space is 32 pages, and we need 5 bits plus 25 to represent 32 pages. The offset or "d" parameter can be represented by 11 bits 211=2048 because each page holds 2048 words. Therefore, 5 plus 11 equals a total of 16 bits to indicate a logical address. The length of physical addresses is 44 bits, and each page has 4 protection bits.
What length in bits does a physical page number have?Using the slide from before: Virtual page number has a size of 20 bits. Physical page numbers are rounded up to 32 bits from 18 bits plus the valid bit. The offset refers to the number of bits needed to address a byte within a page. Therefore, 57 bits for the page number and 7 bits for the offset. Put the bottom nibble 0H in segment address and add offset address to get the whole physical address. The construction of a 20-bit physical address is depicted in the figure. Assume that the Base Address of the Data Segment is 1000h and that the Offset (0020h) of the Data Segment contains the data you require.
To learn more about 'physical page' refer to
https://brainly.com/question/15050915
#SPJ4
what is the expression for the resultant value of three capacitance where C1 connected in parallel
Explanation:
Consider three capacitors of capacitance C1, C2, and C3 connected in series with a battery of voltage V as shown in figure (a). As soon as the battery is connected to the capacitors in series, the electrons of charge -Q are transferred from the negative terminal to the right plate of C3 which pushes the electrons of the same amount -Q from a left plate of C3 to the right plate of C2 due to electrostatic induction. Similarly, the left plate of C2 pushes the charges of Q to the right plate of which induces the positive charge +Q on the left plate of C1 At the same time, electrons of charge -Q are transferred from the left plate of C1 to the positive terminal of the battery.
Some peer-to-peer networks have a server and some don't.
~True
OR
`False
Answer:
true
Explanation:
True because on peer-to-peer network the client computer act both as a server and workstation.
Answer:
True
Explanation:
The multiprocessor system which consists of a set of processors that share a common main memory and are under the integrated control of an operating system is a _________ . Select one: a. cluster b. functionally specialized processor c. loosely coupled or distributed multiprocessor d. tightly coupled multiprocessor
Answer:
D
Explanation:
Tightly coupled multiprocessor
Binary is represented by two digits, write out each and describe what each means:
Answer:
binary is represented by 1 and 0
Explanation:
the binary of 1 means it has value, and the binary of 0 means it has no value. with a combination of 1s and 0s, you can get a complex program to run, like this platform :) what it basicly does is a true or false kinda think. just think of it that way: true or false, value or no value, and yes or no. the 1 is a positive value and the 0 is a negative value that has no value.
I hope this helps you :D
In binary, the 0s and 1s signify OFF and ON, respectively.
What do the binary numbers 1 and 0 represent?In binary, the 0s and 1s signify OFF and ON, respectively. A "0" in a transistor indicates that no electricity is flowing, while a "1" indicates that electricity is flowing.
Numbers are physically represented inside the computing equipment in this fashion, allowing calculations.
Learn more about binary numbers here:
https://brainly.com/question/13371877
#SPJ4
In this last step of initiation phase, projects are (blank). At this stage, the project is (blank) with projects that are running.
Answer:
Approved; compared.
Explanation:
Project management can be defined as the process of designing, planning, developing, leading and execution of a project plan or activities using a set of skills, tools, knowledge, techniques and experience to achieve the set goals and objectives of creating a unique product or service.
Generally, projects are considered to be temporary because they usually have a start-time and an end-time to complete, execute or implement the project plan.
Furthermore, the main purpose of project management is working toward a common goal.
This ultimately implies that, project managers should ensure adequate attention and time is taken to identify, analyze and manage capital, raw materials, people, system of tasks and other resources, so as to effectively and efficiently achieve a common goal with all project stakeholders.
The fundamentals of Project Management includes;
1. Project initiation
2. Project planning
3. Project execution
4. Monitoring and controlling of the project.
5. Adapting and closure of project.
In the last step of an initiation phase, projects are approved for execution. Also, at this stage, the project is compared with projects that are running or already being executed.
In conclusion, it is very important and essential that project managers in various organizations, businesses and professions adopt the aforementioned fundamentals in order to successfully achieve their aim, objectives and goals set for a project.
What does it mean when someone endorses you on linkedin.
Answer:
LinkedIn endorsements are a way for the people in your network to confirm your aptitude and experience within your professional field. Every endorsement you get on the skills listed on your LinkedIn profile helps you to be more easily found and, just maybe, to land the job you've always wanted.
Explanation:
you are given a class named clock that has one int field named hours. write a constructor with no parameters for the clock class. the constructor should set hours to 12.
//Class definition.
class Clock{
public:
int hours;
//Constructor syntax.
// current_class_name + (parameters if needed) {...}
Clock() {
//Set the hour as 12.
hours=12;
}
};
interactive jobs keep running in the system whereas long running cpu jobs are kept waiting in the system. what is the name given to the job that keeps waiting? gaming starvation relinquish guaranteed
"Starvation" is the name given to the position that is perpetually open in the system. A long-running CPU job experiences starvation when it is denied the resources it requires to keep running due to other interacting tasks.
What will happen if there are too many interactive jobs running in the system? They will all combine to use all the CPU time, leaving no CPU time for long-running tasks.The first issue is famine. If there are too many interactive jobs running in the system, Round-Robin will run out of CPU time. Long-running tasks will starve since they will never receive CPU time.
Which of the following is a central processing unit (CPU) component?the Control unit, arithmetic logic is the right response.
To know more about CPU visit:-
https://brainly.com/question/16254036
#SPJ1