Posts

Showing posts with the label CE knowledge

All subjectBOOK .EG:- Math subject for class 10

 Download From pdfdrive pdfdrive.com Click Here

Activate Window 10 PRO In Free. With out any software.

Image
 Activate window 10 pro    A video Of Nepal Invention Channel By Sagar Dhakal. Channel Link   Open Channel For Activate  Window 10 In Free             Click here CMD  KMS

What is K-Map(Karnaugh-Map).Fundamental of digital System

Image
                                                                                        Fundamental Of Digital System(FDS)                                                              K-Map in fundamental of digital system K-Map is an array of square/cell in which each square represent a binary value of the input variable. The square are arranged in a way so that the simplication of given expression is simplify a matter of grouping the square.        _ _ | _B_____B__| A | _____|_____| A |_____|_____|                     Made By sagar Dhakal.

Why is the C programming language called a procedure oriented programming language(POP)?||tsathi||

Image
                                                                  C Programming                                                            tsathi Procedure Oriented Programming (POP): Procedure Oriented Programming consists of a set of instructions to be followed and divide these instructions into smaller parts known as functions in order for the computer to perform. C, VB, FORTRAN, Pascal are a few examples of POP. C Programming is called POP because it divides a large problem(i.e program) in to smaller modules,called function(or procedures).                                Features of POP : Mainly focused on writing the algorithms. The most function uses Global data for sharing which are accessed freely from function to function in the system. POP follows the top-down approach in program design. It does not have data hiding options. Functions transform data from one form to another. Data can be moved openly from one function to another around the system. Sub-division of the large prog