Answer:if you are looking for video and audio data its mp4
Explanation:
there is no explaination
Answer:
The Notes Master contains two placeholders one for your text and the other for the slide. We can move or change the size of either of these objects and we can change the format of the text in the notes placeholder, we can also add or change elements that we want to appear on each handout and also notice the convenient placement of the header, footer, date and page numbers.
When you get off of school while it is fresh in your mind and in a quiet place where you can stay on task without distractions.
The pseudo-code of the algorithm will be:
Start
Set n1 equal to 145 and n2 equal to 87.
Divide n1 by n2 and find the remainder.
Set n1 equal to n2 and n2 equal to the remainder.
Repeat steps 2 and 3 until the remainder is equal to 0.
The greatest common factor is n1.
End
What do you mean by pseudocode?
In computer science, pseudocode is indeed a plain language description of a steps in an algorithm or similar system. Pseudocode frequently employs structural patterns of a conventional programming language, although it is designed for human interpretation rather than machine reading. It generally omits features necessary for computation of the algorithm, including such variable declarations and language-specific code. When possible, the programming language is supplemented by natural language description details or succinct mathematical notation.
To learn more about pseudocode
brainly.com/question/24735155
#SPJ9
Answer:
First and foremost, what is network architecture? It's basically the physical and logical design which refers to the software, hardware, protocols and the media of transmission of data. Simply put, it refers to how computers are organized and how tasks are allocated among these computers. The two types of widely used network architectures are peer-to-peer aka P2P and client/server aka tiered.
Peer-to-Peer Architecture
In a peer-to-peer network, tasks are allocated to every device on the network. Furthermore, there is no real hierarchy in this network, all computers are considered equal and all have the same abilities to use the resources available on this network. Instead of having a central server which would act as the shared drive, each computer thats connected to this network would act as the server for the files stored on it.