Computer Organization & Architecture

29 articles in this topic

IBPS SO IT Officer Computer Organization: professional knowledge topics

IBPS SO IT Officer Computer Organization: number systems, Boolean logic, CPU and memory organization, addressing modes and I/O for the Mains PK paper.

Updated 18 Jul 20265 min read78 viewsComputer Organization & Architecture

Addressing modes and instruction formats in computer architecture explained

Addressing modes and instruction formats explained: immediate, direct, indirect, indexed and PC-relative effective addresses, and 0/1/2/3-address machines.

Updated 16 Jul 20267 min read94 viewsComputer Organization & Architecture

Floating point representation: IEEE 754 format and arithmetic explained

Computers store real numbers in a fixed number of bits, so they cannot store every real number exactly. Floating point packs a huge range of magnitudes into 32 or 64 bits by trading away some precision, and IEEE 754 is the standard almost every processor follows. This topic is a dependable source of encoding and precision questions, all resting on the same field layout and normalization rule.

Updated 16 Jul 20266 min readComputer Organization & Architecture

Pipelining in Computer Architecture: the 5-stage pipeline, speedup, and hazards

Pipelining in computer architecture: the 5-stage pipeline, speedup and throughput formulas, CPI, structural, data and control hazards, and forwarding.

Updated 25 Jul 20265 min readComputer Organization & Architecture

Cache memory: mapping techniques and hit ratio, with the exam angle

Cache memory explained: the memory hierarchy, locality, direct, associative and set-associative mapping, plus a worked hit-ratio and access-time example.

11 Jul 20266 min read175 viewsComputer Organization & Architecture