2 votes
2 answers
1
Identify the language :L1={ a^p b^q c^r / p<=q}L2 = {a^p b^q c^r / p>q }L3 = {a^p b^q c^r / q = r } where p ,q,r >= 0then { L1 U L2 U L3 } is A. regular B.CFl bu...
1 votes
3 answers
2
#include "stdio.h"int main(){ char arr[100]; printf("%d", scanf("%s", arr)); /* Suppose that input value given for above scanf is "GeeksQuiz" */ return...
1 votes
2 answers
3
What will be the output of this program?#include<stdio.h>int main(){typedef static int *i;int j;i a = &j;printf("%d", *a);return 0;}
0 votes
4 answers
5
2 votes
1 answer
6
The flags are affected when conditional CALL or JUMP instructions are executed. True/False
1 votes
1 answer
7
.L1={x∣x is binary representation of multiple of 3}∪{ϵ}.L2={x∣ no prefix of x is of form 3m+2}.Which of the following languages are accepted by given DFA?a (L1)'�...
0 votes
1 answer
8
How is a message sent to the recipient? Receiver wants a message with security ,Authentication, integrity and nonrepudation. Security we can provide by cryptography and...
0 votes
2 answers
10
In cryptography, is only Asymmetric key cryptography in gate syllabus? Can u please tell me the thing we should leave in network security .
0 votes
1 answer
11
A mixed doubles tennis game is to be played between two teams (each team consists ofone male and one female). There are four married couples. No team is to consist of a h...
1 votes
3 answers
15
How many triangles can be drawn from N given points on a circle?(a) N! (b) 3!(c) N! / 3! (d) (N – 1)N(N – 2)/6
1 votes
2 answers
17
A man and a woman appear in an interview for two vacancies for the same post. The probabilityof a man’s selection is 1/4 and that of a woman’s selection is 1/3. What ...
1 votes
2 answers
18
Three different numbers are selected from the set X = {1,2,3,4,…,10}. What is the probabilitythat the product of two of the numbers is equal to the third?(a) 3/10 (b) 1...
0 votes
1 answer
19
A student is allowed to select at most n books from a collection of (2n + 1) books. If the totalnumber of ways in which he can select at least one book is 63, find the va...
1 votes
2 answers
20
25. Find the number of ways in which the letters of the word MACHINE can be arranged so that thevowels may occupy only odd positions.(a) 4! × 4! (b) 7P3 × 4!(c) 7P4 × ...