Questions

Q:

For how much duration members of municipalities are elected?

 

 

A) Two years B) Three years
C) Five years D) Six years
 
Answer & Explanation Answer: C) Five years

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics
Exam Prep: Bank Exams

0 3127
Q:

Which of the following is not an Input device?

A) Joystick B) Headphones
C) Mouse D) Scanner
 
Answer & Explanation Answer: B) Headphones

Explanation:

Here Joystick, Mouse and Scanner are Input devices through which data is given to the computers. But Headphones are output devices through which sound comes as an output from the computer or any devices.

Report Error

View Answer Report Error Discuss

7 3127
Q:

What is the minimum and maximum length of the header in the TCP segment and IP datagram?

Answer

The header should have a minimum length of 20 bytes and can have a maximum length of 60 bytes.

Report Error

View answer Workspace Report Error Discuss

Subject: Networking
Job Role: Network Engineer

0 3126
Q:

What do you call a bear without an ear?

Answer

Given BEAR, if you remove EAR only remains with 'B'.


 


Hence, we call it as 'B', a bear without an ear.

Report Error

View answer Workspace Report Error Discuss

Subject: Word Puzzles Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank Clerk , Bank PO

10 3126
Q:

What will be output of following c code?

void main()
{
struct bitfield
{
unsigned a:5;
unsigned c:5;
unsigned b:6;

}bit;
char *p;
struct bitfield *ptr,bit1={1,3,3};
p=&bit1;
p++;
clrscr();
printf("%d",*p);
getch();
}

Answer

Output: 12

Explanation:
Binary value of a=1 is 00001 (in 5 bit)
Binary value of b=3 is 00011 (in 5 bit)
Binary value of c=3 is 000011 (in 6 bit)

In memory it is represented as:
Let address of bit1 is 500 which initialize to char pointer p. Since can is one byte data type so p++ will be 501. *p means content of memory location 501 which is (00001100) and its binary equivalent is 12. Hence output is 12.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3124
Q:

A word processor would most likely be used to do

A) do a computer search in media center B) type a biography
C) keep an account of money spent D) maintain an inventory
 
Answer & Explanation Answer: B) type a biography

Explanation:

A_word_processor_would_most_likely_be_used_to_do1556277105.jpg image

 

 A word processor would most likely be used to do type a biography.

Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk , Analyst

2 3124
Q:

Who amongst  the following authors was in 2007 conferred the knighthood by the British government?

A) Salman Rushdie B) V.S. Naipaul
C) Chetan Bhagat D) Khushwant Singh
 
Answer & Explanation Answer: A) Salman Rushdie

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams
Job Role: Bank PO

1 3124
Q:

Circuit breaker usually operate under

A) after D. C. component has ceased B) transient state of short-circuit current
C) sub-transient state of short-circuit current D) steady state of short-circuit current
 
Answer & Explanation Answer: B) transient state of short-circuit current

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

4 3124