Loading...
Combined Bank

Post: AME/AHE
Exam Date: 23.11.2023 Exam Taker: BIBM
1. Difference between physical memory and virtual memory, also describe the advantages and disadvantages of virtual memory.

Physical Memory vs Virtual Memory

  • Physical Memory: Actual RAM installed in the computer; directly accessed by CPU.
  • Virtual Memory: Uses secondary storage (hard disk/SSD) as an extension of RAM.
  • Speed: Physical memory is very fast; virtual memory is slower.
  • Size: Physical memory is limited; virtual memory can be much larger.
  • Cost: Physical memory is expensive; virtual memory is cheaper.

Advantages of Virtual Memory

  • Allows execution of large programs.
  • Better memory utilization.
  • Supports multiprogramming.
  • Reduces need for large RAM.

Disadvantages of Virtual Memory

  • Slower performance due to disk access.
  • Page faults may degrade performance.
  • Complex memory management.
  • Excessive use causes thrashing.

Physical Memory এবং Virtual Memory-এর পার্থক্য

  • Physical Memory: Computer-এর আসল RAM; CPU সরাসরি access করে।
  • Virtual Memory: Hard disk/SSD ব্যবহার করে RAM-এর মতো কাজ করে।
  • গতি: Physical memory দ্রুত; virtual memory ধীর।
  • আকার: Physical memory সীমিত; virtual memory তুলনামূলক বড়।
  • খরচ: Physical memory বেশি দামী; virtual memory কম দামী।

Virtual Memory-এর সুবিধা

  • বড় program চালানো সম্ভব।
  • Memory-এর দক্ষ ব্যবহার।
  • Multiprogramming support করে।
  • বেশি RAM-এর প্রয়োজন কমায়।

Virtual Memory-এর অসুবিধা

  • Disk access-এর কারণে গতি কমে।
  • Page fault হলে performance কমে যায়।
  • Memory management জটিল।
  • অতিরিক্ত ব্যবহার করলে thrashing হয়।
2. Describe the different types of Multiplexing.

Types of Multiplexing

Multiplexing is a technique that allows multiple signals to share a single communication channel efficiently.

  • Frequency Division Multiplexing (FDM): The total bandwidth is divided into multiple frequency bands, and each signal is transmitted on a different frequency.
  • Time Division Multiplexing (TDM): The channel is shared by allocating different time slots to different signals.
  • Wavelength Division Multiplexing (WDM): Used in fiber optics, where multiple signals are transmitted using different light wavelengths.
  • Code Division Multiplexing (CDM): Multiple signals use the same channel simultaneously but are separated using unique codes.

Multiplexing-এর প্রকারভেদ

Multiplexing হলো এমন একটি পদ্ধতি যেখানে একাধিক signal একটি communication channel ভাগ করে ব্যবহার করে।

  • Frequency Division Multiplexing (FDM): মোট bandwidth-কে বিভিন্ন frequency band-এ ভাগ করে আলাদা আলাদা signal পাঠানো হয়।
  • Time Division Multiplexing (TDM): আলাদা আলাদা time slot ব্যবহার করে signal পাঠানো হয়।
  • Wavelength Division Multiplexing (WDM): Fiber optic-এ বিভিন্ন wavelength-এর আলো ব্যবহার করে signal পাঠানো হয়।
  • Code Division Multiplexing (CDM): একই channel-এ আলাদা code ব্যবহার করে একাধিক signal পাঠানো হয়।
3. What is digital banking and how does it differ from traditional banking? How digital banking promote financial inclusion?

Digital Banking

Digital banking refers to the delivery of banking services through digital platforms such as websites, mobile apps, and ATMs without the need to visit a physical bank branch.

Difference between Digital Banking and Traditional Banking

  • Access: Digital banking services are available online 24/7; traditional banking requires visiting physical branches.
  • Speed: Digital banking transactions are faster and automated; traditional banking is slower and manual.
  • Cost: Digital banking has lower operational costs; traditional banking has higher costs due to branches and staff.
  • Convenience: Digital banking can be done anytime, anywhere; traditional banking is limited by working hours.

