Question Set

1. Which key is pressed to get upper case character?





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->The king of Travancore issued a proclamation announcing the right of Nadar women to wear upper clothes but on condition that they should not imitate the style of clothing worn by upper class women?....
QA->Which is the Master Key of the Key Board?....
QA->കീബോർഡിലെ Escape Key (Esc Key) എവിടെയാണ് കാണാൻ സാധിക്കുക? ....
QA->Get the upper hand....
QA->A civil case becomes a fit case for appeal to the Supreme Court if:?....
MCQ->Two products are sold from a vending machine, which has two push buttons P1 and P2. When a button is pressed, the price of the corresponding product is displayed in a 7-segment display. If no buttons are pressed, '0' is displayed, signifying 'Rs' .0'. If only P1 is pressed, '2' is displayed, signifying 'Rs. 2'. If only P2 is pressed, '5' is displayed, signifying 'Rs. 5'. If both P1 and P2 are pressed, 'E' is displayed, signifying 'Error'. The names of the segments in the 7-segment display, and the glow of the display for '0', '2', '5' and 'E', are shown below. Consider push button pressed/not pressed is equivalent to logic 1/ 0 respectivelya segment a to g are considered as functions of P1 and P2, then which of the respectively. If segments a to g are considered as functions of P1 and P2, then which of the following is correct?....
MCQ->What will be the output of the C#.NET code snippet given below? char ch = Convert.ToChar ('a' | 'b' | 'c'); switch (ch) { case 'A': case 'a': Console.WriteLine ("case A | case a"); break; case 'B': case 'b': Console.WriteLine ("case B | case b"); break; case 'C': case 'c': case 'D': case 'd': Console.WriteLine ("case D | case d"); break; }....
MCQ->Which key is pressed to get upper case character?....
MCQ->Refer to the keyboard encoder in figure (a). Sometimes when the 5 key is pressed, the system attached to the keypad does not respond. The 5 input on the 74147 is monitored with a digital storage scope while repeatedly pressing the 5 key, and the waveform in figure (b) is obtained; the P above the trace indicates the points at which the technician pressed the key. What is most likely wrong with the circuit?

....
MCQ->What will be the output of the program? #include<stdio.h> int main() { int i=4; switch(i) { default: printf("This is default\n"); case 1: printf("This is case 1\n"); break; case 2: printf("This is case 2\n"); break; case 3: printf("This is case 3\n"); } return 0; }....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution