17CS35 – UNIX Shell Programming Question Bank
17CS35 - UNIX Shell Programming Question Bank MODULE 3 1. What is a vi editor? With the neat diagram explain the modes of it. 2. Explain the input mode commands…
17CS35 - UNIX Shell Programming Question Bank MODULE 3 1. What is a vi editor? With the neat diagram explain the modes of it. 2. Explain the input mode commands…
Database Management System - 15CS53 Question Bank 3 Advances Queries 1. Consider the following relational database schema Student ( Student-id, Sname, major, GPA) Faculty (Faculty-id, fname, dept,designation,salary) Course (Course-id,Cname,Faculty-id) Enrol (Course-id,Student-id,grade)…
Database Management System - 15CS53 Question Bank 2 Chapter 1: Relational Model and Relational Algebra 1. Explain the various update operations involved in the Relational model. 2. Explain the steps…
Database Management System - 15CS53 Question Bank 1 MODULE 1 Chapter 1 - Introduction to Database Systems 1. Define a database. Discuss the implicit properties of the database. 2. Define…
Data Structures and Applications - 17CS33 Question Bank 3 Module 4 & 5 Trees, Graphs, Hashing & Files and Their Organization 1. Define the following: i) Binary tree (BT) ii) Complete…
Data Structures and Applications - 17CS33 Question Bank 2 Module 3 - Linked Lists 1. Assume a list exists. Read two numbers M and N from the list and swap…
Data Structures and Applications - 17CS33 Question Bank 1 Module 1 & 2 Introduction, Strings, Stacks & Queues 1. Write C program to find max & min of N numbers…