Understanding Flowcharts and Programming Languages

Flowchart

The pictorial or graphical representation of flow of a program is known as flowchart. If the algorithms or programs are displayed in the form of a picture then it will be more noticeable and recognizable. Only thing what we need to know some specific shapes to represent each processes or actions. The fundamental shapes and descriptions using in flowcharts are as follows.

j9uY63M2wBnveRcyLNUIT34Tu4aWeSqdlhox9JkprjEzmiyBmtmP8KZOE9ItyPleqb820RulOWNBK3GMhvqLvE3HpnmwwrHzb7DE88UBI3YtVUPP5F33nd5VQA0aF_e2ICZ6AW7YV-ajFuT7HcyJt-c4Xh9Iektloljd0DiRGjXFpHgP_xKeDfpPLZEH2Q

Rhombus:

For decision making and branching the flow of execution.

Rectangle:

For processing and assigning variables.

Parallelogram:

Read More

Understanding Cryptography, Routing Protocols, and Multiplexing in Networking

Private Key Cryptography

Private key cryptography, also known as symmetric-key cryptography, uses a single shared secret key for both encryption and decryption. The same key is used by both the sender and the recipient, requiring secure key distribution. It is fast and efficient for encrypting large amounts of data but faces challenges in key management and scalability. An example algorithm is the Advanced Encryption Standard (AES). In a scenario, if Alice wants to send a confidential document to

Read More

Key Concepts in Networking and System Management

Q1 Write short notes on the following: (2020 June)

(a) X Windows

X Window System, commonly referred to as X or X11, is a graphical windowing system that provides the foundation for graphical user interfaces (GUIs) in Unix, Linux, and other Unix-like operating systems. Here are some key points about X Windows:

  • Client-Server Architecture: X follows a client-server model, where the X server handles low-level tasks like drawing windows, managing input devices, and rendering graphics, while applications
Read More

Appian Group Security Configuration and Policies

  • Types of Packages

    A package is a collection of Appian application changes that a developer can deploy to another environment. Preparing a package is an important step in the deployment process and involves understanding what changes you need to deploy and how these changes will affect your target environment.

    There are three different types of packages that you can deploy in Appian. In most cases, your packages will contain application objects, but can also include environment-specific information,

Read More

Computational Biology: Feature Selection, Clustering, and Classification

Cheat Sheet: Computational Biology Final Exam Revision

FEATURE SELECTION

What is feature selection?

Reducing the feature space by removing some of the (non-relevant) features. Also known as:

  • variable selection
  • feature reduction
  • attribute selection
  • variable subset selection

Feature selection methods aim at eliminating noisy, redundant, or irrelevant features that may deteriorate the classification performance. In big data mining field of Machine Learning implementation, feature selection plays an important

Read More

Computer Networks: Protocols, Technologies, and Concepts

Internet Access Technologies

Dial up – phone; DSL – phone line; Cable Internet – TV Network

Delay Calculations

Propagation delay, transmission delay, store-and-forward, Bandwidth-delay product, Bandwidth-RTT product, Dnodal=dproc+dqueue+dtrans+dprop; Dtrans = L/R, L = length, R = bandwidth/rate; Dprop = d/s, d = length, s = propagation speed.

ISO/OSI Reference Model

Seven layers; TCP/IP architecture for the Internet (five layers)

Traceroute/Tracert

3 delay measurements for each router on the way

Read More