• Post category:StudyBullet-9
  • Reading time:13 mins read


Master from scratch number, data representation & ace computer organization, computer architecture exams!

What you will learn

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?

Description

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.


Get Instant Notification of New Courses on our Telegram channel.


  1. What is a computer?
  2. Basic computer organization
  3. What is a program?
  4. Generations of programming languages
  5. What is machine language and assembly language?
  6. What are high-level languages?
  7. What is the computer level hierarchy in modern computers?
  8. What is hardware?
  9. What is software?
  10. What is von Neumann machine?
  11. How do instructions execute in a modern computer?
  12. What is multi-core processor?
  13. What are bits and bytes?
  14. What are binary numbers?
  15. How to convert binary numbers to decimal?
  16. How to convert decimal numbers to binary?
  17. What are hexadecimal numbers and why are they needed?
  18. What is the range of numbers that can be expressed in a given memory space?
  19. How to add binary numbers?
  20. What is arithmetic overflow?
  21. How to prevent overflow in C++ programs?
  22. How to represent negative integers in computer’s memory?
  23. How to convert an integer into twos complement representation?
  24. How to add twos complement numbers?
  25. How to detect overflow in twos complement number addition?
  26. What is zero extension and sign extension?
  27. What are floating point numbers?
  28. What is the IEEE floating point representation?
  29. How to convert a real number from decimal to binary format?
  30. How to represent a decimal number in IEEE floating point representation?
  31. What are the reserved bit patterns in IEEE floating point format?
  32. What are the errors introduced in computation due to floating point representation?
  33. How to minimize approximation errors in floating point computations?
  34. What is ASCII character representation?
  35. What is Unicode character representation?
  36. How are images represented in our computer’s memory?
  37. 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.

English
language

Content

Course introduction

Course introduction

Introduction

What is a computer
Basic computer organization
What is a program
Generations of programming languages
Machine language
Assembly language
High-level languages
Quiz 1

Computer level hierarchy

Computer level hierarchy
Hierarchical design
Hierarchical design features
Modern computer’s computer level hierarchy
Top down view of computer level hierarchy
Equivalence of hardware and software
Quiz 2

Von Neumann architecture

Von Neumann architecture
Instruction execution in Von Neumann machine
Instruction execution example
Quiz 3

Types of CPUs

Multi core processors
Processors are everywhere
Quiz 4

Number representation

Number Representation bits and bytes
Base-10 numbers
Binary numbers
Binary to decimal conversion examples
Decimal to binary conversion
Decimal to binary conversion-subtraction method
Decimal to binary conversion-division method
Activity-decimal to binary conversion
Quiz 5

Hexadecimal numbers

Hexadecimal numbers
Binary to hexadecimal conversion
Activity-decimal to hexadecimal conversion
Quiz 6

Range of numbers and binary addition

Range of numbers in fixed length integers
Binary addition
Activity-binary addition
Arithmetic overflow
Avoiding arithmetic overflow in C++ programs
Quiz 7

Negative number representation

Negative integers-signed magnitude representation
Twos complement representation
Twos complement representation range
Converting a number to twos complement representation
Computing the magnitude of a twos complement number
Quiz 8

Twos complement arithmetic

Twos complement addition
Example of twos complement addition
Overflow in twos complement addition
Activity-twos complement addition
Zero extension and sign extension
Subtraction multiplication and division of binary numbers
Quiz 9

IEEE floating point representation

What are floating point numbers
Scientific number representation review
IEEE floating point representation
How to convert decimal fractions into binary
How to convert decimal fractions into binary using multiplication method
Activity-convert decimal fraction to binary
Scientific notation practice
Determining the sign & fraction fields in IEEE floating point representation
Excess-127 notation for exponents
Why use excess-127 representation for exponents
Translating a twos complement number to excess-127
Decimal to IEEE floating point end to end translation
Activity-IEEEE floating point to decimal number conversion
Special floating point numbers
Floating point errors
Reducing floating point errors
Activity-floating point errors
Floating point terminology
Floating point addition and multiplication
Quiz 10

Character representation

ASCII character representation
Unicode character representation
Quiz 11

Image representation

Image representation-colors in images
Image representation-size on disk
Quiz 12

Sound representation

Sound representation
Activity-sound representation
Quiz 13