How Digital Banking Promotes Financial Inclusion

  • Provides banking services to rural and remote areas through mobile and internet access.
  • Reduces the need for physical bank branches.
  • Enables low-cost accounts and digital wallets.
  • Supports government benefit transfers directly to user accounts.

Digital Banking

Digital banking হলো এমন একটি banking system যেখানে website, mobile app এবং ATM-এর মাধ্যমে ব্যাংকিং সেবা প্রদান করা হয়, physical branch-এ না গিয়েই।

Digital Banking এবং Traditional Banking-এর পার্থক্য

  • Access: Digital banking ২৪/৭ online পাওয়া যায়; traditional banking-এ branch-এ যেতে হয়।
  • Speed: Digital banking দ্রুত ও automated; traditional banking ধীর এবং manual।
  • Cost: Digital banking-এর খরচ কম; traditional banking-এর খরচ বেশি।
  • Convenience: Digital banking যেকোনো সময়, যেকোনো জায়গা থেকে করা যায়; traditional banking নির্দিষ্ট সময়ে সীমাবদ্ধ।

Digital Banking কীভাবে Financial Inclusion বাড়ায়

  • গ্রাম ও দূরবর্তী এলাকায় mobile ও internet-এর মাধ্যমে banking সেবা পৌঁছে দেয়।
  • Physical branch-এর প্রয়োজন কমায়।
  • কম খরচে account ও digital wallet সুবিধা দেয়।
  • Government সুবিধা সরাসরি account-এ পাঠাতে সাহায্য করে।
4. What is RAID technology? Why it's important Server in data center?

RAID (Redundant Array of Independent Disks) is a technology that combines multiple physical hard drives into a single logical unit to improve performance, reliability, and data protection.

Common RAID Levels:

  • RAID 0: Improves speed (no redundancy)
  • RAID 1: Data mirroring for fault tolerance
  • RAID 5: Striping with parity (balance of performance and safety)
  • RAID 10: Combination of RAID 1 and RAID 0 (high performance + redundancy)

Why RAID is Important in Data Center Servers?

  • Data Redundancy: Protects data even if a disk fails
  • High Availability: System continues running without interruption
  • Improved Performance: Faster read/write operations
  • Fault Tolerance: Automatically recovers data from failed disks
  • Business Continuity: Prevents data loss in critical applications
  • Efficient Storage Management: Combines multiple disks for better utilization

RAID (Redundant Array of Independent Disks) হলো একটি প্রযুক্তি যা একাধিক hard disk একসাথে ব্যবহার করে একটি logical unit তৈরি করে, যাতে performance, reliability এবং data নিরাপত্তা বাড়ে।

RAID-এর ধরন:

  • RAID 0: speed বাড়ায় (backup নেই)
  • RAID 1: data mirror করে (নিরাপদ)
  • RAID 5: performance ও নিরাপত্তার balance
  • RAID 10: high performance ও redundancy

Data Center Server-এ RAID কেন গুরুত্বপূর্ণ?

  • Data নিরাপত্তা: disk নষ্ট হলেও data থাকে
  • Continuous Service: system বন্ধ হয় না
  • Performance বৃদ্ধি: data দ্রুত read/write হয়
  • Fault Tolerance: error হলে data recover করা যায়
  • Business Continuity: data loss রোধ করে
  • Storage ব্যবস্থাপনা: multiple disk efficiently ব্যবহার করা যায়
5. Describe the important characteristics of digital IC's.

Important Characteristics of Digital Integrated Circuits (ICs)

Binary Representation: Digital ICs operate using binary values (0 and 1), which form the basis of digital data processing.

Boolean Logic: They are designed using Boolean algebra operations such as AND, OR, and NOT to perform logical functions.

Compactness and Integration: A large number of components can be integrated into a single chip, saving space and improving efficiency.

