All Expert Articles
Consider the following conditions:  (a)The solution must be feasible, i.e. it must satisfy all the supply and demand constraints.  (b)The number of positive allocations must… Read More
Problem: Write an assembly language program to transfer a block of bytes from one memory location to another memory location by using string instruction.  Example:… Read More
ls | wc command : Using ls|wc, we can count new lines, words and letters of all files of current directory. We can see from… Read More
Coming to Statistical functions, median of a data-set is the measure of robust central tendency, which is less affected by the presence of outliers in… Read More
Problem – Assembly level program in 8085 which converts a binary number into ASCII number. Example – Assumptions – Binary number which have to convert… Read More
The cal_days_in_month( ) function in PHP is an inbuilt function which is used to return the number of days in a month for a specific… Read More
Prerequisite – Spanning Tree Protocol Spanning Tree Protocol (STP) is used to make a loop free network by monitoring the network to track all the links… Read More
A system has four processes and five allocatable resources. The current allocation and maximum needs are as follows: Allocated Maximum Available Process A 1 0… Read More
JavaScript date.toString() method is used to convert the given date object’s contents into a string. The date object is created using the date() constructor.  Syntax:… Read More
Prerequisite : Introduction to Statistical FunctionsPython is a very popular language when it comes to data analysis and statistics. Luckily, Python3 provide statistics module, which… Read More
What is the probability that a randomly selected bit string of length 10 is a palindrome? (A) 1/64 (B) 1/32 (C) 1/8 (D) 1/4 Answer:… Read More
In QuickSort, ideal situation is when median is always chosen as pivot as this results in minimum time. In this article, Merge Sort Tree is… Read More
Prerequisites: Basic knowledge of NodeJS and JavaScript. Also, you should have NodeJS installed on your machine. Using npm. A good resource. npm will get installed… Read More
sar (System Activity Report) It can be used to monitor Linux system’s resources like CPU usage, Memory utilization, I/O devices consumption, Network monitoring, Disk usage, process… Read More
Using Newton-Raphson method, a root correct to 3 decimal places of the equation x3 – 3x – 5 = 0 (A) 2.222 (B) 2.275 (C)… Read More
The levenshtein() function is an inbuilt function in PHP. The levenshtein() function is used to calculate the levenshtein distance between two strings. The Levenshtein distance… Read More
Consider the following table A. Activation record p. Linking loader B. Location counter q. Garbage collection C. Reference counts r. Subroutine call D. Address relocation… Read More
The output of the following combinational circuit is F. The value of F is : (A) P1+P‘2P3 (B) P1+P‘2P‘3 (C) P1+P2P‘3 (D) P‘1+P2P3 Answer: (B)… Read More
In our previous post on fibonacci series, we have seen many approaches to generate fibonacci numbers. In this approach, we shall be generating fibonacci numbers… Read More
AWK has lots of built-in functions for numeric, string, input, and output operations. Awk has the following two types of high level built-in function categories:… Read More