Given the following graphs: Which of the following is correct? Correct Answer: C Question 5 Explanation: Step-1: G1 have odd number of vertices. So, it is […]
Question 49 Let L1be a regular language and L2be a context-free language. Which of the following languages is/are context free A B C D Theory-of-ComputationContext-Free-LanguageVideo-Explanation Question […]
Question 12 The relation scheme given below is used to store information about the employees of a company, where empId is the key and deptId indicates […]
Question 10 The process of comparing a student’s performance against his/her previous performance is known as: A Diagnostic evaluation B Summative Assessment C Ipsative Assessment D […]
Given below are two statements: Statement I: The purpose of higher education is to promote critical and creative thinking abilities among students. Statement II: Deemed Universities […]
How many 3-to-8 line decoders with an enable input are needed to construct a 6-to-64 line decoder without using any other logic gates? Correct Answer: C […]
Question 3 Consider the following ANSI C program #include<stdio.h> int main() { int arr[4][5]; int i, j; for (i=0; i<4; i++){ for (j=0; j<5; j++){ arr[i][j] […]