Low Power Consumption: Digital ICs consume less power compared to analog circuits, making them suitable for portable devices.

Noise Immunity: Binary signals provide better resistance to noise and interference.

High Speed: Digital ICs offer fast switching between logic states, enabling high-speed data processing.

Reliability: They provide stable and consistent performance over long periods.

Digital Integrated Circuits (ICs)-এর গুরুত্বপূর্ণ বৈশিষ্ট্যসমূহ

Binary Representation: Digital IC 0 এবং 1 (binary) ব্যবহার করে কাজ করে, যা digital data processing-এর ভিত্তি।

Boolean Logic: AND, OR, NOT এর মতো Boolean operation ব্যবহার করে logic circuit তৈরি করা হয়।

Compactness এবং Integration: একটিমাত্র chip-এ বহু component যুক্ত করা যায়, ফলে জায়গা ও শক্তি সাশ্রয় হয়।

Low Power Consumption: Analog circuit-এর তুলনায় কম power ব্যবহার করে, তাই battery-powered device-এর জন্য উপযোগী।

Noise Immunity: Binary signal ব্যবহারের ফলে noise ও interference কম প্রভাব ফেলে।

High Speed: দ্রুত logic state পরিবর্তন করতে পারে, যা high-speed processing নিশ্চিত করে।

Reliability: দীর্ঘ সময় ধরে নির্ভরযোগ্য ও স্থিতিশীল performance প্রদান করে।

6. What is meant by Encryption and Decryption? What is Cyber security? Write down the top 10 cyber attack.

Encryption

Encryption is the process of converting readable data (plain text) into an unreadable format (cipher text) using an algorithm and a key. It ensures that unauthorized users cannot understand the data.

Decryption

Decryption is the reverse process of encryption. It converts encrypted data back into its original readable form using the correct key.

Cyber Security

Cyber security refers to the practice of protecting computer systems, networks, data, and digital devices from cyber attacks, unauthorized access, data breaches, and damage.

Encryption

Encryption হলো readable data (plain text) কে একটি unreadable form (cipher text)-এ রূপান্তর করার প্রক্রিয়া, যেখানে algorithm ও key ব্যবহার করা হয়। এর ফলে unauthorized ব্যক্তি data বুঝতে পারে না।

Decryption

Decryption হলো encryption-এর বিপরীত প্রক্রিয়া। সঠিক key ব্যবহার করে encrypted data-কে আবার readable form-এ ফিরিয়ে আনা হয়।

Cyber Security

Cyber security হলো computer system, network, data এবং digital device-কে cyber attack, unauthorized access, data breach এবং ক্ষতি থেকে সুরক্ষা দেওয়ার প্রক্রিয়া।

Top 10 Common Cyber Attacks:

  1. Malware – Malicious software that harms your computer.
  2. Phishing – Tricking people into giving personal information.
  3. Man-in-the-Middle Attacks – Intercepting communication between two parties.
  4. Denial-of-Service (DoS) – Overloading a system to make it unavailable.
  5. SQL Injections – Injecting harmful code into a database.
  6. Zero-day Exploit – Exploiting unknown vulnerabilities.
  7. Password Attacks – Stealing or cracking passwords.
  8. Cross-site Scripting – Injecting malicious scripts into websites.
  9. Rootkits – Gaining unauthorized access to a system.
  10. IoT Attacks – Hacking Internet of Things (smart devices).

7. Describe the most important factors of data center for banking organization.

Important Factors of a Data Center for a Banking Organization

Security: Data centers must ensure strong physical and cyber security to protect sensitive financial and customer data.

High Availability: Banking services require 24/7 availability, so redundancy in power, network, and hardware is essential.

Data Integrity: Accuracy and consistency of financial data must be maintained at all times.

Disaster Recovery: Backup systems and disaster recovery plans are crucial to restore services quickly in case of failure.

Scalability: The data center should support future growth in transactions, users, and digital services.

Compliance: Must follow banking regulations, data protection laws, and security standards.

