Knowledge in Computer Architecture

BCA question paper - 2 of Computer Architecture.

BCA question paper - 2 of Computer Architecture.

BCA question paper - 3 of Computer Architecture.

BCA question paper - 3 of Computer Architecture.

MCA Syllabus of Computer Arch.

MCA Syllabus of Computer Arch.

Details OF Keyboard

Details OF Keyboard

notes on - ZERO ADDRESS INSTRUCTION.

notes on - ZERO ADDRESS INSTRUCTION.

notes on instruction set,computer register.

notes on instruction set,computer register.

Microsoft word

Microsoft word is the most important thing in computer.

Computer architecture previous question paper

This document contains computer architecture previous question paper. It helps you a lot for your exam's preparation.

Processor architecture.

This PDF contains information about processor architectures.

FORTRAN

Fortran is a computer programming language that is extensively used in numerical, scientific computing. While outwith the scientific community, Fortran has declined in popularity over the years, it still has a strong user base with scientific programmers, and is also used in organisations such as weather forecasters, financial trading, and in engineering simulations. Fortran programs can be highly optimised to run on high performance computers, and in general the language is suited to producing code where performance is important. Fortran is a compiled language, or more specifically it is compiled ahead-of-time. In other words, you must perform a special step called compilation of your written code before you are able to run it on a computer. This is where Fortran differs to interpreted languages such as Python and R which run through an interpreter which executes the instructions directly, but at the cost of compute speed.

Computer Organization and Architecture

Some hand written notes, powerpoint presentations and documents of Computer Organization and Architecture

Working with python

This file includes the basics of Python programming. It includes topics such as files, operators and functions performed by using python language. It also includes sample codes that can be performed by beginners.