Knowledge in Information & coding theory

IT workshop Lab documentary

It is all about the information technology Lab which includes the concepts related to the development of the computer system and its parts which are very basic things to know about the computers.

WINTER OF CODE- CODING COMPETITION

Are you thinking of getting Internship and Placement at the biggest Tech-giants Microsoft, Amazon, Samsung? We are here for you with the biggest opportunity to practice and experience a test of the same level !! Winter of Codes It’s a free online Coding Competition Eligibility: Working Professionals and Students from all years can participate. Date: Every Saturday, December. Time : 9:00p.m Duration : 90mins What's there in the test? Coding, Aptitude and Logical Reasoning Rewards : -Cash Prizes -MI Bands -Free Online Courses And much more... Competing with more than 150 colleges from all over India will give you the grand opportunity to face competition! Willing to participate? _Register now and visit the link for more details : https://codingninjas.in/events/winter-of-codes?campaign=winterofcodes&source=ca405

STLD Assignment

It is the assignment given to the snist people for the better understanding of the STLD subject. Switching theory and logic design subject is very essential core subject for the electronics graduates.

Graph Theory is Based on Subject

Graph Theory basically is important to know to solve the various subjects theory by seen or solving the question from graphy know to x and y value according

ENGINEERING Biology Notes 3 By AMAN

Biology play important role in cell and body functions to grow up the system of body by this exercise

Theoretical

A theoretical is a set of assumptions about reality to ask a questions and to get a answer to it as a kind of result.Often socialists use multiple theoretical to frame research questions,design and conduct research and analyze their results.

Information Technology

Meaning and scope of information technology

matlab (for the beginners)

The tutorials are independent of the rest of the document. The primarily objective is to help you learn quickly the first steps. The emphasis here is “learning by doing”. Therefore, the best way to learn is by trying it yourself. Working through the examples will give you a feel for the way that MATLAB operates. In this introduction we will describe how MATLAB handles simple numerical expressions and mathematical formulas. The name MATLAB stands for MATrix LABoratory. MATLAB was written originally to provide easy access to matrix software developed by the LINPACK (linear system package) and EISPACK (Eigen system package) projects. MATLAB [1] is a high-performance language for technical computing. It integrates computation, visualization, and programming environment. Furthermore, MATLAB is a modern programming language environment: it has sophisticated data structures, contains built-in editing and debugging tools, and supports object-oriented programming. These factors make MATLAB an excellent tool for teaching and research. MATLAB has many advantages compared to conventional computer languages (e.g., C, FORTRAN) for solving technical problems. MATLAB is an interactive system whose basic data element is an array that does not require dimensioning. The software package has been commercially available since 1984 and is now considered as a standard tool at most universities and industries worldwide.

matlab

The end of this document contains two useful sections: a Glossary which contains the brief summary of the commands and built-in functions as well as a collection of release notes. The release notes, which include several new features of the Release 14 with Service Pack 2, well known as R14SP2, can also be found in Appendix. All of the MATLAB commands have been tested to take advantage with new features of the current version of MATLAB available here at Northwestern (R14SP2). Although, most of the examples and exercises still work with previous releases as well. This manual reflects the ongoing effort of the McCormick School of Engineering and Applied Science leading by Dean Stephen Carr to institute a significant technical computing in the Engineering First°R 2 courses taught at Northwestern University. Finally, the students - Engineering Analysis (EA) Section - deserve my special gratitude. They were very active participants in class.

fortran (input & ouput)

The Fortran programming language was one of the first (if not the first) “high level” languages developed for computers. It is referred to as a high level language to contrast it with machine language or assembly language which communicate directly with the computer’s processor with very primitive instructions. Since all that a computer can really understand are these primitive machine language instructions, a Fortran program must be translated into machine language by a special program called a Fortran compiler before it can be executed. Since the processors in various computers are not all the same, their machine languages are not all the same. For a variety of reasons, not all Fortran compilers are the same. For example, more recent Fortran compilers allow operations not allowed by earlier versions. In this chapter, we will only describe features that one can expect to have available with whatever compiler one may have available. Fortran was initially developed almost exclusively for performing numeric computations (Fortran is an acronym for “Formula Translation”), and a host of other languages (Pascal, Ada, Cobol, C, etc.) have been developed that are more suited to nonnumerical operations such as searching databases for information. Fortran has managed to adapt itself to the changing nature of computing and has survived, despite repeated predictions of its death. It is still the major language of science and is heavily used in statistical computing. The most standard version of Fortran is referred to as Fortran 77 since it is based on a standard established in 1977. A new standard was developed in 1990 that incorporates some of the useful ideas from other languages but we will restrict ourselves to Fortran 77