Free download in PDF Computer Science Multiple Choice Questions(MCQs) & Answers. These multiple choice questions on Computer Science are very useful for NIELIT, BCA, B.Sc. MCA, M.Sc. B.Tech, M.Tech, BE, ME students an interview for various positions like Web Developer, System Analyst etc.
1
You are given four images represented as
I 1 =
00 00 , I2 =
01 00 ,
I 3 =
01 10 , I4 =
11 10
The value of entropy is maximum for image
4
Let (x, y, z) be the statement “x + y = z” and let there be two quantifications given as (i) x y Z (x, y, z) (ii) Z x y (x, y, z) Where x, y, z are real numbers. Then which one of the following is correct ?
6
Given the problem to maximize f(x), X = (x1, x2,......xn) subject to m number of inequality constraints. g i(x) ≤ bi, i = 1, 2......m including the non-negativity constraints x ≥ 0. Which of the following conditions is a Kuhn-Tucker necessary condition for a local maxima at – x ?
8
Given a flow graph with 10 nodes,13 edges and one connected components, the number of regions and the number of predicate (decision) nodes in the flow graph will be
10
A process which defines a series of tasks that have the following four primary objectives is known as 1. to identify all items that collectively define the software configuration. 2. to manage changes to one or more of these items. 3. to facilitate the construction of different versions of an application. 4. to ensure that software quality is maintained as the configuration evolves over time.
20
Given the following statements : S 1 : The grammars S → asb | bsa | ss | a and S → asb | bsa | a are not equivalent. S 2 : The grammars S → ss | sss | asb | bsa | λ and S → ss | asb | bsa | λ are equivalent. Which of the following is true ?