All Practice Exams

100+ Free ITEE IT Passport Practice Questions

Pass your ITEE IT Passport Examination (IP) exam on the first try — instant access, no signup required.

✓ No registration✓ No credit card✓ No hidden fees✓ Start practicing immediately
30-40% Pass Rate
100+ Questions
100% Free

Loading practice questions...

Same family resources

Explore More ITEE IT Engineers Examination

Continue into nearby exams from the same family. Each card keeps practice questions, study guides, flashcards, videos, and articles in one place.

2026 Statistics

Key Facts: ITEE IT Passport Exam

Tk 500

Registration Fee

100

MCQ Questions

120 Mins

Exam Duration

55%

Passing Score

The ITEE IT Passport (IP) is a national IT certification in Bangladesh, administered by BCC under JICA support. The exam consists of 100 MCQs covering Technology (40%), Strategy (35%), and Management (25%) over 120 minutes. A minimum score of 55% is required to pass, with no negative marking. It is open to all backgrounds with a Tk 500 fee.

Sample ITEE IT Passport Practice Questions

Try these sample questions to test your ITEE IT Passport exam readiness. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.

1What is the decimal equivalent of the 8-bit binary number 01001101?
A.67
B.77
C.87
D.97
Explanation: To convert the binary number 01001101 to decimal, calculate the sum of the powers of 2 for each position where the bit is 1. The positions are 2^6 (64), 2^3 (8), 2^2 (4), and 2^0 (1). Summing these gives 64 + 8 + 4 + 1 = 77.
2Which of the following is the hexadecimal representation of the decimal number 250?
A.FA
B.FB
C.FC
D.FD
Explanation: To convert decimal 250 to hexadecimal, divide 250 by 16. 250 divided by 16 is 15 with a remainder of 10. In hexadecimal, 15 is represented as 'F' and 10 is represented as 'A', giving the result 'FA'.
3In computer logic operations, which logic gate outputs 1 only when both input variables A and B are 1?
A.OR gate
B.AND gate
C.XOR gate
D.NAND gate
Explanation: An AND gate performs logical multiplication. Its output is 1 (True) if and only if all of its inputs are 1 (True). If any input is 0, the output is 0.
4If an 8-bit binary register containing 00011010 is shifted two positions to the left arithmetic-wise (assuming no overflow), what is the decimal value of the resulting binary number?
A.26
B.52
C.104
D.208
Explanation: The initial binary value 00011010 represents decimal 26 (16 + 8 + 2). Shifting a binary number one position to the left arithmetic-wise multiplies it by 2. Shifting it two positions to the left multiplies it by 4 (2^2), resulting in 26 * 4 = 104 (binary 01101000).
5Which unit inside the CPU acts as temporary high-speed storage for holding instructions, data, or intermediate calculation results during execution?
A.Register
B.Control Unit
C.Cache Memory
D.Arithmetic Logic Unit (ALU)
Explanation: Registers are small, extremely fast storage locations directly inside the CPU. They hold data currently being processed, instructions being decoded, or the results of ALU operations.
6What is the primary purpose of cache memory in a computer system?
A.To store backup files in case of primary disk failure
B.To bridge the speed gap between the high-speed CPU and the slower main memory
C.To increase the virtual memory address space available to applications
D.To permanently store the basic input/output system (BIOS) firmware
Explanation: Cache memory is a small, extremely fast SRAM-based memory located close to the CPU. It holds frequently accessed data and instructions to prevent the CPU from waiting for the slower main DRAM memory, thus enhancing overall processing speed.
7Which of the following characteristics correctly distinguishes Read-Only Memory (ROM) from Random Access Memory (RAM)?
A.ROM is volatile and RAM is non-volatile.
B.ROM is used as primary execution memory while RAM stores the startup BIOS program.
C.ROM retains its data when power is turned off, while RAM loses its data.
D.ROM allows rapid read and write access, while RAM only allows read access.
Explanation: ROM is non-volatile memory, meaning it retains its stored contents even when the system is powered off. RAM is volatile memory that loses its contents immediately when power is lost and is used for running applications and temporary data storage.
8Why do Solid State Drives (SSDs) generally perform faster than traditional Hard Disk Drives (HDDs) for random file access?
A.SSDs use optical laser technology to read binary data at the speed of light.
B.SSDs have no moving mechanical parts and access data electronically via flash memory.
C.SSDs contain magnetic platters that rotate at much higher RPM rates than HDDs.
D.SSDs compress all files automatically before writing them to the storage cells.
Explanation: Solid State Drives (SSDs) utilize semiconductor flash memory to read and write data electronically. Because they do not have read/write heads or rotating platters (like HDDs), there is no mechanical seek time, resulting in vastly superior random read/write performance.
9Which of the following interfaces is primarily used for transmitting high-definition digital video and multi-channel audio through a single cable?
A.USB Type-A
B.HDMI
C.SATA
D.VGA
Explanation: HDMI (High-Definition Multimedia Interface) is a proprietary audio/video interface for transmitting uncompressed digital video data and compressed or uncompressed digital audio data from an HDMI-compliant source device to a compatible display or audio device.
10Which RAID level provides disk mirroring, where data is written identically to two drives, offering high redundancy but only 50% capacity efficiency?
A.RAID 0
B.RAID 1
C.RAID 5
D.RAID 6
Explanation: RAID 1 employs disk mirroring. In a two-drive setup, every write operation is duplicated on both drives. If one drive fails, the system continues to operate from the surviving drive. Because both drives store identical data, the usable capacity is 50% of the total disk space.

