Que-1) Images included in many software titles are called _________.
(a) clipart
(b) popups
(c) .jpg files
(d) .tiff files
(a) clipart
Que-2) A smaller version of an image is called a :
(a) clipart
(b) bitmap
(c) portable network graphic
(d) thumbnail
(d) thumbnail
Que-3) The process of planning your multimedia presentation is known as a :
(a) design
(b) storyboard
(c) development
(d) layout
(a) design
Que-4) Where is POST located?
(a) DRAM
(b) Hard-drive
(c) RAM
(d) ROM
(d) ROM
Que-5) The GSM network is divided into the three major systems namely :
(a) SS, BSS, OSS
(b) BSS, BSC, MSC
(c) CELL, BSC, OSS
(d) SS, CELL, MSC
(a) SS, BSS, OSS
Que-6) Communication between a computer and a keyboard involves ___________ transmission.
(a) Automatic
(b) Half-duplex
(c) Full-duplex
(d) Simplex
(d) Simplex
Que-7) The OSI layer that arranges signals into logical units of information called frames.
(a) Transport
(b) Physical
(c) Data-link
(d) Application
(c) Data-link
Que-8) Press ________ to open the windows task manager.
(a) Shift + Alt + Ctrl
(b) Ctrl + Alt + Esc
(c) Ctrl + Alt + Delete
(d) Shift + Ctrl + Delete
(c) Ctrl + Alt + Delete
Que-9) In CSS, what is the correct option to select all the tags on a page ?
(a) # p{}
(b) p {}
(c) .p{}
(d) None
(b) p {}
Que-10) What is the minimum number of NAND gates required to construct XOR gate
(a) 5
(b) 4
(c) 3
(d) 6
(b) 4
Que-11) 1-bit adder can be implemented using __________ gate for sum and __________ gate for carry.
(a) NAND and AND
(b) EXOR and NAND
(c) EXOR and AND
(d) None of the above
(a) NAND and AND
Que-12) The memory address of the first element of an array is called :
(a) floor address
(b) foundation address
(c) first address
(d) base address
(d) base address
Que-13) Which of the following data structure can’t store the non-homogeneous data elements ?
(a) Arrays
(b) Records
(c) Pointers
(d) None
(a) Arrays
Que-14) A data structure where elements can be added or removed at either end but not in the middle
(a) Linked lists
(b) Stacks
(c) Queues
(d) Deque
(d) Deque
Que-15) Which of the following is not a type of constructor ?
(a) Copy constructor
(b) Friend constructor
(c) Default constructor
(d) Parameterized constructor
(b) Friend constructor