Dlog Reviewer Prelim
Dlog Reviewer Prelim
2.1.4 Rounding off-number engineer, to some extent since it can simplify a certain
arithmetic operation. On scientific calculators it is
Rounding means making a number easier but
usually known as "SCI" display mode.
keeping its value near what it was. The outcome is less
precise, however simpler to utilize
The paper was submitted to the Paris academy to mark 2.3.1 First Generation Computers (1950’s)
his election to the academy. Moreover, it took another
---Electronic computers were the limited possessions of
twenty years for the discovery to happen just like it took
scientists, engineers, and the military until 1951. No one
a few hundred years to develop a binary convertor.
had tried to create an electronic digital computer for
2.2.1 Understanding Binary Numbers business. Eckert and Mauchly, the first to try the digital
computer. When the University of Pennsylvania learned
The formal beginnings of the binary system, is around of them plans to transform ENIAC into a commercial
200 BC, Pingala, an Indian writer, introduced product, University officials stated that the university
sophisticated mathematical concepts that described
owned the duo’s patent.
metrics and gave the world its first ever description of a
binary number system. ---These early computers used vacuum tubes as circuitry
and magnetic drums for memory. The problem with
2.2.2 Applications of Number system vacuum tubes was that they failed frequently, costing a
The most common application for the number system in fortune to run, made of inefficient materials which
computer technology. Wherein a two-digit number generated a lot of heat, and sucked huge electricity and
system used in digital encoding is what all computer subsequently generated a lot of heat which caused
language and programming are based on. Using the ongoing breakdowns making the first-generation
data and then depicting it with restrained bits of computers were down (not working) ample of the time.
information is what makes up the digital encoding The advantage of vacuum tubes technology is that it
process. The controlled information comprises of the made the advent of Electronic digital computer. Vacuum
binary system’s 0s and 1s. An example of this is the tubes were only electronic devices available during
images on your computer screen. A binary line of each those days which made computing possible.
pixel is used to encode these images. A. Computer Characteristics & Capabilities.
2.2.3 Advantage of the Binary Number System
Cost – cost was very high.
The binary number system is suitable for a number of
Language – Machine and Assembly Language.
things. For example, to add numbers, a computer flips
switches. By adding binary numbers to the system, you Power – high power Consumption and it generated
can simulate computer is performing addition. Also, much heat.
there are two main reasons to use this number system
Reliability – high failure rate, Failure of circuits per
for computers. First is that it can provide a safety range
second.
for reliability. Secondary and most importantly, it helps
minimize the circuitry needed in electronic design and Size – Relatively big size. Size was equivalent to a room.
lower the space required, and the energy consumed and
Speed – slow speed, hundred instructions per second.
costs that are spent.
B. Trends and Developments in Computer Hardware.
2.3 GENERATION OF COMPUTER
Input Media – Punched cards & paper tape
The evolution of computer took place, can be divided
into five distinct phases, basis of the type of switching Main Component – based on vacuum tubes
circuits known as Generations of Computers.
Main memory –Magnetic drum
1. First Generation Computers –1942 to 1954
2. Second Generation of Computers -1955 to 1964 Output Media – Punched card & printed reports.
3. Third Generation of Computers- 1965 to 1974 secondary Memory – Magnetic drum & magnetic tape.
4. Fourth Generation Computers- 1975 – till now
5. Fifth Generation of Computers – Still in Process
DLOG
2nd semester (Prelims)
Examples Example
ENIAC IBM-7000
UNIVAC CDC 3000 series
Mark –I PDP1
Mark-III PDP3
IBM 700 series PDP 5
IBM 700 series PDP8
IBM 701 series ATLAS
IBM 709 series IBM-7094
etc. etc.
2.3.2 Second Generation Computers (Early 1960’s) 2.3.3 Third Generation Computers (Mid-1960s to Mid-
1970s)
Second-generation computers were created with
transistors instead of vacuum tubes, these computers The third-generation computers were introduced in
were faster, smaller, and more reliable than first- 1964. They used Integrated Circuits (ICs). These ICs are
generation computers. The replacement of vacuum popularly known as Chips (called semiconductors). A
tubes by transistors saw the advent of the second single IC has many transistors, registers and capacitors
generation of computing. Although first invented in built on a single thin slice of silicon. In this phase,
1947 by Bell Laboratories, transistors weren’t used transistors were now being miniaturized led to a
significantly in computers until the end of the 1950s. massive increase in speed and efficiency of these
machines.
A. Computer Characteristics & Capabilities:
JACK ST. CLAIR KIRBY
Cost – cost Slightly lower than first generation.
Invented by Jack St. Clair Kirby and Robert Noyce
Language – Assembly Language and High-level
in1958, integrated circuits assured to cut the cost of
languages like FORTRAN, COBOL, BASIC.
computer production significantly because ICs could
Power– Low power Consumption. duplicate the functions of transistors at a small fraction
of a transistor’s cost. The earliest ICs, using a technology
Reliability – Failure of circuits per days.
now called small-scale integration (SSI), could contain
Size – Smaller than first generation Computers. up to 10 to 20 transistors on a chip. By the late 1960s,
engineers had achieved medium-scale integration (MSI),
Speed – Relatively fast as compared to first which placed between 20 and 200 transistors on a chip.
generation, thousand instructions per second. In the early 1970s, large-scale integration (LSI) was
B. Trends and Developments in Computer Hardware: achieved, in which a single chip could hold up to 5,000
transistors.
Input Media – Punched cards
Input Media – Key to tape & key to disk Speed – Relatively fast as compared to Third
generation, Tens of Millions of instructions per
Output Media – Printed reports & Video displays. second.
Example B. Trends and Developments in Computer Hardware:
IBM-307 Series Input Media – keyboard.
CDC 7600 series Main Component – Large scale integrated (LSI)
PDP (Personal Data processer) II Semiconductor circuits called MICRO PROCESSOR
or chip and VLSI (Very Large scale integrated).
etc.
Main Memory – Semi-conductor memory like RAM,
ROM and cache memory is used as a primary
memory.
DECIMAL 0100 4 4
Base: 10 0101 5 5
Digits: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 0110 6 6
BINARY 0111 7 7
Base: 2 1000 8 8
Digits: 0, 1 1001 9 9
OCTAL 1110 14 E
Base: 8 1111 15 F
Digits: 0, 1, 2, 3, 4, 5, 6, 7
powers of : 84 83 82 81 80
Octal number: 1 2 4 6
DLOG
2nd semester (Prelims)
Binary Subtraction
RULES