Home / Engineering / Discrete Structure (DS) / Question

M

Mr. Dubey • 51.32K Points
Coach

Q.) In a class of 80 students , 50 students know English, 55 know french and 46 know german language. 37 students know english and french, 28 students know french and german, 7 students know none of the languages. Find out how many students know all the three languages?

(A) 73
(B) 72
(C) 50
(D) 54
Correct answer : Option (A) - 73

Share

Discusssion

Login to discuss.

Related MCQs on Discrete Structure (DS)


Q. Given an array of n elements and p processes, in the message-passing version of the parallel quicksort, each process stores ---------elements of array

Q. Regression testing is a very expensive activity.

Q. In an Entity Relationship Diagram Rectangles represents

Q. Which of the following does not belong to 9 heuristics?

Q. The _______________ function when executed by a process other than 0 sends its energy to process 0.

Q. A data structure consisting of several fields, some or all of which are instances of the same data structure, is called

Q. } and {name2}".format( 'foo', 'bin'))

Q. Consider the following two sets of LR(1) items of an LR(1) grammar. X -> c.X, c/d X -> .cX, c/d X -> .d, c/d X -> c.X, $ X -> .cX, $ X -> .d, $ Which of the following statements related to merging of the two sets in the corresponding LALR parser is/are FALSE? 1. Cannot be merged since look aheads are different. 2. Can be merged but will result in S-R conflict. 3. Can be merged but will result in R-R conflict. 4. Cannot be merged since goto on c will lead to two different sets.

Q. What is the output of the following piece of code? #mod1 def change(a): b=[x*2 for x in a] print(b) #mod2 def change(a): b=[x*x for x in a] print(b) from mod1 import change from mod2 import change #main s=[1,2,3] change(s)

Q. Establishing limits on allowable property values, and specifying a set of acceptable, predeļ¬ned options that can be assigned to a property are examples of: