MCS 022 Solution (2019-2020)

Q1. a) What are the two criteria for classification of the advanced operating systems? Discuss any two operating systems in both the categories. Answer : - Advanced Operating Systems Architecture Driven System Network Operating System Distributed Operating System Multiprocessor Operating...

Mcs 021 ,(Data and Files structures )Assignment solution 2020

Course Code : MCS-021 Course Title : Data and file Structures Last Date of Submission : 15th October, 2019 (For July 2019 Session) 15th April, 2020 (For January 2020 Session) Q1.Write an algorithm that accept binary tree as input and print the number of leaf nodes  to standard output. Ans: #include <iostream.h> using namespace std; /* A binary tree node has data, pointer...

TYPES OF FUNCTION INVOKING

We categorize a function's invoking (calling) depending on arguments or parameters and their returning a value. In simple words we can divide a function's invoking into four types depending on whether parameters are passed to a function or not and whether a function returns some value or not. The various types of invoking functions are: • With no arguments and with no return value. • With no arguments...

TYPES OF VARIABLES AND STORAGE CLASSES IN C

In a program consisting of a number of functions a number of different types of variables can be found Global vs static variable-Global variables are recognized  through out the program whereas local variables are recognized only inside the function.  Static vs Dynamic variables- Retention of value by a local variable means that in ,static retention of the variable value Is lost once...

DEFINTION OF A FUNCTION

A function  is a self- contained block of executable code that can be called from any other function. In many programs, a set 0f statements are to be executed repeatedly at various places in  the program and may with different sets of data, the idea of functions  comes in mind. You keep those repeating statements in a function and call them as  and when required .When a function...

Mi Smart Band 4- India's No.1 Fitness Band, Up-to 20 Days Battery Life, Color AMOLED Full-Touch Screen, Waterproof with Music Control and Unlimited Watch Faces The Mi Smart Band 4 features a 39.9% larger (than Mi Band 3) AMOLED color full-touch display with adjustable brightness, so...

Display of Strings using different formatting techniques

The  printf  function with %s format is used to display the strings on the screen.For example ,the below statement display entire string: printf("%s",name); we can also specify the accuracy with which character array (string) is displayed .For example ,if you want to display first 5 characters...