Answer:
michal jackson i think who credit to people invented viral dances.
Answer:
Yes
Explanation:
Well, they added some taste to life.
Above all, you want to implement the cheapest CRM system available. You are willing to accept any risks associated with this, so you would want to implement a(n) ________ CRM system.
Answer: Open-source CRM
which scenario describes a function provided by the transport layer?
The scenario that best describes a function provided by the transport layer of the open systems interconnection (OSI) model is: C. A student has two web browser windows open in order to access two web sites. The transport layer ensures the correct web page is delivered to the correct browser window.
OSI model is an acronym for open systems interconnection and it comprises seven (7) main layers, which typically starts from the hardware layers (layers in hardware systems) to the software layers (layers in software systems) and they include the following in sequential order;
Physical LayerData link LayerNetwork LayerTransport LayerSession LayerPresentation LayerApplication LayerThe transport layer accept data packets from session layer, breaks them into smaller units and then transmits (sends) them to the network layer, without any duplication of data.
In this scenario, a function provided by the transport layer of the open systems interconnection (OSI) model is transportation (transmission) of the correct web page (data) to the correct browser window (software application), especially through the use of source and destination port numbers assigned to the software application.
Read more: https://brainly.com/question/22883762
Your question is lacking the necessary answer options, so I will be adding them here:
A. A student is using a classroom VoIP phone to call home. The unique identifier burned into the phone is a transport layer address used to contact another network device on the same network.
B. A student is playing a short web-based movie with sound. The movie and sound are encoded within the transport layer header.
C. A student has two web browser windows open in order to access two web sites. The transport layer ensures the correct web page is delivered to the correct browser window.
D. A corporate worker is accessing a web server located on a corporate network. The transport layer formats the screen so the web page appears properly no matter what device is being used to view the web site.
3.5 code practice python
Answer: This chapter is about variables in Python. So a variable can be any data type. And to find the datatype of a variable we need to use below code: x =10 print (type (x)) This will output: integer Now we can covert a string into integer as below:x=input("Enter X:")But above x is considered as string, and we need to convert it to integer to make use in for loop or any calculation.we can use:int(x), and this will convert x to int from string.Also, we have operators to change the variable values like =. +=, -=, /=, *= etc. So you need to remember these, and you will be up with all that is required for understanding variables. And rest is self explanatory certainly.
Explanation:
The answer is self explanatory
A(n) ________ is an excellent tool for representing a system's component processes and the flow of data among them.
A leading global vendor of computer software, hardware for computer, mobile and gaming systems, and
cloud services. Its corporate headquarters is located in Redmond, Washington, and it has offices in more
than 60 countries
Apple
Microsoft
IBM
Global Impact
Answer:
Microsoft
Explanation:
1. The NetworkManager or Systemd Networkd components must be installed on a Linux system in order to configure an IP address on a network interface. True or False
The NetworkManager or Systemd Networkd components must be installed on a Linux system in order to configure an IP address on a network interface: False.
An IP address is an abbreviation for Internet protocol address and it refers to a unique number that is assigned to a computing device or network device, so as to differentiate each computing device from one another in an active network system.
This ultimately implies that, an IP address is typically designed and developed to uniquely identify each computing device or network device that is connected to the Internet or an active network system.
Note: NetworkManager (GUI tool) are configured on desktop computers only while Systemd Networkd are typically configured on servers.
For a Linux system, you don't have to install the NetworkManager or Systemd Networkd before configuring an IP address on a network interface.
Read more: https://brainly.com/question/20629962
Most general-purpose applications use a(n) ________ that displays graphical elements called icons to represent familiar objects.
A general purpose application is often called a 'off-the-shelf'. It is a kind of software that one can use at home and school. Most general-purpose applications use a graphical user interface that displays graphical elements called icons to represent familiar objects.
The graphical user interface is simply defined as a type of user interface that gives users permission to interact with electronic devices via the aid of graphical icons and audio indicator such as primary notation.
General purpose application software is simply defined as a type of application that is used for different kind of tasks.It is not known to be able to perform more than one function. For example, a word processor.
Learn more from
https://brainly.com/question/2919813
In a complex formula, how does excel determine which calculation to perform first?.
In a complex formula, the way excel determines which calculation to perform first is that; It follows the order of operations.
When carrying out calculations in excel, if we don't bracket certain operations, excel will use the order of operation called BODMAS to determine which operation to carry out first.
For example, if excel wants to solve 3 × 4 + 7 - 2;
The acronyms in BODMAS stand for;
B - Brackets
O - Orders (powers/indices or roots)
D - Division
M - Multiplication
A - Addition
S - Subtraction
Now, it means that the first action it will perform is Bracket while the last will be subtraction.
In our example, excel will first use the multiplication sign to get;
(3 * 4) = 12
Then addition; 12 + 7 = 19
Then subtraction; 19 - 2 = 17
Read more on BODMAS at; https://brainly.com/question/16788360
The area of the spreadsheet highlighted in red is the _____.
cell C1
formula bar
row C
column C
A spreadsheet is a software application which is used to display numerical data in a tabular form. It has further functions which includes organizing, displaying, calculating data, etc where the data can be viewed at a glance and retrieved from memory.
There are different types of spreadsheet which includes:
G00gle SheetMicrosoft ExcelLibreOfficeSmartsheet, etc.Data can be arranged in rows and columns.
Please note that your question is incomplete so I gave you a general overview to help you get a better understanding of the concept.
Read more here:
https://brainly.com/question/22101774
Answer:
column C
Explanation:
i got it right
In order to help prevent collisions with motorcycles, one of the hosts of the video recommends thinking of motorcycles as __________. A. fast-moving bicycles B. occupying a space the same size as a car C. unpredictable road users
There are lot of accidents on the high way due to motorcycles. In order to help prevent collisions with motorcycles, one of the hosts of the video recommends thinking of motorcycles as occupying a space the same size as a car.
There are some recommendations following distance when traveling behind a motorcycle. it is often longer for motorcycles than the normal two seconds that are recommended when following most vehicles.The best recommendation is to give a three or four second distance when travelling behind a motorcyclist.
Motorcycles often stays at your blind spot and you may not see them. This can lead to an unwanted collision and result in serious injury or death. It is best you give much space as you would a normal vehicle.
Learn more from
https://brainly.com/question/13408307
Kyra is protesting corruption in the mayoral office. She is afraid that the mayor has access to her emails where she discusses his wrongdoings. Which of the following laws protects her electronic communication from being accessed by the government or law enforcement agencies?
Answer:i don’t know sorry
Explanation:
A NAND gate is a type of logic gate that produces an output of false only when both of its two inputs are true. Otherwise, the gate produces an output of true. Which of the following Boolean expressions correctly models a NAND gate with inputs P and Q?
a. (NOT P) AND (NOT Q).
b. (NOT P) AND Q.c. NOT (P AND Q).d. NOT (P OR Q).
A NAND gate combines the NOT gate and the AND gate.
For inputs P and Q, the boolean expression for the NAND gate is c. NOT (P AND Q)
The NAND gate means:
NOT AND
Assume the inputs are x and y, then the formula would be:
NOT (x AND y)
In this case, the input variables are P and Q.
So, we replace x and y with P and Q, respectively.
The formula becomes NOT (P AND Q)
Hence, the correct expression is (c)
Read more about NAND gates at:
https://brainly.com/question/11178154
Yahoo Messenger is an example of a/an __________ service on the Internet.
Answer:
Yahoo Messenger is an example of a service on the Internet.
Lloyd works for a graphic design company. He needs a monitor that accurately represents colors. Lloyd's monitor recently failed, and you have been asked to purchase a new one. You have been asked to find a monitor with a fast pixel refresh rate, low energy consumption, and very accurate colors representation.
Required:
What types of display devices will BEST meet the requirements requested?
OLED simply stands for Organic Light-Emitting Diode. It is often regarded as a type of technology that uses LEDs in which the light is produced by organic molecules. The types of display devices will best meet the requirements requested OLED.
They are often regarded as organic LEDs that are used to produce display panels.
OLED displays are produced with a number of organic thin films between two conductors. It has a form of a simple design that has a lot of merits over other display technologies.These technology are mostly used today in mobile devices as they give a better image quality.
Learn more from
https://brainly.com/question/14781150
In Super Mario 64, a character called Lakitu follows Mario around on a cloud, filming him with a camera as though he were shooting a news broadcast. What type of character perspective is this an example of?
Second-person perspective
First-person perspective
third-person perspective
over-the-shoulder perspective
Answer:
A second person prespective
Explanation:
Answer:
i had dat gam i think its 3rd person but i am not positive... i have never even heard of over the shoulder perspective.
NO LINKS Please
Based on the information presented in the article, do you think that schools should invest in technology to improve academic outcomes for their students? Explain.
Answer:
ok po majsbejwwlaodhd susbvskwmoskwaubsbsiwnwis sisbsbsb is a good 2AM 2AM 2nd edition 2and I am a nanny 2and and u 2122feet 225feet to see how 2nd grade are you 22feet but not yet a lot more because it has alot of people who is the key to the girl in your life of your own life NATO is the most powerful and I was a great person in a sentence and a very nice meeting you had to do nothing babe and she had an affair in a way maker that I am in a relationship with u are in bed now babe and my mom and my dad a lot of my cousn and my kids in the morning and my kids were in the same boat and 5PM was the first of my two 5th grade boys in school to be with u at work now babe on my messenger then the Lord was in bed and she had no probs and no babe to be in Philippines and my kids had to be a good 58 and a little more because I was so happy bday sis had a lot to say about the girl and she was busy with me I will be having dinner with the kids on me sometime next time because she is very good at home now babe ruth is it ur wife is still single forever ni mama ne is a good girl also a big part in her to be the center babe if I will be a good person and I think they 5th 5 and 5 and u have a lot more to lose than me if u have a lot
Answer:
Yes because using technology in classrooms has the potential to create increased student motivation, increased social interactions, positive outcomes, enhanced student learning, and enhanced student engagement.
"code is broken down by the computer until it is in _____and is a very long series of ons and offs
binary
code
decode
logic
Answer:
Binary
Explanation:
Binary is 0 and 1, true and false, on and off. It is the only language machines can understand.
Answer:
I'd say that the answer is Binary because it wouldn't be code, decode, or logic and Binary is the only one that makes sense and i got it correct when i did the exam.
Explanation:
4. Each mobile device described in this chapter requires that the user have a/an ____________________ associated with services offered by the publisher of the mobile OS in use on the device.
All mobile devices requires that end users have an account that is associated with services offered by the publisher of the mobile operating system (OS) installed on the device.
A mobile device can be defined as a small, portable, programmable electronic device that is designed and developed for the transmission and receipt of data signals (messages) over a network. Thus, a mobile device must be designed as a handheld device with communication capabilities.
Additionally, mobile devices such as smartphones have a mobile operating system (OS) installed on them, so as to enable them perform various tasks such as:
Taking pictures and creating video files.Typing and sending both text and multimedia messages.Browsing the Internet.Making both audio and video calls.As a general rule, all mobile devices requires that end users have a registered account associated with the services offered by a publisher of the mobile operating system (OS) installed on the device. This registered account serves as a unique identifier and it connects an end user with the publisher of the mobile operating system (OS).
Read more: https://brainly.com/question/4922532
When should you close the socket python tcp server client.
help me.............
Answer:
Explanation:
Sure
10 toes? Is that what you asked?
5 oceans entirely in the world.
300 bones in a baby and 206- In an adult body
What is a recent innovation in edge computing enhanced by 5G?.
A recent innovation in edge computing enhanced by 5G is placing computing resources physically inside the network infrastructure.
5G is the fifth generation of mobile communications operating on the basis of telecommunication standards, following the existing 4G.
5G technologies must provide higher bandwidth than 4G technologies, which will ensure greater availability of mobile broadband, as well as the use of device-to-device modes (direct connection between subscribers).
It also allows ultra-reliable large-scale systems communication between devices, as well as less latency, higher speed, and less battery power consumption than 4G equipment.
Learn more about computers in https://brainly.com/question/24836371
A process that takes plaintext of any length and transforms it into a short code is called Group of answer choices encryption hashing symmetric encryption asymmetric encryption
Answer:
hashing
Explanation:
A hash can be used in compression which reduces the length of a plaintext sequence
_______________ is research in the design and the use of computer technology, which focuses on the interfaces between people and computers.
Answer:
______HUMAN- COMPUTER INTERACTION_________ is research in the design and the use of computer technology, which focuses on the interfaces between people and computers.
Explanation:
HOPE ITS HELP
Fill in the blank with the correct answer.
Question 1 options:
1) options
2) view
3) selection
4) history
5) navigate
1.
The ______ panel records user operations and can be used to reverse changes made to an image.
2.
The ______ panel is used to pan an image and zoom in and out
3.
The ______ bar displays options available for selected tool.
4.
The Actual Size and Fit Screen options are available in the ______ menu.
5.
The Lasso, Marquee, and Wand tools are examples of ______ selection tools.
Answer:
1. history
2. view
3. Selection
4. options
5. navigation
Explanation:
Hoped this helped. I am un-sure of a few.
it literALLY HAS NOTHING TO DO WITH MY ASSIGNMENT
Ansgokublue
Explanation:
TCP and the User Datagram Protocol (UDP) provide _________ between processes on any two of those hosts. A. address translation B. reliable transport C. data transport D. performance enhancements
TCP is known to be a type of a connection-oriented protocol, while UDP is a connectionless protocol. TCP and UDP provide data transport between hosts.
TCP and UDP are known for their speed, as TCP is slower and can retransmit lost data packets than UDP. UDP is said to be faster, simpler, and efficient protocol.Data transport is simply known to be an the energy problem. It is the amount of energy needed to transport a bit from the closest neighbor.
Data Transport Service gives a reliable connection for moving large amounts of data at very fast speeds.
Learn more from
https://brainly.com/question/17695822
If you want to share information with individuals who are internal to your organization, which type of network would you want to use
it is globe because I want a successful the all people
1.What is the output of the following program? [10 Marks]namespace ConsoleApp1{class Program{static void Main(string[] args){int i, j;int [,] A = new int[5,5];for (i = 0; i < 5; ++i){for (j = 0; j < 4; ++j){A[i,j] = i*j;}}for (i = 0; i < 5; ++i){for (j = 0; j < 4; ++j){if (i < 5){A[j, i] = A[i, j];}elsebreak;Console.Write(A[i, j] + " ");}Console.WriteLine();}Console.ReadLine();}}}
The program outputs the following rectangular array:
0 0 0 0
0 1 2 3
0 2 4 6
0 3 6 9
0 4 8 12
This is the correctly formatted C# program:
namespace ConsoleApp1{
class Program
{
static void Main(string[] args)
{
int i, j; // declare index variables used to iterate over the array A
int [,] A = new int[5,5]; // create a 5 by 5 array
/* Iterate over the array with the index variables i and j
and initialize each location A[i, j] with the product
of i and j. */
for (i = 0; i < 5; ++i)
{
for (j = 0; j < 4; ++j)
{
A[i, j] = i*j;
}
}
/* Iterate over the array again. This time, swap locations
A[i, j] with A[j, i] */
for (i = 0; i < 5; ++i)
{
for (j = 0; j < 4; ++j)
{
if (i < 5)
{
A[j, i] = A[i, j];
}
else
break;
// display the current location A[i, j]
Console.Write(A[i, j] + " ");
}
/* print a newline to prepare for the next line of printing
which corresponds to the next column i */
Console.WriteLine();
// pause and wait for user keypress before continuing
Console.ReadLine();
}
}
}
}
When executed, this program simply prints a rectangular array like so;
0 0 0 0
0 1 2 3
0 2 4 6
0 3 6 9
0 4 8 12
Learn more about predicting program output here: https://brainly.com/question/20259194
How to install windows 11 on unsupported hardware.
Answer:
It requires modification of the installation media to bypass compatibility checks
Explanation:
You should not do this as it could prevent your computer from not functioning properly. More details: https://support.microsoft.com/en-us/windows/installing-windows-11-on-devices-that-don-t-meet-minimum-system-requirements-0b2dc4a2-5933-4ad4-9c09-ef0a331518f1
In a computer network, a _____ server is a specialized server that manages resources for the network.
Answer:
Directory Server
Explanation:
Maps network resources, such as files and user accounts, to network addresses. This allows the resources on a network to be discoverable.