It1204 2011
It1204 2011
Important Instructions :
• Each question will have 5 (five) choices with one or more correct answers.
• The mark given for a question will vary from 0 to +1 (All the correct choices are
marked & no incorrect choices are marked).
• Mark the correct choices on the question paper first and then transfer them to
the given answer sheet which will be machine marked. Please completely
read and follow the instructions given on the other side of the answer
sheet before you shade your correct choices.
1
1) Which of the following statements is/are true ?
(a) A mechanism for transferring data to and from the outside world.
(b) Pattern driven computing model to extract unique patterns.
(c) A memory to store both data and programs.
(d) A processor to interpret and execute programs.
(e) Personal Information Manager (PIM) software.
2
1
4) Which of the following statements about second generation computers is/are true ?
(a) 256 X 212 KB. (b) 228 Bytes. (c) 256 X 10-6TB.
(d) 220 MB. (e) 256 X 109 KB.
2
6) The number 2310 is equivalent to
7) Which of the following statements about Two’s complement representation is/are true ?
(a) All positive and negative numbers begin with 0 and 1 respectively.
(b) Division is done by repeated additions only.
(c) Two’s complement representation of the decimal number -42 is 11010110.
(d) Two’s complement representation of the decimal number -42 is 11010101.
(e) It is widely used in ALU.
8) What is the loss of accuracy when converting the decimal value -0.0235 to 10-bit floating
point representation with a sign bit, 4-bit exponent and a mantissa?
9) If the right most bit is taken as the most significant bit (MSB) the two’s complement
number 1011101010 is equivalent to the decimal number
(a) Minimum distance between any code words is called Hamming Distance.
(b) A Hamming Code with a minimum distance of N can correct upto (N-1)/2 errors.
(c) A Hamming d(C1,C2)Code has C1 bit data words and C2 bit code words.
(d) The Hamming Distance between 1001 0010 1101 and 1010 0010 0010 is 6.
(e) Smallest possible distance between two distinct code words is 2.
11) Which of the following devices are both input and output devices?
(a) x=1, y=1, z=0. (b) x=1, y=0, z=0. (c) x=0, y=0, z=1.
(d) x=0, y=1, z=0. (e) x=0, y=0, z=0.
3
13) What is the output P of the following digital circuit?
(a) (b)
BA BA
00 01 11 10 00 01 11 10
C C
0 1 0 0 1
0 0 1 1 1
1 1 1 1 1 1 1 1 1 0
(c) (d)
BA BA 00 01 11 10
00 01 11 10
C C
0 0 0 1 0 0 1 0 0 0
1 1 0 1 0 1 1 0 1 1
(e)
BA
00 01 11 10
C
0 0 1 1 1
1 1 0 0 1
4
15) How many NAND gates are required if each of the gates in the following logic circuit is to
be replaced directly by a combination of NAND gates only?
17) If any byte of a particular memory space can be addressed by using a 20-bit address and
each location can hold one byte, what should be the size of the memory space?
18) Suppose that any byte of a particular memory space can be addressed by using a 20-bit
address and each location can hold a byte. If a 6-byte variable is stored starting at location
1100 1110 0011 0010 0100, what is the address of next available storage location?
(a) 1100 1110 0011 0010 0111. (b) 1100 1110 0011 0010 1001.
(c) 1100 1110 0011 0011 1010. (d) 1100 1110 0011 0010 1011.
(e) 1100 1110 0011 0010 1010.
19) Which of the following memory types is/are having a direct data path to the processor?
5
20) Which of the following is a/are Network Interface Card(NIC) connectors?
21) A stack-based processor executes the following set of machine instructions sequentially.
PUSH 100
PUSH 101
ADD
PUSH 102
SUB
POP 103
Assuming that:
I. Variables 0000 1010, 0000 0101, 0000 0001 and 0000 0111 are stored at
memory locations 100, 101, 102 and 103 respectively,
II. The stack is byte organized and stack pointer is at 00H, and
III. All PUSH and POP instructions have a memory operand,
22) Which of the following statements is/are true with respect to SCSI interface?
23) Consider the following three statements about Fire-Wire and USB interfaces.
I. The data transfer rate of USB 2.0 is 480Mbps and Fire-Wire 1394a provides up to
400Mbps.
II. USB allows up to 128 devices to run simultaneously on a single bus and a
maximum of 63 devices can be connected to a single IEEE 1394 Fire-Wire adapter
card.
III. Fire-Wire 1394b is substantially faster than Hi-Speed USB.
Which of the following statements is/are correct about Fire-Wire and USB interfaces?
6
24) Which of the following is a/are System Software?
(a) Translates user commands to a form that can be understood by the relavent
computer component.
(b) Creates a file structure on the computer hard disk where user data can be stored
and retrieved.
(c) Allocates portions of memory to programs at their request and frees the allowed
memory for reuse when no longer needed.
(d) Reduces the resolution of high quality images to the required level when the file
sizes exceed the capacity expected by an application.
(e) Executes special programs to repair damaged files and backup data.
26) Which of the following statements is/are true with respect to routers?
(a) Routers are used to join similar topologies together and to divide network
segments.
(b) Routers can be used to regenerate transmission signals between similar network
segments.
(c) The advantage of using a router over a bridge is that routers can determine the
best path that data can take to reach the destination.
(d) Bridges can segment large networks and can filter out noise but routers cannot.
(e) When a typical WAN is set up, there should be at least two routers.
27) Which of the following Wi-Fi standards has/have a maximum of 54 Mbps bandwidth?
28) Which of the following technologies is/are used to set up a short range Personal Area
Network?
29) Which of the following is/are not considered as a magnetic storage device?
7
30) Which of the following statements is/are correct about a hard disk drive?
(a) The hard disk drive speed is measured in cylinder rounds per minute.
(b) The read/write speed of a hard disk drive is much slower than RAM.
(c) The number of tracks per disk is equal to the number of cylinders in a hard disk.
(d) Data transfer rates of the Serial-ATA hard disks are greater than those of ATA
hard disks.
(e) The CPU directly accesses hard disk drive data when primary memory space is
not enough.
32) What is/are the components of a typical system bus of a computer motherboard?
33) Which of the following statements is/are correct about a Central Processing Unit (CPU) ?
(a) ALU, Control Unit and Memory are principal parts of a typical CPU.
(b) ALU executes arithmetic and logical instructions.
(c) ALU operations are controlled by the Control Unit.
(d) Both CPU Registers and the Control Unit of the CPU are called the Data-path.
(e) Address Bus is used to determine the location of the source or destination of the
data.
34) The first two bytes of a main memory with 16-bit addresses have the following hex values:
Byte 0 = FFH
Byte 1 = 01H
If these two bytes hold a 16-bit two’s complement integer value, what is its decimal value
if the bytes are organized as big-endian?
35) Which of the following statements about Video Input Devices is/are correct?
(a) A DV camera stores the input audio and video on a DVD in digital format.
(b) A DV camera uses FireWire ports for digital video transfer.
(c) DVD cameras directly write the video input on to a mini-DVD.
(d) The webcam cannot be considered as a basic video camera.
(e) Total video transferring time in using FireWire port is equal to the recorded
period of the video.
8
36) Which of the following statements is/are true with respect to Touchpad?
37) Which of the following statements is/are true with respect to CRT and Flat-Panel LCD
monitors?
(a) A CRT monitor tube is a glass vacuum tube with one-end having an electron gun
and the other a display surface coated with phosphors.
(b) A CRT monitor tube uses four electron beams to generate red, green, UV and
blue light.
(c) The electron beams are used to determine the refresh rate a of the CRT monitor
screen.
(d) The LCD Flat-Panel first worked in three-colour mode as RGB.
(e) A backlight mechanism was introduced to illuminate what was displayed on LCD
screen.
40) Which of the following statements is/are always true with respect to the BIOS ROM chip?
(a) True-ROM chip does the writing into the chip during the manufacturing phase.
(b) EEPROM chip does the writing after manufacture phase and the chip can be
erased using UV light.
(c) EEPROM chip can be erased electronically and re-written.
(d) PROM chip does the writing after manufacture and the chip can be written only
once.
(e) Most modern day motherboard BIOS chips are EPROMs.
9
41) Which of the following software is/are not utility software?
42) Which of the following Operating Systems is/are used in embedded systems?
43) Which of the following applications is launched when “windows + E” keys are pressed on
104-key Windows Keyboard?
44) Which of the following software is/are developed for planning, scheduling, allocating
money and controlling resources?
45) Which of the following statements is/are true about Cache Memory?
(a) The L1 cache is manufactured using SRAM technology since it is fast and
constant when powered on.
(b) In modern computers, the L2 cache is referred as the external cache.
(c) The L2 cache is manufactured using SRAM since it goes through many refresh
cycles per second.
(d) When a memory request is generated, the request is first presented to the cache
memory.
(e) We define a cache miss to be a reference to an item that is not resident in main
memory.
46) Which of the following network peripherals can be used to prepare data, send data and
control the flow of data?
10
47) Which of the following statements is/are always true about a bus system available in a
computer system?
(a) PCI bus is in the form of 16-bit slots mounted on the mother board and is in
white colour.
(b) The fastest bus in the computer system is the processor bus and is used to
transfer data between the processor and cache or main memory.
(c) ISA bus could handle maximum of only 16-bits, and ISA cards cannot be plugged-
in to the EISA slots.
(d) AGP slots are designed particularly to be used with video cards and have high
performance connectivity.
(e) SCSI adapters cannot be plugged-in to the PCI-X slots.
48) Which of the following statements is/are correct with respect to RAM types?
(a) SDRAM removes the drawback of latency in synchronizing with the CPU clock.
(b) The data Transfer on an SDRAM occurs on the rising edge of the motherboard
clock cycle.
(c) DDR2 SDRAMs increase the speed of memory twofold in sending data on both
edges of the CPU clock.
(d) DDR SDRAM memory modules have 184 pins.
(e) DDR2 SDRAMs consume more power than DDR SDRAMs and generate high heat.
(a) The main devices tested by POST are the CPU, motherboard support circuits,
ROM, RAM, video graphic adapter and Hard disk drive.
(b) The POST program is loaded just after locating the first boot sector to start up
the computer system.
(c) The POST program indicates errors in the form of audio codes, on screen
messages or check point codes.
(d) The POST program protects the bootstrapped code from being interrupted by
faulty hardware.
(e) The BIOS program handles the main duties of POST.
50) Which of the following components might need to be considered when upgrading the
processor of the computer system?
*****
11