>
Exams
>
Computer Awareness
>
Binary Operations
>
if a represents 1 and o represents 0 what will be
Question:
If A represents '1' and o represents '0'. What will be the one's complement of oAAooA?
Show Hint
The one's complement of a binary number is obtained by flipping each bit (0 becomes 1 and 1 becomes 0).
IPU CET - 2023
IPU CET
Updated On:
May 13, 2025
011001
100110
101010
000000
Hide Solution
Verified By Collegedunia
The Correct Option is
B
Solution and Explanation
To find the one's complement, we replace every 1 with 0 and every 0 with 1. The one's complement of 010100 is 100110.
Download Solution in PDF
Was this answer helpful?
1
1
Top Questions on Binary Operations
What is the 2's complement of 1010?
AP PGECET - 2024
Computer Science & Information Technology
Binary Operations
View Solution
The number of 1's in the binary representation of $13 \times 16^3 + 11 \times 16^2 + 9 \times 16 + 3$?
AP PGECET - 2024
Computer Science & Information Technology
Binary Operations
View Solution
Consider a state space where the start state is number 1. The successor function for the state numbered n returns two states numbered n+1 and n+2. Assume that the states in the unexpanded state list are expanded in the ascending order of numbers and the previously expanded states are not added to the unexpanded state list.
Which ONE of the following statements about breadth-first search (BFS) and depth-first search (DFS) is true, when reaching the goal state number 6 ?
GATE AR - 2024
Data Science and Artificial Intelligence
Binary Operations
View Solution
The fundamental operations in a double-ended queue D are :
insertFirst (e) - Insert a new element e at the beginning of D.
insertLast (e) - Insert a new element e at the end of D.
removeFirst () - Remove and return the first element of D.
removeLast () - Remove and return the last element of D.
In an empty double-ended queue, the following operations are performed :
insertFirst (10)
insertLast (32)
a ← removeFirst()
insertLast (28)
insertLast (17)
a ←removeFirst()
a ← removeLast ()
The value of a is _______.
GATE AR - 2024
Data Science and Artificial Intelligence
Binary Operations
View Solution
Let H, I, L, and N represent height, number of internal nodes, number of leaf nodes, and the total number of nodes respectively in a rooted binary tree.
Which of the following statements is/are always TRUE ?
GATE AR - 2024
Data Science and Artificial Intelligence
Binary Operations
View Solution
View More Questions
Questions Asked in IPU CET exam
If A = 26, SUN = 27, then CAT = ?
IPU CET - 2023
Coding Decoding
View Solution
The forces acting at a point are called as:
IPU CET - 2023
General Science
View Solution
The central processing unit consist of:
IPU CET - 2023
Computer Literacy
View Solution
Which among the following is not a mobile operating system?
IPU CET - 2023
Operating Systems
View Solution
Which of the following is an octal number equal to decimal number
\((896)_{10}\)
?
IPU CET - 2023
Computer Fundamentals or Terminologies
View Solution
View More Questions