2 votes
0 answers
1
If log 2= 0.30103, the number of digits in 2^64 is :a.18 b.19 c.20 d.21
2 votes
1 answer
2
All shirts are T-shirts with buttons. No yellow T-shirt has buttons. No shirt is yellow. If the first two statements are true, the third statement is(A) True(B) False(C) ...
0 votes
1 answer
3
Three cards are chosen at random from a pack of 52 cards. In how many ways this can be done if all the three cards are of different types?(A) 4 × 13^3(B) 13 × 12 × 11(...
0 votes
0 answers
6
I understand that number of subsequences for a string of length n is 2^n when we don’t have any repetition.What is the number of “unique” subsequence when we have r...
0 votes
0 answers
7
0 votes
2 answers
8
How are 2 memory access required here? Only R3 contains a memory address which will be accessed for the operand.
0 votes
0 answers
9
#include<stdio.h int main() { int i = 5; int a = ++i + ++i + ++i + ++i; printf("%d",a); return 0; }How is the output 31? and not 30? Shouldn’t it be 6+7+8+9?
1 votes
1 answer
11
Can someone solve this and tell how it’s 160.
0 votes
1 answer
13
Q) Let the binary sum after BCD addition is stored in K, Z8, Z4, Z2, and Z1. Then the condition for a correction and output carry can be expressed as C = A) K + Z8 Z4 + Z...