Performance: Fast processing and low latency are required for real-time banking operations.

ব্যাংকিং প্রতিষ্ঠানের জন্য Data Center-এর গুরুত্বপূর্ণ বিষয়সমূহ

Security: গ্রাহকের আর্থিক ও সংবেদনশীল data সুরক্ষার জন্য শক্তিশালী physical এবং cyber security প্রয়োজন।

High Availability: ব্যাংকিং সেবা ২৪/৭ চালু রাখতে power, network ও hardware redundancy থাকা জরুরি।

Data Integrity: সব সময় financial data-এর সঠিকতা ও consistency বজায় রাখতে হয়।

Disaster Recovery: কোনো system failure হলে দ্রুত সেবা চালু করার জন্য backup ও recovery plan দরকার।

Scalability: ভবিষ্যতে transaction ও user বাড়লেও data center যেন সহজে handle করতে পারে।

Compliance: ব্যাংকিং আইন, data protection আইন ও security standard মেনে চলা বাধ্যতামূলক।

Performance: Real-time banking-এর জন্য দ্রুত processing ও কম latency প্রয়োজন।

8. What do you mean by memory organization? Write the different between SRAM and DRAM.

Memory Organization

Memory organization refers to the way different types of memory are arranged, managed, and accessed within a computer system. It defines how data and instructions are stored, retrieved, and transferred between the CPU and memory units.

Memory organization helps in efficient utilization of memory, faster data access, and smooth execution of programs. It includes the structure of primary memory (registers, cache, RAM) and secondary memory (hard disk, SSD).

Memory Organization

Memory organization হলো computer system-এর ভেতরে বিভিন্ন ধরনের memory কীভাবে সাজানো, পরিচালিত ও access করা হয় তার বর্ণনা। এটি CPU এবং memory unit-এর মধ্যে data ও instruction কীভাবে সংরক্ষণ এবং আদান-প্রদান হয় তা নির্ধারণ করে।

Memory organization memory-এর দক্ষ ব্যবহার, দ্রুত data access এবং program-এর সঠিক execution নিশ্চিত করে। এতে primary memory (register, cache, RAM) এবং secondary memory (hard disk, SSD) অন্তর্ভুক্ত থাকে।


General Part

9. An aeroplane started 30 minutes later than the scheduled time from a place 1500 km away from its destination to reach the destination at the schedule time the pilot had to increase the speed by 250km/h what was the speed of the aeroplane per hour during the journey?

10. A man could buy a certain number of notebooks for Rs.300. If each notebook cost is Rs.5 more, he could have bought 10 notebooks less for the same amount. Find the price of each notebook?

11. Two sides of a plot 32m and 24m and the angle between them a perfect right angle.The other two sides measure 25m each and the other three angles are not right angles. What is the area of the plot?

.

12. Translate Bangla to English:

13. Translate English to Bangla to:

14. Focus writing in English : Metro Rail Equal Opportunity

Leave a Comment

Latest Post
Field Based Job Question & Solution
Bank IT Job Solution

MCQ + Written from Bangladesh Bank, Sonali, Combined Bank IT recruitment.

BPSC IT Job Solution

BPSC Computer/IT cadre & non-cadre post Question papers with full solutions.

Gas Field IT Job Solution

Gas field like TGTDCL, BGDCL, JGTDSL, KGDCL, SGCL, RPGCL, GTCL etc. question solution

Power Sector IT Job Solution

Power sector such as NESCO, DESCO, DPDC, WZPDCL, BPDB, PGCB, BREB etc

Other IT Job Solution

Other Govt. Semi govt. organization like BCC, BTCL, CAAB, NSI etc.

NTRCA IT Job Solution (upcoming)

NTRCA ICT-related posts such as Assistant Teacher, Demonstrator, Lecturer.

IT MCQ Job Solution

Collected MCQ Job solution of BANK, BPSC, POWER SECTOR, GAS Field and Others.

Topic Based Q&S
WhatsApp Telegram Messenger