A computer network is a set of devices connected through links. A node can be computer, printer, or any other device capable of sending or receiving the data.
Time Required: 60 min
Compiler design principles provide an in-depth view of translation and optimization process. Compiler design covers basic translation mechanism and error detection & recovery.
Time Required: 60 min
A data structure is a specialized format for organizing, processing, retrieving and storing data.
Time Required: 120 min
Data Communication is a process of exchanging data or information In case of computer networks this exchange is done between two devices over a transmission medium.
Time Required: 60 min
An operating system (OS) is system software that manages computer hardware, software resources, and provides common services for computer programs.
Time Required: 60 min
Code tells a computer what actions to take, and writing code is like creating a set of instructions. By learning to write code, you can tell computers what to do or how to behave in a much faster way.
Time Required: 180 min
Bogura, Bangladesh
Studies at BS.c in Computer science & Engineering (CSE) at Pundra University of Science & Technology
ReactJS divides the UI into isolated reusable pieces of code known as components. React components work similarly to JavaScript functions as they accept arbitrary inputs called properties or props. It's possible to have as many components as necessary without cluttering your code.
Props are used to pass data from one component to another. The state is a local data storage that is local to the component only and cannot be passed to other components.