ITFY First Semester QuestionBank 2024
ITFY First Semester QuestionBank 2024
Short Answers
1. Write 4 benefits of learning GNU/LINUX.
2. Write a note on IT enabled Services.
3. What is Green Computing?
4. What is Artificial Intelligence and Machine Learning?
5. Write a note on Blockchain.
6. Write a note on careers in IT.
IMPORTANT NOTE – The below given questions can be asked in exam in any form like Fill in the
blanks, True/False, MCQ’s. In questions where options are given in bracket, all options are
correct.
1) _____ is collection of interrelated data which helps in efficient retrieval, inserting and
deleting of data.
2) _____ which is processed data helps in decision making.
3) Without data information cannot be processed. T/F?
4) DBMS stands for _____.
5) A ____ is a software for creating and managing databases.
6) ____, ____ and ____ are examples of popular DBMS. (MySQL, PostgreSQL, Access, Oracle,
SQL Server, IBM, DB2 and Sybase)
7) Multiple copies of the same file lead to data _____.
8) Data _____means that the data is accurate and consistent in the database.
9) _____ ensures that only authorised users are allowed to access the database and their
identity is authenticated using a username and password.
10) The users don't need to backup data periodically because this is taken care of by the DBMS.
T/F?
11) DBMS reduces application development and maintenance time. T/F?
12) In DBMS, under the class text there are two data types ____ & ____.
13) In DBMS, ____ data type holds a fixed length string. The fixed size is specified in parenthesis.
14) In DBMS, ____ data type holds a variable length string. The maximum size is specified in
parenthesis.
15) In DBMS, under the class number there are two data types ____ & ____.
16) In DBMS, ____ data type can represent numbers with or without the fractional part.
17) In DBMS, ____ data type is used for storing integer values.
18) The data type to store the value 10.84 is ____.
19) ___, ___ and ___ are data types in DBMS. (Char, varchar, decimal, int, Date, Time)
20) ____ i.e. logical structure of database defines how the data is connected to each other and
how they are processed and stored inside the system.
21) A _____ is a unit of work that is performed against a database.
22) A in the acronym ACID, properties of transaction stands for ____.
23) C in the acronym ACID, properties of transaction stands for ____.
24) I in the acronym ACID, properties of transaction stands for ____.
25) D in the acronym ACID, properties of transaction stands for ____.
26) RDBMS stands for _____.
27) The ____ is the basic data storage unit in a Relational database.
28) Two columns cannot have the same name in a RDBMS Table. T/F?
29) A table consists of information which is stored under different headings, called as _____.
30) In a RDBMS table, a____ is composed of fields and contains all the data about one particular
person, company, or item in a database.
31) Record is also called as a _____.
32) The group of one or more columns used to uniquely identify each row of a relation is called
its _____ key.
33) _____Key is a field or collection of fields in one table that refers to the Primary Key in
another table.
34) A _____ in the context of databases, is a situation that exists between two relational
database tables when one table has a foreign key that is used as a reference to the primary
key of the other table.
35) There are 3 types of relationships in relational database design, ___, ____ and ____.
36) In a _____relationship, one record in a table is associated with one and only one record in
another table.
37) In ____ type of relationship, a row in table City can have many matching rows in table
Customer, but a row in table Customer can have only one matching row in table City.
38) A _____ relationship occurs when multiple records in a table are associated with multiple
records in another table.
39) SQL is an abbreviation of ______.
40) ____ is a computer language for storing, manipulating and retrieving data stored in a
relational database.
41) ____, _____ and ____ are Categories of SQL Command.
42) ____category of SQL command consists of statements or commands used to define and
modify the database structure of your tables or schema.
43) DDL stands for ____.
44) ____, ____ and ____ commands fall under the category of DDL. (Create Database, Create
Table, Alter Table, Drop Table, Drop Database)
45) ____ category of SQL command consists of statements or commands used for managing
data within tables.
46) DML is an abbreviation for ____.
47) ____, ____ and ____ commands fall under the category of DML.(Select, Update, Delete,
Insert into)
48) ____ category of SQL command is used to control user access in a database.
49) Full form of DCL is ____.
50) ____ and ____ commands fall under the category of DCL.
Short Answers
1) Database
2) Information
3) True
4) Database Management System
5) Database Management System / DBMS
6) MySQL, PostgreSQL, Access, Oracle, SQL Server, IBM, DB2 and Sybase
7) Redundancy
8) Integrity
9) Data Security
10) True
11) True
12) Char, varchar
13) Char
14) Varchar
15) Decimal, Int
16) Decimal
17) Int
18) Decimal
19) Char, varchar, decimal, int, Date, Time
20) Data Model
21) Transaction
22) Atomicity
23) Consistency
24) Isolation
25) Durability
26) Relational Database Management System
27) Table
28) True
29) Fields
30) Record
31) Tuple
32) Primary
33) Foreign
34) Relationship
35) One to One, One to Many/Many to One, Many to Many
36) one-to-one
37) One to Many or Many to One
38) Many to Many
39) Structured Query Language
40) Structured Query Language / SQL
41) DDL, DML, DCL
42) DDL
43) Data Definition Language
44) Create Database, Create Table, Alter Table, Drop Table, Drop Database
45) Data Manipulation Language /DML
46) Data Manipulation Language
47) Select, Update, Delete, Insert into
48) DCL
49) Data Control Language
50) Grant, Revoke
PAPER PATTERN FOR FIRST SEMESTER EXAM - 50 MARKS (2.5 hrs)