Loading...
Mongla Port Authority

Post: Assistant Programmer
Exam Date: 2023
1. What is IoT? Brefly explain.

Internet of Things (IoT)

The Internet of Things (IoT) refers to a network of physical objects or devices that are connected to the Internet and can collect, send, and receive data automatically using sensors, software, and communication technologies.

IoT enables devices to communicate with each other without human intervention, improving efficiency, automation, and decision-making.

Example: A smart home system where lights, fans, and air conditioners automatically turn on or off based on sensor data and user preferences using the Internet.

Internet of Things (IoT)

Internet of Things (IoT) হলো ইন্টারনেটের সাথে সংযুক্ত বিভিন্ন physical device বা বস্তুসমূহের একটি নেটওয়ার্ক, যা sensor ও software ব্যবহার করে স্বয়ংক্রিয়ভাবে data সংগ্রহ, পাঠানো ও গ্রহণ করতে পারে।

IoT মানুষের সরাসরি হস্তক্ষেপ ছাড়াই device-গুলোর মধ্যে যোগাযোগ স্থাপন করে এবং automation ও কার্যকারিতা বৃদ্ধি করে।

উদাহরণ: Smart home system যেখানে sensor-এর মাধ্যমে light, fan ও AC স্বয়ংক্রিয়ভাবে চালু বা বন্ধ হয় Internet ব্যবহার করে।

2.Write a C program sum of 1 to 100.
#include <stdio.h>
int main() {
    int n, i, sum = 0;
    printf("Enter a positive integer: ");
    scanf("%d", &n);
    for (i = 1; i <= n; ++i) {
        sum += i;
    }
    printf("Sum = %d", sum);
    return 0;
}
3. How works WiMax technology?

How WiMAX Technology Works

WiMAX (Worldwide Interoperability for Microwave Access) is a wireless broadband technology that provides high-speed Internet access over long distances using radio waves.

WiMAX works by transmitting data from a base station to subscriber stations through microwave signals. The base station is connected to the Internet backbone, and it covers a wide geographical area, allowing multiple users to access the network wirelessly.

User devices such as WiMAX modems or receivers communicate with the base station to send and receive data, enabling broadband connectivity without the need for physical cables.

WiMAX Technology কীভাবে কাজ করে

WiMAX (Worldwide Interoperability for Microwave Access) হলো একটি wireless broadband প্রযুক্তি যা radio wave ব্যবহার করে দীর্ঘ দূরত্বে উচ্চগতির Internet সরবরাহ করে।

WiMAX-এ একটি base station থেকে subscriber station-এ microwave signal-এর মাধ্যমে data পাঠানো হয়। Base station ইন্টারনেট backbone-এর সাথে সংযুক্ত থাকে এবং এটি বিস্তৃত এলাকায় wireless coverage প্রদান করে।

User-এর WiMAX modem বা receiver base station-এর সাথে যোগাযোগ করে data আদান-প্রদান করে, ফলে cable ছাড়াই broadband Internet ব্যবহার করা সম্ভব হয়।

4. What is Personal Area Network? What is needed component and explain?

Personal Area Network (PAN)

A Personal Area Network (PAN) is a small network used to connect personal electronic devices within a short range, typically around an individual. It allows devices to communicate with each other using wired or wireless technologies.

Components Required for PAN

Personal Devices: Devices such as smartphones, laptops, tablets, smartwatches, and headphones that communicate within the network.

Communication Medium: PAN uses wireless technologies like Bluetooth, Infrared (IR), or wired connections such as USB cables.

Controller Device: A main device, usually a smartphone or computer, that manages communication between connected devices.

Network Interface: Built-in adapters like Bluetooth or IR ports that enable devices to connect and exchange data.

Personal Area Network (PAN)

Personal Area Network (PAN) হলো একটি ছোট নেটওয়ার্ক যা একজন ব্যক্তির আশেপাশে থাকা ব্যক্তিগত electronic device-গুলোর মধ্যে সংযোগ স্থাপন করে। এটি স্বল্প দূরত্বে wired বা wireless প্রযুক্তি ব্যবহার করে কাজ করে।

PAN-এর জন্য প্রয়োজনীয় উপাদান

Personal Devices: Smartphone, laptop, tablet, smartwatch ও headphone-এর মতো device যা network-এর সাথে সংযুক্ত থাকে।

Communication Medium: PAN-এ Bluetooth, Infrared (IR) বা USB cable-এর মতো প্রযুক্তি ব্যবহৃত হয়।

Controller Device: সাধারণত একটি smartphone বা computer থাকে যা অন্যান্য device-এর মধ্যে যোগাযোগ নিয়ন্ত্রণ করে।

Network Interface: Bluetooth adapter বা IR port-এর মতো interface যা device-কে network-এ সংযুক্ত হতে সাহায্য করে।

