Intro to Computer Organization, Number & Data Representation
- Description
- Curriculum
- FAQ
- Reviews
When purchasing a new computer, have you wondered what “3,” “5,” and “7” mean in Core i3, i5, or i7? (Hint: these are not the number of cores in the processor!) Did you know that when comparing two floating point variables, using the “==” in your programs may return False even though the variables are expected to be equal? (“==” is not the best way to compare two float variables!) Did you know that a naive statement like i++ could lead to an overflow in your C++ program? Learn the explanations to these and many more intriguing questions in this course!
Ace data representation, number representation, twos complement, IEEE floating point representation, binary arithmetic questions in competitive exams, job interviews, and computer organization and architecture course exams. Genuinely understand the representation of various kinds of data (including integers, real numbers, negative numbers, characters, images, and sound) in modern computers.
Specifically, the course will cover the following in detail.
-
What is a computer?
-
Basic computer organization
-
What is a program?
-
Generations of programming languages
-
What is machine language and assembly language?
-
What are high-level languages?
-
What is the computer level hierarchy in modern computers?
-
What is hardware?
-
What is software?
-
What is von Neumann machine?
-
How do instructions execute in a modern computer?
-
What is multi-core processor?
-
What are bits and bytes?
-
What are binary numbers?
-
How to convert binary numbers to decimal?
-
How to convert decimal numbers to binary?
-
What are hexadecimal numbers and why are they needed?
-
What is the range of numbers that can be expressed in a given memory space?
-
How to add binary numbers?
-
What is arithmetic overflow?
-
How to prevent overflow in C++ programs?
-
How to represent negative integers in computer’s memory?
-
How to convert an integer into twos complement representation?
-
How to add twos complement numbers?
-
How to detect overflow in twos complement number addition?
-
What is zero extension and sign extension?
-
What are floating point numbers?
-
What is the IEEE floating point representation?
-
How to convert a real number from decimal to binary format?
-
How to represent a decimal number in IEEE floating point representation?
-
What are the reserved bit patterns in IEEE floating point format?
-
What are the errors introduced in computation due to floating point representation?
-
How to minimize approximation errors in floating point computations?
-
What is ASCII character representation?
-
What is Unicode character representation?
-
How are images represented in our computer’s memory?
-
How is sound represented in a computer’s memory?
30 day money back guaranteed by Udemy.
Wisdom scholarships. If you are interested in taking one of our courses but cannot purchase it, you can apply for a scholarship to enroll. Learn more about the application process at my website.
-
10Computer level hierarchyVideo lesson
-
11Hierarchical designVideo lesson
-
12Hierarchical design featuresVideo lesson
-
13Modern computer's computer level hierarchyVideo lesson
-
14Top down view of computer level hierarchyVideo lesson
-
15Equivalence of hardware and softwareVideo lesson
-
16Quiz 2Quiz
-
24Number Representation bits and bytesVideo lesson
-
25Base-10 numbersVideo lesson
-
26Binary numbersVideo lesson
-
27Binary to decimal conversion examplesVideo lesson
-
28Decimal to binary conversionVideo lesson
-
29Decimal to binary conversion-subtraction methodVideo lesson
-
30Decimal to binary conversion-division methodVideo lesson
-
31Activity-decimal to binary conversionVideo lesson
-
32Quiz 5Quiz
-
43Negative integers-signed magnitude representationVideo lesson
-
44Twos complement representationVideo lesson
-
45Twos complement representation rangeVideo lesson
-
46Converting a number to twos complement representationVideo lesson
-
47Computing the magnitude of a twos complement numberVideo lesson
-
48Quiz 8Quiz
-
49Twos complement additionVideo lesson
-
50Example of twos complement additionVideo lesson
-
51Overflow in twos complement additionVideo lesson
-
52Activity-twos complement additionVideo lesson
-
53Zero extension and sign extensionVideo lesson
-
54Subtraction multiplication and division of binary numbersVideo lesson
-
55Quiz 9Quiz
-
56What are floating point numbersVideo lesson
-
57Scientific number representation reviewVideo lesson
-
58IEEE floating point representationVideo lesson
-
59How to convert decimal fractions into binaryVideo lesson
-
60How to convert decimal fractions into binary using multiplication methodVideo lesson
-
61Activity-convert decimal fraction to binaryVideo lesson
-
62Scientific notation practiceVideo lesson
-
63Determining the sign & fraction fields in IEEE floating point representationVideo lesson
-
64Excess-127 notation for exponentsVideo lesson
-
65Why use excess-127 representation for exponentsVideo lesson
-
66Translating a twos complement number to excess-127Video lesson
-
67Decimal to IEEE floating point end to end translationVideo lesson
-
68Activity-IEEEE floating point to decimal number conversionVideo lesson
-
69Special floating point numbersVideo lesson
-
70Floating point errorsVideo lesson
-
71Reducing floating point errorsVideo lesson
-
72Activity-floating point errorsVideo lesson
-
73Floating point terminologyVideo lesson
-
74Floating point addition and multiplicationVideo lesson
-
75Quiz 10Quiz
External Links May Contain Affiliate Links read more