Intro to Computer Organization, Number & Data Representation
Intro to Computer Organization, Number & Data Representation, available at $74.99, has an average rating of 4.35, with 71 lectures, 13 quizzes, based on 55 reviews, and has 4120 subscribers.
You will learn about 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? This course is ideal for individuals who are Computer science undergraduate students taking a computer organization or computer architecture course could benefit from the course. or Anyone interested in learning about number and data representation in computers could benefit from this course. or Anyone interested in learning about introduction to computer organization could benefit from this course. or You may (optionally) wish to print some of the material It is particularly useful for Computer science undergraduate students taking a computer organization or computer architecture course could benefit from the course. or Anyone interested in learning about number and data representation in computers could benefit from this course. or Anyone interested in learning about introduction to computer organization could benefit from this course. or You may (optionally) wish to print some of the material.
Enroll now: Intro to Computer Organization, Number & Data Representation
Summary
Title: Intro to Computer Organization, Number & Data Representation
Price: $74.99
Average Rating: 4.35
Number of Lectures: 71
Number of Quizzes: 13
Number of Published Lectures: 71
Number of Published Quizzes: 13
Number of Curriculum Items: 84
Number of Published Curriculum Objects: 84
Original Price: $199.99
Quality Status: approved
Status: Live
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?
Who Should Attend
- Computer science undergraduate students taking a computer organization or computer architecture course could benefit from the course.
- Anyone interested in learning about number and data representation in computers could benefit from this course.
- Anyone interested in learning about introduction to computer organization could benefit from this course.
- You may (optionally) wish to print some of the material
Target Audiences
- Computer science undergraduate students taking a computer organization or computer architecture course could benefit from the course.
- Anyone interested in learning about number and data representation in computers could benefit from this course.
- Anyone interested in learning about introduction to computer organization could benefit from this course.
- You may (optionally) wish to print some of the material
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.
Course Curriculum
Chapter 1: Course introduction
Lecture 1: Course introduction
Chapter 2: Introduction
Lecture 1: What is a computer
Lecture 2: Basic computer organization
Lecture 3: What is a program
Lecture 4: Generations of programming languages
Lecture 5: Machine language
Lecture 6: Assembly language
Lecture 7: High-level languages
Chapter 3: Computer level hierarchy
Lecture 1: Computer level hierarchy
Lecture 2: Hierarchical design
Lecture 3: Hierarchical design features
Lecture 4: Modern computer's computer level hierarchy
Lecture 5: Top down view of computer level hierarchy
Lecture 6: Equivalence of hardware and software
Chapter 4: Von Neumann architecture
Lecture 1: Von Neumann architecture
Lecture 2: Instruction execution in Von Neumann machine
Lecture 3: Instruction execution example
Chapter 5: Types of CPUs
Lecture 1: Multi core processors
Lecture 2: Processors are everywhere
Chapter 6: Number representation
Lecture 1: Number Representation bits and bytes
Lecture 2: Base-10 numbers
Lecture 3: Binary numbers
Lecture 4: Binary to decimal conversion examples
Lecture 5: Decimal to binary conversion
Lecture 6: Decimal to binary conversion-subtraction method
Lecture 7: Decimal to binary conversion-division method
Lecture 8: Activity-decimal to binary conversion
Chapter 7: Hexadecimal numbers
Lecture 1: Hexadecimal numbers
Lecture 2: Binary to hexadecimal conversion
Lecture 3: Activity-decimal to hexadecimal conversion
Chapter 8: Range of numbers and binary addition
Lecture 1: Range of numbers in fixed length integers
Lecture 2: Binary addition
Lecture 3: Activity-binary addition
Lecture 4: Arithmetic overflow
Lecture 5: Avoiding arithmetic overflow in C++ programs
Chapter 9: Negative number representation
Lecture 1: Negative integers-signed magnitude representation
Lecture 2: Twos complement representation
Lecture 3: Twos complement representation range
Lecture 4: Converting a number to twos complement representation
Lecture 5: Computing the magnitude of a twos complement number
Chapter 10: Twos complement arithmetic
Lecture 1: Twos complement addition
Lecture 2: Example of twos complement addition
Lecture 3: Overflow in twos complement addition
Lecture 4: Activity-twos complement addition
Lecture 5: Zero extension and sign extension
Lecture 6: Subtraction multiplication and division of binary numbers
Chapter 11: IEEE floating point representation
Lecture 1: What are floating point numbers
Lecture 2: Scientific number representation review
Lecture 3: IEEE floating point representation
Lecture 4: How to convert decimal fractions into binary
Lecture 5: How to convert decimal fractions into binary using multiplication method
Lecture 6: Activity-convert decimal fraction to binary
Lecture 7: Scientific notation practice
Lecture 8: Determining the sign & fraction fields in IEEE floating point representation
Lecture 9: Excess-127 notation for exponents
Lecture 10: Why use excess-127 representation for exponents
Lecture 11: Translating a twos complement number to excess-127
Lecture 12: Decimal to IEEE floating point end to end translation
Lecture 13: Activity-IEEEE floating point to decimal number conversion
Lecture 14: Special floating point numbers
Lecture 15: Floating point errors
Lecture 16: Reducing floating point errors
Lecture 17: Activity-floating point errors
Lecture 18: Floating point terminology
Lecture 19: Floating point addition and multiplication
Chapter 12: Character representation
Lecture 1: ASCII character representation
Lecture 2: Unicode character representation
Chapter 13: Image representation
Lecture 1: Image representation-colors in images
Lecture 2: Image representation-size on disk
Chapter 14: Sound representation
Lecture 1: Sound representation
Lecture 2: Activity-sound representation
Instructors
-
Aditya Mishra (Ph.D.)
Founding Director at Wisdom Academy, Educator, Researcher
Rating Distribution
- 1 stars: 1 votes
- 2 stars: 1 votes
- 3 stars: 4 votes
- 4 stars: 17 votes
- 5 stars: 32 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024