Quick Revision

GK One-Line Question & Answer

15541+ short questions with short answers, covering every category and sub-category on the site — no long articles to scroll through. Good for a fast recap before an exam, or a few minutes of daily practice.

Computer Networks → Introduction to Computer Networks 14

What is firewall zoning
Dividing network into security zones with policies between
click to copy
What is inter-zone policy
Rules governing traffic between different security zones
click to copy
What is intra-zone policy
Rules governing traffic within same security zone
click to copy
What is network security policy lifecycle
Create review approve implement audit and update
click to copy
What is firewall rule cleanup
Removing unused or redundant firewall rules
click to copy
What is shadow rule in firewall
Rule that is never hit because earlier rule matches first
click to copy
What is implied rule in firewall
Built-in rule like implicit deny at end of policy
click to copy
What is stealth rule in firewall
Rule protecting firewall itself from direct access
click to copy
What is any-any rule risk in firewall
Allowing all traffic defeating purpose of firewall
click to copy
What is egress filtering importance
Preventing data exfiltration and limiting attack scope
click to copy
What is DMZ architecture benefit
Isolating public-facing servers from internal network
click to copy
What is network perimeter security evolution
From hard perimeter to zero trust with no implicit trust
click to copy
What is the most important skill in computer networks
Systematic troubleshooting combining theoretical and practical knowledge
click to copy
What is the conclusion about Computer Networks importance
Foundation for all modern computing and digital transformation
click to copy

DBMS → Introduction to DBMS 2

Which of the following is a Data Model?
all of the above
click to copy
The descriptive property possessed by each entity set is _________
Attribute
click to copy

DBMS → Database Architecture 2

A collection of related data.
Database
click to copy
The function that an entity plays in a relationship is called that entity’s _____________
Role
click to copy

DBMS → Data Models 2

DBMS is software.
TRUE
click to copy
The attribute name could be structured as an attribute consisting of first name, middle initial, and last name. This type of attribute is called
Composite attribute
click to copy

DBMS → ER Model 2

DBMS manages the interaction between __________ and database.
End Users
click to copy
In a relation between the entities the type and condition of the relation should be specified. That is called as______attribute.
Desciptive
click to copy

DBMS → Relational Model 2

Which of the following is not involved in DBMS?
HTML
click to copy
_____________ can help us detect poor E-R design.
Functional dependencies
click to copy

DBMS → Normalization 2

Database is generally __________
User-centered
click to copy
If a multivalued dependency holds and is not implied by the corresponding functional dependency, it usually arises from one of the following sources.
Both A many-to-many relationship set and A multivalued attribute of an entity set
click to copy

DBMS → Functional Dependency 2

A characteristic of an entity.
Attribute
click to copy
Which of the following has each related entity set has its own schema and there is an additional schema for the relationship set.
A many-to-many relationship set
click to copy

DBMS → SQL Basics 2

The restrictions placed on the data.
Constraint
click to copy
In which of the following, a separate schema is created consisting of that attribute and the primary key of the entity set.
A multivalued attribute of an entity set
click to copy

DBMS → DDL Commands 1

IMS stands for?
Information Management System
click to copy

DBMS → DML Commands 1

A model developed by Hammer and Mc Leod in 1981.
SDM
click to copy

DBMS → Joins 1

Object=_________+relationships.
entity
click to copy

DBMS → Views 1

Duplication of data at several places is called as _______________.
Data Redundance
click to copy

DBMS → Indexes 1

Data Redundancy increases the cost of storing and retrieving data.
TRUE
click to copy

DBMS → Transactions 1

Which of the information is not redundant.
account-no
click to copy

DBMS → Concurrency Control 1

If in redundant file common fields are not matching then it results in _____________.
Data Inconsistency
click to copy

DBMS → Deadlock 1

It is difficult to access conventional file system than Database System.
TRUE
click to copy

DBMS → Database Security 1

An ________ is a set of entities of the same type that share the same properties, or attributes.
Entity set
click to copy

DBMS → PL/SQL 1

Entity is a _________
Thing in real world
click to copy