What will be the output of the following C code?
#include
void main()
{
int a = 5, b = -7, c = 0, d;
d = ++a && ++b || ++c;
printf("\n%d%d%d%d", a, b, c, d);
}
Answer: D
No answer description available for this question.
Enter details here
Cathode Ray Tube (monitor) receives information as an analog signal through a
Answer: C
No answer description available for this question.
Enter details here
A printer that prints one line at a time and has a predefined set of characters is called _______
Answer: B
No answer description available for this question.
Enter details here
Using output devices one can ____
Answer: D
No answer description available for this question.
Enter details here
A computer mouse is another _________ device
Answer: C
No answer description available for this question.
Enter details here
A ___________ bay (or just a bay) is a site where a storage device is installed.
Answer: C
No answer description available for this question.
Enter details here
__________ is used to captures images in a digitized form that a computer can use.
Answer: C
No answer description available for this question.
Enter details here
A Facsimile Machine also called
Answer: D
No answer description available for this question.
Enter details here
Name the device that converts text information into spoken sentences.
Answer: C
A speech synthesizer converts text information into spoken sentences. It is used for reading out text information to blind people. Allowing people to communicate effectively.
Enter details here
Which of the following Printers have a speed in the range of 40-300 characters per second?
Answer: A
The inkjet printers are non-impact printers. Hence, they cannot produce multiple copies of a document in a single printing. Can be both monochrome and color.
Enter details here