Call Support +91-85588-96644
TCYonline

Login

Sign Up

Please enter a Username or Email ID
Please enter a password
Keep me logged in
Please enter your name
Please enter your mobile number
You can't leave Captcha Code empty
By submitting this form, you agree to the Terms & Privacy Policy.
OR

Sign Up via Facebook

Sign Up via Google

Sign Up via Twitter

Download Software
Tests given

Download TCY App

App Image

All posts related to General awareness and computer applications

Ashish Singn
Shared from GATE-2010 (CS) on Feb 16, 2014 1:32 PM

What is the Boolean expression for the output f of the combinational logic circuit of NOR gates given below?


 
Please type your answer before submitting.

@admin please correct the problem figure.

Tejas Kakade
Shared from Number Systems - 1 on Jan 25, 2014 3:30 PM

The number (221)10 in BCD is

 
001001000001
001000100001
010000100001
001000100010
Please type your answer before submitting.

Explain

Tejas Kakade
Shared from Number Systems - 2 on Jan 25, 2014 3:28 PM

The 1's compliment of the binary number 1101101 is _________.

 
7
0010010
011001
1101110
Please type your answer before submitting.

It is 1's complement , convert 0 to 1 and 1 to 0.

Ramanpreet Kaur
Shared from Data Types, Variables on Jan 17, 2014 9:54 AM

What will be the output of the following C code?
void main()
{
int a;
char *pr;
int Num=288;
pr=(char *)&Num;
for(a=0;a<2;a++)
printf(%d ,*pr++);
}

 
288 0
32 0
0 1
Compilation error
Please type your answer before submitting.

Provide correct solution.......?????

TCY
Shared from PU 2010 on Jan 16, 2014 11:17 AM

An error in computer data is called a

 
chip
bug
bit
byte
nibble
Please type your answer before submitting.

Bug