Answer:
Part A;
Five types of system information that can be obtained from the Windows Task Manager includes;
1) The processes taking place
2) The performance of the system components, including the, CPU, Memory, Disk, Wi-Fi, GPU, and a live summary of the metrics of the computer
3) The App history
4) The list of startup
5) The current users of the computer
Part B;
By going through list of active processes on the Windows Task Manager, a malware can be detected as a rogue or unidentified process that may be running on the background. The name of a process may seem legit, but however, the process is not supposed to be running, such as a program which is not running or installed on the system but the process is seen running on the Windows Task Manager, that is a sign of a malware on the system
Explanation:
If you would like to compare information on two different Web pages, you should _____.
scroll through the pages
the home page
use tabs
organize bookmarks
Answer:
Use Tabs
Explanation:
I had this lesson on odyessy ware and this was right the other guy is wrong
Answer:
Use Tabs is also correct on Edge nuity
Explanation:
i have Keyboarding and Apps
anyone else parents take your phone and you ask for it nicely and they say no and you ask why and they ignore you
Answer:
that's the same situation with me but with other objects cuz me no have ph0nE
Explanation:
when i was a smol chiLd i would get beat if i didnt know my multiplication table l0l
Select four Microsoft programs.
a. Serrer
b. Visio
C. Office
d. Windows 7
e. Red Hat
Answer:
Windows, office serrear and Visio
Explanation:
can some one please help
Answer:
the thing is black for me. retake?
Explanation:
As a programmer, why do you think that skills and training are needed? Give 5 reasons.
What are the most common forms of information?
Answer: web search
Explanation:
Collaboration, listening, and negotiating are considered __________ skills.
interpersonal
mathematical
personal
verbal
VERBAL IS NOT THE ANSWER SOMEONE HELP
Answer:
interpersonal
Explanation:
Interpersonal skills are the types of skills that enhance the individuals' social interaction and communication means with others whereby there is the establishment of social rules and references.
It involves social communication activities such as collaboration, listening, and negotiation.
Hence, in this case, the correct answer is "INTERPERSONAL SKILLS.
Answer:
A. is correct
Explanation:
Question # 3
Dropdown
Finish the code for this bubble sort.
length = len(myList)
for n in range(length - 1):
for test in range(n + 1, length):
if myList[n] _____ myList[test]:
temp = myList[n]
myList[n] = myList [test]
myList[test] = temp
print(myList)
Answer:
The answer is >
Explanation:
I did the assignment on edge this was the correct answer
The complete code is length = len(myList), for n in range(length - 1):, for test in range(n + 1, length):, if myList[n] > myList[test]:.
What is coding?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).
Although learning to code is not difficult, it might be scary at first. The initial stages of learning something new might be difficult. With practice, persistence, and patience, coding becomes simpler. If you're thinking about learning to code, it's simple to get caught up in the challenge.
Languages written in an imperative, functional, logical, or object-oriented style are common. These coding language paradigms are available for programmers to select from in order to best meet their demands for a given project.
Therefore, the correct term to complete the code bubble sort is >.
To learn more about coding, refer to the link:
https://brainly.com/question/20712703
#SPJ2
help plz, u just gotta select all that apply :)
Answer:
Concept: Graph Analysis
We want to know all those that produce around 0.01 kg: Parsly, Coriander, Mint, Strawberry Rate positively and give brainlist69.147.76.15 is an example of what?
Answer:
IP address.
Explanation:
An IP address is an acronym for internet protocol address and it can be defined as a unique number assigned to a computer or other network devices, so as to differentiate each device from one another in an active network system. Thus, an IP address is typically used to uniquely identify each computer or network devices connected to the internet or network.
Hence, 69.147.76.15 is an example of an IP address.
In Computer networking, IP address are classified into two (2) main categories and these are;
1. Local (internal) IP address.
2. Global (external) IP address.
Generally, when this IP address such as 69.147.76.15 is translated by a domain name system (DNS), it is mapped to the domain name yahoo.com which is much more understandable or comprehensible to the end users.
short note on first generation computer
Answer:
The period of first generation was from 1946-1959. The computers of first generation used vacuum tubes as the basic components for memory and circuitry for CPU
sales management at ursa major solar wants to allow users create new account records with pre populated values.which feature should administrator
Question: sales management at ursa major solar wants to allow users create new account records with pre populated values.which feature should administrator
Answer: Sales representatives at Universal containers often schedule in
person meetings at customer offices. Management wants to track activities for this meeting category to clearly display customer office meetings in the account , contact or opportunitity page layouts, as well as adding this data to reports.
Explanation:
HELP PLZZ Which statement is true? Select 3 options.
A. A function must have a return value.
B. A function can use variables as parameters.
C. The definition of a function must come before where the function is used.
D. The definition of a function can come before or after it is used.
E. A function can have more than one parameter.
Answer:
B. C. E.
hope this helps :D
Answer:
The definition of a function must come before where the function is used.
A function can have more than one parameter.
A function can use variables as parameters.
Explanation:
A programmer has a need to round many numeric values to the nearest integer. Which of the following best explains the benefit of using a list as a data abstraction in this situation
Answer:
Keeping the numeric values in a list makes it easier to apply the same computation to every data element.
Explanation:
A list or array in programming is a data structure, that has the location for each item it holds indexed. It eliminates the need to constantly create a variable to compute items of the same data types.
The list can store items of the same data type and iterate over them to compute the same calculation on each of them.
Lists are values which are seperated by commas and populated within square brackets. They are mutable and values could be easily accessed, appended, deleted or replaced. Hence, the use of a list for data abstraction is beneficial in that the round function could be easily applied to all the values in the list.
Rounding the values in the list coukd be easily done using for loop which takes each value in the list one at a time, rounds them to the nearest integer and places them into another list.
Using the a python list comprehension thus:
Given a list of numeric Values :
my_list = [1.2, 1.4, 1.5, 1.7]
rounded_int = [round(x) for x in my_list]
Learn more : https://brainly.com/question/20533392
heeeeeeeeeeeelp idek plz help
Answer:
b
Explanation:
Which of the following is an object-oriented language?
A. C
B. C++
C. BASIC
D. COBOL
Answer:
C++
Explanation:
Significant object-oriented languages include: (list order based on TIOBE index) Java, C++, C#, Python, R, PHP, Visual Basic.NET, JavaScript, Ruby, Perl, Object Pascal, Objective-C, Dart, Swift, Scala, Kotlin, Common Lisp, MATLAB, and Smalltalk.
The programs' structure is made obvious via OOP. OOP makes the C++ code easier to maintain, alter, and debug by encouraging “Don't Repeat Yourself” (DRY) programming practices. OOP allows for quicker development times and less code needed to create fully reusable apps. Thus, option B is correct.
What role of C++ as an object-oriented language?The following are several justifications for calling C++ a partial or semi-object oriented language. The primary action is not a class action.
Object-oriented programming is supported by C++, but it is not a feature of the language itself. You don't even need to use an object once to construct a legitimate, well-coded, and brilliantly styled C++ program.
Therefore, Object-oriented programming can be implemented using C++'s core features. It contains classes and objects as well as the OOP principles of inheritance, encapsulation, abstraction, and polymorphism. It also has access to specifiers.
Learn more about language here:
https://brainly.com/question/29751978
#SPJ2
For Internet Protocol (IP) v6 traffic to travel on an IP v4 network, which two technologies are used
Answer:
These technologies are: Dual Stack Routers, Tunneling, and NAT Protocol Translation.
Explanation:
Dual Stack Routers - This is the process in which a router’s interface is attached with IPv4 and IPv6 addresses
Tunneling -Tunneling is used as a medium to help the different IP versions communicate with the transit network.
NAT Protocol Translation - This helps the IPv4 and IPv6 networks communicate with each other since they do not understand the IP addresses of each other since, they are different IP versions.
The two technologies that are used when Internet Protocol (IP) v6 traffic travel on an IP v4 network are datagrams and ipv6.
A datagram can be defined as a transfer unit that is associated with a packet-switched network. Internet Protocol version 6 (IPv6) is a protocol used for packet-switched inter-networking. The IPv6 is a protocol used for end-to-end datagram transmission through multiple Internet Protocol networks.In conclusion, the two technologies that are used when Internet Protocol (IP) v6 traffic travel on an IP v4 network are datagrams and ipv6.
Learn more in:
https://brainly.com/question/14851068
I have a problem with my Nintendo DS lite does anyone know how to fix it?
Try checking if the battery is still working, they usually tend to give out at times.
What is the difference between an if-statement, an if-else statement, and an if-else-if statement? How are they similar?
This is in computer science principles
Answer:
Explanation:
If statement is saying one perspective. However, if else if is many different.
You are running an 802.11g wireless router in mixed mode. You have three 802.11g wireless NICs connected to the router. A new user connects to an 802.11b wireless NIC. What will happen
Complete Question:
You are running an 802.11g wireless router in mixed mode. You have three 802.11g wireless NICs using the router. A new user connects using an 802.11b wireless NIC. What will happen?
Group of answer choices.
A. The user with 802.11b will access the network at 11Mbps while the users with 802.11g will access the network at 54 Mbps.
B. The user with 802.11b will not be able to communicate on the network.
C. The user with 802.11b will access the network at 11 Mbps. The users with 802.11g will access the network at 54 Mbps unless they are communicating with the 802.11b device,which will be at 11 Mbps.
D. All users will access the network at 11 Mbps.
Answer:
D. All users will access the network at 11 Mbps.
Explanation:
A 802.11g is one of the wireless network standards developed by the Institute of Electrical and Electronics Engineers (IEEE) which operates on a 2.4 GHz microwave bandwidth and as a result can only transmit over a short distance. The 802.11g has a data transfer rate or throughput of 54 megabits per seconds (Mbps).
Basically, the 802.11b is a similar standard to the 802.11g wireless standard that typically allows the transmission (transfer) of data for up to 11 megabits per seconds (Mbps).
In this scenario, you are running an 802.11g wireless router in mixed mode. You have three 802.11g wireless NICs using the router. A new user connects using an 802.11b wireless NIC.
Hence, what will happen is that, all the users will access the network at 11 Mbps.
WHY DOES THIS HAPPEN!?!??!?
Answer:
whats the qeustain?
Explanation:
What does the "zoom tool" do in Photoshop?
O
A. All of the above
o
B. It gives the illustrator the ability to zoom in and out of the image
o
C. It gives the illustrator the ability to edit the image at a closer look
O D. It gives the illustrator the ability to erase the image better by having a closer look
Answer:
A. All of the above
Explanation:
The data type of 17.3 should be ________________.
int
float
str
list
Please answer quick.
Answer:
float
Explanation:
Answer:
17.3 should be a float
Explanation:
Float type is a data that is contain a decimal number
What is the purpose of a div?
Group of answer choices
all of the above
to add a background color or image to a web page section
to change the styling of multiple contained elements
to group elements
Answer:
I'd choose A, all of the above.
Reasoning Why:
I'll be taking you on a step to step process on why I inputted the answer.
The <div>, is basically like a container that you can group tougher, why this is great is because you can edit the div using a background-color effecting that group such as the following..
EXAMPLE OF BACKGROUND-COLOR DIV (background-color)
<!DOCTYPE html>
<html>
<head>
<title>Brainly Example | HTML Div</title>
<style>
#byexample{
background-color:red;
/*Example of the Background-color attrib*/
/*You can also use the background-image attrib, however I recommend you checkout W3Schools, on that topic.*/
}
</style>
</head>
<body>
<div id="byexample">
<p>Just some random text to demonstrate.</p>
</div>
</body>
</html>
END OF EXAMPLE
You can also, in the <div> change multiple styles of an element in the div. However, if do want to change the styles of a single element you would need to nest it.
<!DOCTYPE html>
<html>
<head>
<title>Brainly Example | HTML Div</title>
<style>
#byexample #text{
background-color:red;
color:yellow;
}
</style>
</head>
<body>
<div id="byexample">
<p id="text">Just some random text to demonstrate.</p>
</div>
</body>
END OF EXAMPLE
Lastly, you can group elements using divs, as stated in openclassroom (website).
Anyways, I hope this helped!
Happy coding!
Choose the term that completes the sentence.
A bubble (sort/function/search) starts by comparing the first item in the list to the rest of the items.
If the first one is greater than a later item, the items are swapped.
Answer: BUBBLE SORT
I hope I've been helpful to you.
Answer:
Sort
Explanation:
I Answered this in Edge.nuity and it was correct
Can someone tell me how to fix the keyboard on ipad?- its in the middle of my screen andd i dont know how to do it
Answer:
Here
Explanation:
To move keyboard to bottom of screen, you just need to tap and hold the keyboard icon at the bottom-right corner of the keyboard, choose Dock option. To fix iPad keyboard in middle of screen, please tap and hold the keyboard icon, then choose Dock.Nov 5, 2020
Grades are numbers or ________ that show how a student performed in a course.
computer network reduces the cost of operation
Answer:
Computer Networks can allow businesses to reduce expenses and improve efficiency by sharing data and common equipment, such as printers, among many different computers. At the same time, the network may be connected by cables, telephone lines, infrared beams etc, which is cheaper and helps to reduce the expenses.Explanation:
A student who might find digital learning challenging.
Digital learning exists mostly online, while traditional learning takes place in a classroom building.
Answer: it is "A"
|Likes meeting other students.|
How do graphic designers showcase their work?
Graphic designers create(Blank)
to showcase their work.
THIS IS A BIG TEST IM BEHIND AND CANNOT FAIL PLZ
Answer:
Platforms!
Explanation:
Answer:
portfolios
Explanation:
A portfolio is a collection of work done by a graphic designer. Graphic designers use them to display their work to their clients.