5. What is Artificial Intelligence?

Artificial Intelligence (AI)

Artificial Intelligence (AI) is a branch of computer science that focuses on creating machines or software capable of performing tasks that normally require human intelligence, such as learning, reasoning, problem-solving, decision-making, and understanding natural language.

Artificial Intelligence (AI)

Artificial Intelligence (AI) হলো computer science-এর একটি শাখা, যেখানে এমন machine বা software তৈরি করা হয় যা মানুষের মতো বুদ্ধিমত্তা ব্যবহার করে শেখা, চিন্তা করা, সমস্যা সমাধান, সিদ্ধান্ত গ্রহণ এবং ভাষা বোঝার মতো কাজ করতে পারে।

6. What is subnet mask? Why it is used?

Subnet Mask

A subnet mask is a 32-bit number used in computer networks to divide an IP address into a network portion and a host portion. It works together with an IP address to identify which part refers to the network and which part refers to individual devices.

Why Subnet Mask is Used

A subnet mask is used to create sub-networks (subnets) within a larger network. It helps in efficient IP address management, reduces network congestion, improves security, and allows better control over network traffic.

Subnet Mask

Subnet mask হলো একটি 32-bit সংখ্যা যা একটি IP address-কে network অংশ এবং host অংশে ভাগ করতে ব্যবহৃত হয়। এটি নির্ধারণ করে কোন অংশটি network নির্দেশ করে এবং কোন অংশটি device নির্দেশ করে।

Subnet Mask কেন ব্যবহার করা হয়

Subnet mask ব্যবহার করা হয় একটি বড় network-কে ছোট ছোট subnet-এ ভাগ করার জন্য। এটি IP address ব্যবস্থাপনা সহজ করে, network congestion কমায়, security বৃদ্ধি করে এবং traffic নিয়ন্ত্রণে সাহায্য করে।

7. What is symmetric and Asymmetric key explain with example?

Symmetric Key Encryption

Symmetric key encryption is a cryptographic technique where the same secret key is used for both encryption and decryption of data. The sender and receiver must share the key securely before communication.

Example: AES (Advanced Encryption Standard) is commonly used to encrypt files and data in storage systems.

Asymmetric Key Encryption

Asymmetric key encryption uses two different keys: a public key for encryption and a private key for decryption. The public key can be shared openly, while the private key is kept secret.

Example: RSA is used in secure web communication (HTTPS) for key exchange and digital signatures.

Symmetric Key Encryption

Symmetric key encryption হলো একটি cryptographic পদ্ধতি যেখানে data encrypt ও decrypt করার জন্য একই secret key ব্যবহার করা হয়। Sender এবং receiver-কে আগে থেকেই key নিরাপদভাবে ভাগ করে নিতে হয়।

উদাহরণ: AES (Advanced Encryption Standard) file ও data encryption-এ ব্যাপকভাবে ব্যবহৃত হয়।

Asymmetric Key Encryption

Asymmetric key encryption-এ দুটি ভিন্ন key ব্যবহৃত হয়—একটি public key এবং অন্যটি private key। Public key সবার সাথে শেয়ার করা যায়, কিন্তু private key গোপন রাখা হয়।

উদাহরণ: RSA secure web communication (HTTPS)-এ key exchange ও digital signature-এর জন্য ব্যবহৃত হয়।

8. How works two factor authentication?

How Two-Factor Authentication (2FA) Works

Two-Factor Authentication (2FA) is a security mechanism that requires users to verify their identity using two different factors before gaining access to a system, application, or account.

First, the user enters something they know, such as a username and password. After successful verification, the system asks for a second factor, which is usually something the user has or something the user is.

The second factor may be a one-time password (OTP) sent to a mobile phone, generated by an authenticator app, or verified using biometric data like fingerprint or facial recognition. Only after both factors are verified, access is granted.

Two-Factor Authentication (2FA) কীভাবে কাজ করে

Two-Factor Authentication (2FA) হলো একটি security পদ্ধতি যেখানে ব্যবহারকারীকে system বা account-এ প্রবেশ করার আগে দুইটি ভিন্ন উপায়ে নিজের পরিচয় প্রমাণ করতে হয়।

প্রথমে ব্যবহারকারী username ও password-এর মতো কিছু জানে এমন তথ্য প্রদান করে। এটি সঠিক হলে system দ্বিতীয় একটি factor চায়, যা সাধারণত ব্যবহারকারীর কাছে থাকা কোনো জিনিস বা ব্যবহারকারীর নিজস্ব বৈশিষ্ট্য।

এই দ্বিতীয় factor হতে পারে mobile-এ পাঠানো OTP, authenticator app-এর code অথবা fingerprint বা face recognition-এর মতো biometric তথ্য। দুটি ধাপই সঠিক হলে তবেই access দেওয়া হয়।

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