About the ITEE IT Passport Exam

Level-1 Information Technology Engineers Examination (ITEE) in Bangladesh. This exam validates essential IT literacy, business strategy, and project management skills.

Questions

100 scored questions

Time Limit

120 minutes

Passing Score

55%

Exam Fee

Tk 500 (Bangladesh Computer Council (BCC) / BD-ITEC)

ITEE IT Passport Exam Content Outline

40%

Technology (IT)

Basic theory, computer hardware/software, database technology, network elements, and information security.

35%

Strategy

Corporate management (accounting, SWOT), business strategy, e-commerce, system planning, and legal affairs/compliance.

25%

Management

Software development life cycle (SDLC), project scheduling/WBS, service management (ITIL/SLA), and system auditing.

How to Pass the ITEE IT Passport Exam

What You Need to Know

  • Passing score: 55%
  • Exam length: 100 questions
  • Time limit: 120 minutes
  • Exam fee: Tk 500

Keys to Passing

  • Complete 500+ practice questions
  • Score 80%+ consistently before scheduling
  • Focus on highest-weighted sections
  • Use our AI tutor for tough concepts

ITEE IT Passport Study Tips from Top Performers

1Familiarize yourself with basic binary, decimal, and hexadecimal conversions as they appear in the basic theory section.
2Understand the key components of a computer system (CPU, RAM, ROM, Cache, SSD) and basic logical gates (AND, OR, XOR).
3Pay attention to local cyber security laws like the Bangladesh Cyber/Digital Security Act and intellectual property laws.
4Learn standard project management tools like Gantt charts, Work Breakdown Structures (WBS), and the Critical Path Method.
5Practice managing your time: you have 1.2 minutes per question. Attempt all 100 questions since there is no negative marking.

Frequently Asked Questions

What is the ITEE IT Passport Examination?

The IT Passport Examination (IP) is the Level-1 exam of the Information Technology Engineers Examination (ITEE) standard in Bangladesh. It is an internationally mutually-recognized IT certification exam administered by the Bangladesh Computer Council (BCC) and Bangladesh IT-Engineers Examination Center (BD-ITEC) to assess baseline IT knowledge and business literacy.

Who is eligible for the IT Passport Exam in Bangladesh?

There are no academic, age, or experience prerequisites for the IT Passport Exam. Anyone, including high school students, undergraduates of any major (both IT and non-IT), and working professionals looking to certify their digital skills, can register.

What is the passing score and format of the IT Passport Exam?

The exam consists of 100 multiple-choice questions (MCQs) to be completed in 120 minutes. The passing score is 55% (550 out of 1000 points). There is no negative marking, so candidates are encouraged to answer all questions.

How much is the registration fee for the IT Passport Exam?

The registration fee for the IT Passport Exam in Bangladesh is Tk 500, making it highly accessible for students and job seekers across the country.