Multilingual learning is ready for competitive exam preparation.
Question bank smart search

Find the exact question you need.

Search questions, answers, explanations, exams, categories, and subcategories across every available language.

914 matching questions
914 questions found Page 2 of 46
Computer Gk English UPPSC LT Grade Computer Science 2018

Q21.In C language

Computer Gk English UPPSC LT Grade Computer Science 2018

Q22.What does the following C statement mean? scanf ("%4s', str);

Computer Gk English UPPSC LT Grade Computer Science 2018

Q23.Assume the following C variable declaration: int * A [10], B [10][10]; Among the following expressions, which will not give compile time errors if used as left-hand side of assignment statements in a C program? I. A[2] II. A[2][3] III. B[1] IV. B[2][3]

Computer Gk English UPPSC LT Grade Computer Science 2018

Q24.What is the output of the following C program? # include int main ( ) { int index; for (index = 1; index < = 5; index ++) { printf ("%d", index); if (index = = 3) continue; } }

Computer Gk English UPPSC LT Grade Computer Science 2018

Q25.What is the meaning of the following declaration in C programming language? int (*p) [5];

Computer Gk English UPPSC LT Grade Computer Science 2018

Q26.In the relation R = {(1,2), (2,3)}, the minimum number of ordered pairs that must be added to this set, so that the enlarged relation is reflexive, symmetric and transitive, is

Computer Gk English UPPSC LT Grade Computer Science 2018

Q27.A and B are two 8-bit numbers such that A + B ≤28. The number of possible combination of A and B is

Computer Gk English UPPSC LT Grade Computer Science 2018

Q28.Which of the following is tautology? ∨ → ∧

Computer Gk English UPPSC LT Grade Computer Science 2018

Q29.From a complete graph by removing maximum_______ edges, we can construct a spanning tree.

Computer Gk English UPPSC LT Grade Computer Science 2018

Q30.In how many ways can 8 Indians, 4 Americans and 4 Englishmen be seated in a row so that all persons of same nationality sit together?

Computer Gk English UPPSC LT Grade Computer Science 2018

Q31.The total number of words formed by 2 vowels and 3 consonants taken from 4 vowels and 5 consonants is

Computer Gk English UPPSC LT Grade Computer Science 2018

Q32.Which of the following is a memory element?

Computer Gk English UPPSC LT Grade Computer Science 2018

Q33.Which of the following is a universal gate?

Computer Gk English UPPSC LT Grade Computer Science 2018

Q34.The binary equivalent of the Gray code 11100 is

Computer Gk English UPPSC LT Grade Computer Science 2018

Q35.Which one of the following is not necessarily a property of a group?

Computer Gk English UPPSC LT Grade Computer Science 2018

Q36.What is the possible number of reflexive relations on a set of 5 elements?

Computer Gk English UPPSC LT Grade Computer Science 2018

Q37.From the given digits 2, 2, 3, 3, 4, 4, 4, 4 how many 4-digit numbers greater than 3000 can be formed?

Computer Gk English UPPSC LT Grade Computer Science 2018

Q38.What is the maximum number of different functions involving n Boolean variables?

Computer Gk English UPPSC LT Grade Computer Science 2018

Q39.The number of equivalence relations of the set {1, 2, 3, 4} is

Computer Gk English UPPSC LT Grade Computer Science 2018

Q40.What is the range of the following function? {(4, 8), (9, 2), (–3, –4)}