1. List down the difference among class A, class B and Class C subnet mask?
2. Cite a situation in which you can apply the knowledge about classful subnetting.
List down the difference between IPv4 and IPV6 address?
Cite a situation in which you can apply the knowledge about IP addressing.
A DMA controller transfers 32 bit words to memory using cycle stealing. The words are assembled from a device that transmits characters at a rate of 2400 characters per second. Each character is 8 bit length. The CPU is fetching and executing instructions at an average rate of 1 million instructions per second. By how much will the CPU be slowed down because of the DMA transfer?
How many characters per second can be transmitted over a 1200-baud line in each of the following modes? (Assume a character code of eight bits.)
a. Synchronous serial transmission.
b. Asynchronous serial transmission with two stop bits.
c. Asynchronous serial transmission with one stop bit
What is Direct Memory Access? Explain the working of DMA. What are the different kinds of DMA transfers?
Differentiate between RISC vs CISC architecture?
Which one is not part of IoT Architecture?
Select one:
a. control applications
b. Gateways
c. user applications
d. television
Write a function that receives a mark as a number and calculate the final percentage
of the student. The assignment mark is out of 90 marks
Create a counter app with react native. Steps:Create a state object to manage the counter value.
Add a text component to render state value on the screen
Create two functions, one that will decrement the state and one that will increment it
Bind the functions to some buttons so they are called when buttons are clicked by users