Subjective Question MCQs

Showing 48 questions (Total: 248)

Sonali Bank Ltd #201

The complex of Binary search alogrithm is___

A: O(n)
B: O(log n)
C: O(n2)
D: O (n log n)
Related Topics
Sonali Bank Ltd #202

The structure required to evaluate a postfix expression is____

A: queue
B: stack
C: array
D: linked-list
Related Topics
Sonali Bank Ltd #203

Which of the following correctly shows the hierachy arithmetic operation in C?

A: /+*-
B: *-/+
C: +-/*
D: /*+-
Related Topics
Sonali Bank Ltd #204

Which of the following can not be checked in a switch -case statement ?

A: Character
B: Integer
C: Float
D: None of the above
Related Topics
Sonali Bank Ltd #205

Which control stament can be executed at least once?

A: While
B: for
C: do -while
D: All of the above
Related Topics
Sonali Bank Ltd #206

Which one is not a basic data type of C?

A: char
B: int
C: void
D: None of the above
Related Topics
Sonali Bank Ltd #207

Which one of the following is not a valid identifier?

A: -mysun
B: mysun
C: my-sun
D: my-sun
Related Topics
Sonali Bank Ltd #208

In java, which operator is used to create an object.

A: class
B: scanf
C: print
D: None of the above
Related Topics
Sonali Bank Ltd #209

The operato that can not overloaded is

A: ++
B: ~
C: ()
Related Topics
Sonali Bank Ltd #210

Which one of the following is not an example redundancy?

A: Data Center
B: Aeroplnae
C: Motor Car
D: None of the above
Related Topics
Sonali Bank Ltd #211

K iteration by Newton-Raphson method of finding square root of a number increases accuracy in number of digits.

A: K
B: 2K
C: 3K
D: 4K
Related Topics
Sonali Bank Ltd #212

Which kind of software testing strategy stars with testing the fundamental components first?

A: Top- down tesing
B: Bottom-up- testing
C: Stress testing
D: back to back testing
Related Topics
Sonali Bank Ltd #213

Which one loads first when you boot up your computer?

A: BIOS
B: Operating system
C: keyboard Driver
D: None of the above
Related Topics
Sonali Bank Ltd #214

Compared to CISC, RISC processors (at the same clock) are

A: faster
B: slower
C: similar
D: underfined
Related Topics
Sonali Bank Ltd #215

The action of decoding a modulated signal is know as

A: Simulation
B: Emulation
C: Binary
D: None of the above
Related Topics
Sonali Bank Ltd #216

Which of the following is not a type Web search engine?

A: Computer-created
B: Human -organized
C: Hybrid
D: Portal
Related Topics
Sonali Bank Ltd #217

You need to determine whether IP information has been assigned to your Windows NT. Which utility should you use?

A: NBTSAT
B: NETSTAT
C: IPCONFIG
D: WINIPCFG
Related Topics
Sonali Bank Ltd #218

How many pairs of stations can simulataneously communicate on Ethernet LAN?

A: 1
B: 2
C: 3
D: Multiple
Related Topics
Sonali Bank Ltd #219

In SQL, the ____ command is used to recompile a view

A: COMPILE VIEW
B: DEFINE VIEW
C: AFTER VIEW
D: CRFATE VIEW
Related Topics
Sonali Bank Ltd #220

A path carrying signals between a source and a destination is known as

A: Pouter
B: Cannel
C: Link
D: Block
Related Topics
Sonali Bank Ltd #221

Which of the following medium is used for broadband local networks?

A: Coaxial
B: Optic fiber
C: CATV
D: UTP
Related Topics
Sonali Bank Ltd #222

A network that requires human invention of route signals is called A

A: T-switched network
B: Bus network
C: Ring network
D: Star network
Related Topics
Sonali Bank Ltd #223

Data directory contains details of-

A: Data structure
B: Data flows
C: Data store
D: None of the above
Related Topics
Sonali Bank Ltd #224

Which of the following tags is used to create a paragraph in HTML?

A: "content"
B: "para"
C: "content"
Related Topics
Sonali Bank Ltd #225

A communication network which is used by large organizations over regional national or global area is called___

A: LAN
B: WAN
C: MAN
D: Internet
Related Topics
Sonali Bank Ltd #226

Which one of these interfaces is implement by Tread class?

A: Set
B: Connection
C: Runnable
D: None of the above
Related Topics
Sonali Bank Ltd #227

In Java, which operation is used to create an object?

A: class
B: scanf
C: print
D: None of the above
Related Topics
Sonali Bank Ltd #228

Worst -case of Quicksort algorithm occurs when

A: Data are sorted
B: Data are random
C: Number of items is low
D: None of the above
Related Topics
Sonali Bank Ltd #229

Which video File format is used for HDTV?

A: AVI
B: MPEG1
C: MPEG2
D: MPEG4
Related Topics
Sonali Bank Ltd #230

What is not the advantage of IPV6 over IPV4 ?

A: longer address
B: Classification of traffic
C: More real IP adress
D: Jumbo Payload
Related Topics
Sonali Bank Ltd #231

Which of the flowing is not a standard synchronous communication protocol?

A: SDLC
B: PAS
C: SLIP
D: SMTP
Related Topics
Sonali Bank Ltd #232

Bubble sort algorithm sorts n data items using

A: O(n2) comparison
B: O (nn)comparison
C: O (n long n) comparison
D: O (n) comparison
Related Topics
Sonali Bank Ltd #233

Which of the following terms refers to the degree to which data in a database system are accurate and correct/

A: Data integerity
B: Data security
C: Data validity
D: None of the above
Related Topics
Sonali Bank Ltd #234

How can you avoid DQL Injection?

A: using firewall
B: using virus protection
C: using careful programming
D: None of the above
Related Topics
Sonali Bank Ltd #235

A class that is inherited in Java is called a

A: subclass
B: super class
C: static class
D: implement class
Related Topics
Sonali Bank Ltd #236

Using setter and getter method is known as

A: encapsulation
B: polymorpphism
C: inhertance
D: recursion
Related Topics
Sonali Bank Ltd #237

Which one is the most suitable for implementing a priority queue ?

A: Dequeue (double ended queue)
B: Heap
C: Queue
D: Array
Related Topics
Sonali Bank Ltd #238

Which of the standard protocol for network managment feature?

A: SNMP
B: SNA
C: FTP
D: SMTP
Related Topics
Sonali Bank Ltd #239

Which is not a feature of object oreinted programming?

A: inheritance
B: encapsulation
C: recursion
D: abstraction
Related Topics
Sonali Bank Ltd #240

In C++ the idea to doiding the details of how something is implemented id known as____

A: inheritance
B: polymorphism
C: recursion
D: encasulation
Related Topics
Sonali Bank Ltd #241

How many '1' will be there in the binary representation of the following expression (assume 16 bit number ) 12+61+128+1024

A: 10
B: 8
C: 6
D: 9
Related Topics
Sonali Bank Ltd #242

The following are function of a DBMS except___

A: creating and processting
B: creating databases
C: processing data
D: administrating databases
Related Topics
Sonali Bank Ltd #243

Fiber optical cable is used for?

A: LAN
B: in an office
C: telephone lines data connectivity amoong the branches of offices
D: None of the above
Related Topics
Sonali Bank Ltd #244

Which of the following will produce an answer that is close in value to a double ' d while not being greater than d?

A: 9int0 Math.min
B: (int) Math. Max (d)
C: (int) Math abs (d)
D: (int)math .floor( d)
Related Topics
Sonali Bank Ltd #245

What is the value of 'd after this line of code has been executed? double d= Math. round (2.5 math. random() );

A: 2
B: 2.5
C: 3
D: 4
Related Topics
Sonali Bank Ltd #246

Which of the following is the destructor for the class Vehicle"

A: *vehicle ()
B: *vehicle (int value)
C: ~ Vehicle ()
D: ~ vehicle (intvalue)
Related Topics
Sonali Bank Ltd #247

Which of the following is an example of a client server model?

A: TELNET
B: FTP
C: DNS
D: All of the above
Related Topics
Sonali Bank Ltd #248

থার্মিট ওয়েল্ডিং এ AI ও লৌহ অক্সাইডের অনুপাত -

ক: 1:3
খ: 2:6
গ: 3:1
ঘ: a and b
Related Topics
← Previous Page 5 of 5 Next →