Disha Expert Team Solutions for Chapter: Practice Sets, Exercise 8: PRACTICE SET - 8

Author:Disha Expert Team

Disha Expert Team Computer Science Solutions for Exercise - Disha Expert Team Solutions for Chapter: Practice Sets, Exercise 8: PRACTICE SET - 8

Attempt the free practice questions on Chapter 16: Practice Sets, Exercise 8: PRACTICE SET - 8 with hints and solutions to strengthen your understanding. Professional Knowledge for IBPS & SBI Specialist IT Officer Exam solutions are prepared by Experienced Embibe Experts.

Questions from Disha Expert Team Solutions for Chapter: Practice Sets, Exercise 8: PRACTICE SET - 8 with Hints & Solutions

MEDIUM
HSSC Clerk
IMPORTANT

The total number of edges in a complete graph of n vertices is:

MEDIUM
HSSC Clerk
IMPORTANT

Consider two regular languages L1=a + b * a and L2 = b a + b*. The intersection of L1 and L2 is given by:

MEDIUM
HSSC Clerk
IMPORTANT

Which of the following C++ statement is correct?

MEDIUM
HSSC Clerk
IMPORTANT

Which of the following statement is false in context of constructors in C++?

MEDIUM
HSSC Clerk
IMPORTANT

The correct hierarchical relationship among context-free, right-linear and context-sensitive language is given by:

EASY
HSSC Clerk
IMPORTANT

The number of flip flops required in a modulo N counter is:

EASY
HSSC Clerk
IMPORTANT

Quick Sort is run on two inputs shown below to sort in ascending order:
1, 2, 3, _____ n
n, n-1, n - 2 ..... 2, 1
Let C1 and C2 be the number of comparisons made for the inputs (i) and (iii) respectively then:

MEDIUM
HSSC Clerk
IMPORTANT

There are occasions when it does not matter if the function produces 0 or 1 for a given minterm. Minterms that may produce either 0 or 1 for the function are said to be: