Mackrine Awino

Mackrine is a final year student at JKUAT. She is a mobile application developer who has been actively leading the tech-based community at the University.
Author Insights

7

0

0
Mackrine is a final year student at JKUAT. She is a mobile application developer who has been actively leading the tech-based community at the University.
7
0
0
Feb 7, 2022
A handle is a concept used in the bottom-up parsing of compiler design. Bottom-up parsing is the method of syntax analysis in which sentences belonging to certain context-free grammars are analyzed.
Dec 13, 2021
Type promotion is a common occurrence in Java programming, which can be achieved automatically with primitive data types through the use of autotype promotion. It is also referred to as automatic data type...
Sep 1, 2021
Exceptions are disruptions of the normal flow of program execution due to unexpected outcomes from the program. Exceptions are basically like typical programming errors. However, unlike standard errors,...
Jul 30, 2021
Encryption is a way of enciphering data especially when it’s in transit to prevent unauthorized personnel from gaining access to it. Encryption is always done with the intent of allowing only the intended...
Jun 24, 2021
Superglobals are special types of variables because they can be accessed from any scope. The accessibility can be from any file, class, or even function without the implementation of any special code segments.
May 27, 2021
Internet protocols are what make communication on the internet possible. Every device connected to the internet is assigned an IP address. This enables the identification and location of networked computers on...
Apr 15, 2021
Cybercrimes are becoming part of modern computer networking, putting businesses at risk of losing their data. In this article, I will be walking you through computer cryptography and network security in...