December 14, 2023

GATE 2009

Question 12 S→aSa|bSb|a|b The language generated by the above grammar over the alphabet {a,b} is the set of A all palindromes. B all odd length palindromes. […]
December 14, 2023

Communication

Question 5 Given below are two statements: Statement I: Bharatha Muni prescribed popular dialects for communication among the elites. Statement II: Bharatha Muni also prescribed classical […]
December 15, 2023

UGC NET CS 2006 June-Paper-2

Question 1 Which of the following strings is in the language defined by grammar S → 0A A → 1A/0A/1 A 01100 B 00101 C 10011 […]
December 16, 2023

Question 8421 – Algorithms

Assume that a mergesort algorithm in the worst case takes 30 seconds for an input of size 64. Which of the following most closely approximates the […]
December 18, 2023

Question 9626 – Machine-Instructions

Consider the following assembly language program for a hypothetical processor. A, B, and C are 8 bit registers. The meanings of various instructions are shown as […]
December 19, 2023

Question 14297 – Theory-of-Computation

Consider the following two statements about regular languages: S1: Every infinite regular language contains an undecidable language as a subset. S2: Every finite language is regular. […]
December 19, 2023

Operating-Systems

Question 18 Consider the following multi-threaded code segment (in a mix of C and pseudocode), invoked by two processes P1 and P2, and each of the […]
December 19, 2023

Database-Management-System

Question 13 Consider the following statements S1 and S2 about the relational data model: S1: A relation scheme can have at most one foreign key. S2: […]
December 20, 2023

Question 9186 – Data-Structures

We have a binary heap on n elements and wish to insert n more elements (not necessarily one after another) into this heap. The total time […]