image/svg+xml
  • Contents
      • Back
      • Digital Basics
      • Verilog
      • Verification
      • SystemVerilog
      • UVM
Most Popular
Verification
  Testbench Evolution
  Constraint Random Verification
  Verification Techniques
  Verification Plan
  Code Coverage

Verilog
  Data Types
  Basic Constructs
  Behavioral Modeling
  Gate Modeling
  Simulation Basics
  Design Examples

SystemVerilog
  Data Types
  Class
  Interface
  Constraints and more!
  Testbench Examples

UVM
  Sequences
  Testbench Components
  TLM Tutorial
  Register Model Tutorial
  Testbench Examples

Digital Fundamentals
  Binary Arithmetic
  Boolean Logic
  Karnaugh Maps
  Combinational Logic
  Sequential Logic




Character Encoding Systems

  1. What is ASCII Code ?

What is ASCII Code ?

ASCII (American Standard Code for Information Interchange) code is a standard system used to represent text characters as numeric codes in digital electronics and computing. In ASCII code, each character is assigned a unique 7-bit code, allowing for a total of 128 possible characters.

For example, the letter "A" is represented in ASCII code as the number 65. The letter "B" is represented as the number 66, and so on. Punctuation marks, numbers, and special characters also have unique ASCII codes.

Read more: Character Encoding Systems

Binary Arithmetic

  1. Binary Addition

Binary Addition

Let's say we want to add the binary numbers 101011 and 11100 together. First, we want to line up the digits, making sure each column is added correctly.

     1 0 1 0 1 1 
  +  0 1 1 1 0 0 

Read more: Binary Arithmetic

One's and Two's complements

  1. One's Complement

There are two types of complements in a binary number system: the one's complement and the two's complement.

One's Complement

To find the one's complement of a binary number, you simply need to flip all the bits (0 becomes 1 and 1 becomes 0) in the binary number. For example:

   Binary number    :  11001101
   One's complement :  00110010

Read more: One's and Two's complements

Signed and Unsigned Binary

  1. Unsigned Numbers

Computer hardware recognizes two formats : unsigned and signed

Unsigned Numbers

In digital design, an unsigned number is a binary number that represents only magnitude and not the sign. It uses a fixed number of bits to represent a range of non-negative values. The range of values that can be represented by an unsigned number system is always positive and includes 0.

Read more: Signed and Unsigned Binary

Binary and Decimal System

  1. What is the number system ?

What is the number system ?

The number system is a way of representing numerical values. It is a set of rules, symbols and processes that allow us to count, measure, and calculate numerical quantities. The most common number systems are the decimal system, which uses the digits 0-9, and the binary system, which uses only 0 and 1. Other number systems include octal, hexadecimal, and Roman numerals. Each number system has its own unique properties and applications, and is used in various fields such as mathematics, computer science, engineering, and physics.

Read more: Binary and Decimal System

  1. Verilog Interview Set 9
  2. Verilog Interview Set 8
  3. Verilog Interview Set 7
  4. Verilog Interview Set 6
  5. Verilog Interview Set 5

Page 9 of 63

  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
Interview Questions
  Verilog Interview Set 1
  Verilog Interview Set 2
  Verilog Interview Set 3
  Verilog Interview Set 4
  Verilog Interview Set 5

  SystemVerilog Interview Set 1
  SystemVerilog Interview Set 2
  SystemVerilog Interview Set 3
  SystemVerilog Interview Set 4
  SystemVerilog Interview Set 5

  UVM Interview Set 1
  UVM Interview Set 2
  UVM Interview Set 3
  UVM Interview Set 4
Related Topics
  Digital Fundamentals
  Verilog Tutorial

  Verification
  SystemVerilog Tutorial
  UVM Tutorial
  • Verilog Testbench
  • Verilog Coding Style Effect
  • Verilog Conditional Statements
  • Verilog Interview Set 10
  • Synchronous FIFO
  • SystemVerilog Interview Set 10
  • SystemVerilog Interview Set 9
  • SystemVerilog Interview Set 8
  • SystemVerilog Interview Set 7
  • SystemVerilog Interview Set 6
  • UVM Singleton Object
  • UVM Component [uvm_component]
  • UVM Object [uvm_object]
  • UVM Root [uvm_root]
  • UVM Interview Set 4
© 2015 - 2023 ChipVerify
Terms and Conditions | DMCA.com Protection Status