পরীক্ষা আর্কাইভ

৪৯তম বিসিএস ⎯ তথ্য ও যোগাযোগ প্রযুক্তি [২৮১]

পরীক্ষা৪৯তম বিসিএস ⎯ তথ্য ও যোগাযোগ প্রযুক্তি [২৮১]তারিখতারিখ অনির্ধারিতসময়19 minutes২৬ বৈধ · অসম্পূর্ণ
মোট প্রশ্ন২৮
সিলেবাস
Exam 1 Introduction to computations, Hardware, Software, Number system. [Source: Class-1 and relevant books]
ঘনত্ব
উত্তর
উত্তরিতবর্তমানপুনরায় দেখুনঅসম্পূর্ণ

৪৯তম বিসিএস ⎯ তথ্য ও যোগাযোগ প্রযুক্তি [২৮১]

৪৯তম বিসিএস ⎯ তথ্য ও যোগাযোগ প্রযুক্তি [২৮১] · তারিখ অনির্ধারিত · ২৮ প্রশ্ন

.
The term PC means -
  1. Private computer
  2. Prime computer
  3. Personal computer
  4. Professional computer
ব্যাখ্যা
The meaning of the word "computer" is to calculate. A computer is a calculating
machine. The father of the modern computer is Charles Babbage. A computer designed for use
by one person is called a personal computer.
.
Which part of the computer performs arithmetic operations?
  1. Control Unit
  2. Arithmetic Logic Unit (ALU) 
  3. Memory Unit
  4. Input Unit
ব্যাখ্যা
ALU performs all arithmetic and logical operations in the CPU
.
What number system uses 0 and 1?
  1. Binary
  2. Octal
  3. Decimal
  4. Hexadecimal
ব্যাখ্যা
Decimal (Base-10): It uses ten digits (0-9) and each position represents a power
of 10 (units, tens, hundreds, etc.).
Binary (Base-2): Computers use binary because it's easy to represent with electrical signals
(on/off, 1/0). Each position represents a power of 2.
Octal (Base-8): It uses digits 0-7, and each position represents a power of 8.
Hexadecimal (Base-16): It is used to represent binary data in a more compact form. It uses
digits 0-9 and A-F (where A=10, B=11, C=12, D=13, E=14, and F=15). Each position represents
a power of 16
.
On which date was the internet officially launched?
  1. on January 1, 1983
  2. on Jun 1, 1983
  3. on January 1, 1965
  4. on Jun 1, 1965
ব্যাখ্যা
The internet was first introduced in 1969, but it was officially launched on
January 1, 1983. In Bangladesh, the internet was introduced on June 4, 1996.
.
1024 bytes are equal to______?
  1.  1 Kilobyte
  2. 1.24 Kilobyte
  3. 124 Kilobyte
  4. 12.4 Kilobyte
ব্যাখ্যা
 1 Kilobyte = 1024 Bytes in binary system.
.
 (1010)2 + (0101)2 = ?
  1. (1100)2
  2. (11000)2
  3. (11010)2
  4. (1111)2
ব্যাখ্যা
    1010
+ 0101
  --------
   1111
.
Which memory is considered volatile?
  1. ROM
  2. RAM
  3. Hard Disk
  4. SSD
ব্যাখ্যা
RAM loses data when power is off, hence it's volatile.
.
Which device can function as both input and output?
  1. Keyboard
  2. Printer
  3. Hard Disk
  4. Magnetic Ink Card Reader (MICR)
ব্যাখ্যা
Many devices can function as both input and output, like hard disk, touchscreens
and USB
.
Which of the following is a programming language?
  1. HTML
  2. HTTP
  3. C++
  4. USB
ব্যাখ্যা
C++ is a high-level programming language. HTML is a markup language. HTTP is
a protocol. USB is a standard for connecting computer peripherals.
Specifically, USB stands for Universal Serial Bus, and it defines the cables, connectors, and
communication protocols used for connection, communication, and power supply between
computers and electronic devices.
১০.
Which of the following is NOT an example of system software?
  1. Windows
  2. Linux
  3. Google Chrome
  4. Android
ব্যাখ্যা
Google Chrome is application software; the others are system software.
Application software refers to computer programs that are designed to perform specific tasks or
functions for end users. These programs are not directly involved in the operation of the
computer, but rather they facilitate various user activities. Examples include word processors,
web browsers, multimedia software and games.
১১.
What is the main function of an input device?
  1. Process data
  2. Store data
  3. Convert data to output
  4. Enter data into the computer
ব্যাখ্যা
 Input devices are used to enter data into the computer system.
১২.
 Which is not the hardware device?
  1. Windows
  2. Keyboard
  3. Hard disk drive
  4. Floppy disk drive
ব্যাখ্যা
Windows is system software; the others are hardware device devices.
১৩.
‘Processor’ is a ___________?
  1. System software
  2. Application software
  3. Hardware device
  4. None of the above
