Searching for "c "

Q:

why 8085 processor, is called an 8 bit processor?

Answer

Because 8085 processor is 8 bit ALU (arithmetic logic review). Similarly 8086 processor has 16 bit ALU.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

Define HCMOS?

Answer

High-density n-type Complimentary Metal Oxide Silicon field effect transistor.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

What does microprocessor speed depend on?

Answer

the processing speed depends on DATA BUS WIDTH.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

Is the address bus unidirectional?

Answer

The address bus is unidirectional because the address information is always given by the micro processoe  to address a memory location of an input / output devices.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

Pointing to a photograph, a lady tells Pramod, "I am the only daughter of this lady and her son is your maternal uncle." How is the speaker related to Pramod's father 

A) Sister-in-law B) Wife
C) Either (a) or (b) D) Neither (a) nor (b)
 
Answer & Explanation Answer: B) Wife

Explanation:

Clearly, the speaker's brother is Pramod's maternal uncle. So, the speaker is Pramod's mother or his father's wife 

Report Error

View Answer Report Error Discuss

Filed Under: Blood Relations

Q:

What is the capital of Cameroon?

A) Bujumbura B) Yaounde
C) Gaborone D) None
 
Answer & Explanation Answer: B) Yaounde

Explanation:

Yaounde is the capital of Cameroon

Report Error

View Answer Report Error Discuss

Filed Under: Country Capitals

Q:

Is the data bus in Bi-directional?

Answer

The data bus is Bi-directional because the same bus is used for transfer of data between Micro Processor and momory of input / output devices in both the direction.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

main() {

int i;

printf("%d",scanf("%d",&i)); // value 10 is given as input here

}

A) 1 B) 2
C) 3 D) 4
 
Answer & Explanation Answer: A) 1

Explanation:

Scanf returns number of items successfully read and not 1/0. Here 10 is given as input which should have been scanned successfully. So number of items read is 1.

Report Error

View Answer Report Error Discuss

Filed Under: Java