Exams Study Jobs Teachers Shop

Exam peparetion

BCS Exam 15 Questions By CPI

Exam peparetion For those studying or preparing for, this page contains 15 important questions and answers arranged in sequence. Each question is accompanied by the correct answer and, where necessary, a detailed explanation to help clarify your concepts. Read carefully and assess your own preparation.

1. (110101)₂ এর Decimal মান কত?

a) 51
b) 54
c) 61
d) 53
Answer: 53

2. Boolean Expression: � সরল করলে কী হবে?

a) A + B
b) AB
c) A' + B
d) B
Answer: A + B

3. IPv6 Address কত বিটের?

a) 256
b) 128
c) 64
d) 32
Answer: 128

4. Time Complexity � কোন Algorithm-এর?

a) Linear Search
b) Bubble Sort
c) Selection Sort
d) Binary Search
Answer: Binary Search

5. C ভাষায় printf("%d", 5/2); এর Output কী?

a) 2.5
b) 2
c) 3
d) Error
Answer: 2

6. SQL-এ কোন Command Table-এর Structure পরিবর্তন করে?

a) MODIFY
b) UPDATE
c) ALTER
d) CHANGE
Answer: ALTER

7. OSI Model-এর ৭ম Layer কোনটি?

a) Presentation
b) Session
c) Application
d) Transport
Answer: Application

8. Stack কোন Principle অনুসরণ করে?

a) Round Robin
b) LIFO
c) FCFS
d) FIFO
Answer: LIFO

9. Hexadecimal (7F)₁₆ এর Decimal মান কত?

a) 127
b) 126
c) 128
d) 125
Answer: 127

10. নিচের কোনটি Relational Database?

a) MongoDB
b) MySQL
c) Cassandra
d) Redis
Answer: MySQL

11. Compiler ও Interpreter-এর মধ্যে কোনটি পুরো Program একবারে অনুবাদ করে?

a) Interpreter
b) Compiler
c) দুটিই
d) কোনোটিই নয়
Answer: Compiler

12. 8-bit Signed Integer-এর Range কত?

a) 255 থেকে 255
b) 128 থেকে 127
c) 127 থেকে 127
d) 0 থেকে 255
Answer: 128 থেকে 127

13. TCP কোন Layer-এর Protocol?

a) Physical
b) Network
c) Data Link
d) Transport
Answer: Transport

14. Binary Tree-তে যদি nটি Node থাকে, তবে Edge-এর সংখ্যা কত?

a) n
b) 2n
c) n+1
d) n−1
Answer: n−1

15. একটি Queue কোন নীতি (Principle) অনুসরণ করে?

a) LILO (Last In, Last Out)
b) FILO (First In, Last Out)
c) FIFO (First In, First Out)
d) LIFO (Last In, First Out)
Answer: FIFO (First In, First Out)

We hope Exam peparetion these questions and answers will be helpful for your preparation. For more important study material, model tests, and study updates, browse the other categories on our website. If you have any feedback or corrections, please let us know via the 'Report' option below each question.

Error Correction Report