ব্যাখ্যা
Processor is a Hardware device. It's not any type of software.
১৪.
How many parts does the computer system consist of?
  1. 1
  2. 2
  3. 3
  4. 4
ব্যাখ্যা
The computer system consists of four parts like (1) Hardware, (2) Software, (3)
Data, and (4) Users
১৫.
 Hardware generally refers to:
  1. Software programs
  2. Physical equipment
  3. Data files
  4.  Internet services
ব্যাখ্যা
Hardware includes all the tangible, physical components of a computer system,
such as the keyboard, mouse, monitor, hard drive, and motherboard.
১৬.
How many main components of The computer system hardware?
  1. 1
  2. 2
  3. 3
  4. 4
ব্যাখ্যা
The computer system hardware comprises of three main components like
1. Input/Output (I/O) Unit,
2. Central Processing Unit (CPU), and
3. Memory Unit.
১৭.
 (01011)2 = ( ? )10
  1. 11
  2. 12
  3. 31
  4. 24
ব্যাখ্যা
    (0 × 24) + (1 × 23) + (0 × 22) + (1 × 21) + (1 × 20
= (0 × 16) + (1 × 8) + (0 × 4) + (1 × 2) + (1 × 1)
= 0 + 8 + 0 + 2 + 1
= 11
১৮.
( 69 )10 = ( ? )2
  1.  (110111)2
  2.  (1000101)2
  3.  (010010)2
  4.  (110101)2
ব্যাখ্যা
Step-by-step Division by 2:

১৯.
 (129)10 = ( ? )8
  1.  (201)8
  2.  (221)8
  3.  (331)8
  4.  (321)8
ব্যাখ্যা
Step-by-step Division by 8:
২০.
Convert 323 to hexadecimal
  1. (243 )16
  2. (323 )16
  3. (143 )16
  4. (443 )16
ব্যাখ্যা
Step-by-step Division by 16:

২১.
(244 )16 = ( ? )10
  1.  (290)10
  2.  (380)10
  3.  (570)10
  4.  (580)10
অনির্ধারিত
ব্যাখ্যা
টেকনিক্যাল সমস্যার কারণে Live পরীক্ষার সময় প্রশ্নটি সম্পূর্ণ প্রদর্শিত হয় নি। তাই প্রশ্নটির উত্তর তুলে দেওয়া হয়েছে।  

Hex number: (244)16
Break it down:
= (2 × 162) + (4 × 161) + (4 × 160)
= (2 × 256) + (4 × 16) + (4 × 1)
= 512 + 64 + 4
= 580
∴ (244)16 = (580)10 
২২.
Convert (3091)8 to decimal 
  1.  (1699)10
  2.  (1709)10
  3.  (1609)10
  4.  (1629)10
অনির্ধারিত
ব্যাখ্যা
The question has been canceled due to an error in the question. 9 cannot be include in a octal number.

Octal number: (3091)8
Break it down based on powers of 8 (right to left):
(3091)8 = (3 × 83) + (0 × 82) + (9 × 81) + (1 × 80)
=(3 × 512) + (0 × 64) + (9 × 8)+(1× 1)
=1536 + 0 + 72 + 1
= 1609
∴ (3091)8 = (1609)10 
২৩.
How is software generally categorized?
  1. 4
  2. 3
  3. 2
  4. 1
ব্যাখ্যা
Software is generally categorized into two main types like (i) System Software (ii)
Application Software.
২৪.
What does computer software refer to?
  1. The blueprint of computer construction
  2. Its programs or strategic plans of operation 
  3. The parts that are printed in physical form
  4. The parts used for input and output of data
ব্যাখ্যা
Computer software refers to the set of instructions, programs, or routines used to
operate and control computer hardware and perform specific tasks.
This includes everything from the operating system to application software and utility programs.
২৫.
What is application software used for?
  1. Managing computer memory
  2. Performing specific user tasks
  3. Connecting hardware
  4. Operating the BIOS
ব্যাখ্যা
Application software helps users complete tasks like writing, browsing,
calculating, etc.
২৬.
A laptop is a type of —
  1. Small computer
  2. Mountaineering equipment
  3. Small dog
  4. Musical instrument
ব্যাখ্যা
A laptop is a type of small, portable computer that is designed in the shape of a briefcase and
can be carried easily.
২৭.
What is the Audio Driver?
  1. Software
  2. Hardware
  3. Both software and hardware
  4. None of the above
ব্যাখ্যা
An audio driver is software that allows the operating system and applications to communicate
with the sound card (hardware). It acts as a translator between the hardware and software,
enabling sound to be played or recorded correctly.
২৮.
What is the sound card?
  1. Software
  2. Hardware
  3. Both software and hardware
  4. None of the above
ব্যাখ্যা
A sound card is a hardware device inside the computer that processes audio signals, enabling
the computer to produce sound through speakers or headphones. It converts digital audio data
to analog signals and vice versa. The software that controls it is called a device driver, but the
sound card itself is hardware.