Você está na página 1de 10

Date :

Session: FN
1.

2.

3.

4.

5.

6.

V. M. K. V. ENGINEERING COLLEGE, SALEM


CAT I
DEPARTMENT OF EEE
Learning IT Essentials by Doing
Year: III
Semester : VI
Time:
Max. Marks: 50
Answer ALL Questions

Which of the following is not an input unit


a. mouse
b. scanner
c. printer
d. web camera
Which of the following is the smallest memory unit
a. RAM
b. cache memory
c. Registers
d. Pen drive
Which of the following is the general purpose register
a. program counter
b. accumulator
c. Memory address register
d. Instruction register
Which of the following register gets instructions from memory to CPU
a. Instruction register
b. accumulator
b. Memory buffer register
d. program counter
Which of the following is called resource manager
a. compiler
b. loader
c. linker
d. operating system
Which of the following is an information management of an operating system
a. memory management
b. process management
c. file management
d. device management
Which of the following carries data and addresses from one unit to another unit
a. key board
b. bus
c. hard disk
d. ALU
Which of the following address is generated by the CPU
a. logical address
b. physical address
c. port address
d. IP address.
Operating system is a
a. Bus manager
b. Resource Manager
c. Application Manager
d. System Manager

7.

8.

9.

10.

A Program is an execution is called

11.

12.

13.

15.

16.

17.

18.

a. Process
b. Instruction
c. Procedure
d. Function
LRU page replacement policy is
a. LastReplaceUnit
b. LastRestoreUnit
c. LeastRecentlyUsed
d. LeastRequired Unit
Process which is currently running can be removed from the running state is
a. Preemptive
b. Non-Preemptive
c. postemptive
d. Non-postemptive
Which of the following is not a Process State
a. Ready
b.Blocked
c.Executing
d.Terminated
14.
Abbreviation of MBR is _________________
a. Memory Buffer Register
b. Main Buffer Register
c. Main Bus Register
d. Memory Bus Register
Which of the follwing is not the cpu-scheduling algorithm.
a. FCFS
b .SJF
c. Round-Robin
d. JSF
Assembly language is a __________ Programming Language
a. Lowlevel
b. Highlevel
c. Middlelevel
d. InternetBased
___________ is a Conversion of high level Language to Low level Language
a. Assembler
b. Loader
c. Compiler
d. Linker
Abbreviation of FCFS is_______________
a. Fast Come fast Serve
b. Fast Come First Serve
c. First Come Fast Serve
d. First Come First Serve
19. IC chips used in computers are usually made of
a. Lead
b.Silicon
c.Chromium
d. Gold

20. One kilobyte is equal to


a. 1000 bytes
b. 1024 bytes
c. 100 bytes
d. 1023 bytes
21. Which of the following is not an example of Operating System?
a. Windows 98
b. BSD UNIX
c. Microsoft Office XP
d. Red Hat Linux
22. Which supercomputer is developed by the Indian Scientists?
a. Param
b. Super 301
c. Compaq Presario
d. CRAY YMP
23. One Gigabyte is Approximately equal is
a.1000,000 bytes
b.1000,000,000 bytes
c.1000,000,000,000 bytes
d. None of these
24. The errors that can be pointed out by the compiler are
a. Syntax error
b. Symantic error
c. Logical error
d. Internal error
25. What is the control unit's function in the CPU
a. To transfer data to primary storage .

b. TO store program instructions.


c. To perform logic functions.
d. To decode program instructions.
26. Which of the following commands is given to reboot the computer?
a.
b.
c.
d.

Ctrl + Alt + Del


Ctrl + Alt + Tab
Ctrl + Shift + Del
Ctrl + Alt + shift

27. Select the odd one out a. Interpreter


b. Operating System
c. Compiler
d. Assembler
28. ROM is composed of
a. Magnetic cores
b. Micro-processors
c. Photoelectric cells
d. Floppy disks
29. A temporary storage area, attached to the CPU, for I/O operations, is a (2)
a. Channel
b.

Buffer

b. Register
c.
Core
30. In computer language, one kilobyte equals (2)
a. 1000 bytes
b. 1024 bytes
c. 100 bytes
d. 8 bytes

31. The part of machine level instruction, which tells the central processor what has to be
done, is
a. Operation code
b. Address
c. Locator
d. Flip-Flop
32. Which of the following refers to the associative memory?
a. the address of the data is generated by the CPU
b. the address of the data is supplied by the users
c. there is no need for an address i.e. the data is used as an address
d. the data are accessed sequentially
33. To avoid the race condition, the number of processes that may be simultaneously inside
their critical section is
a. 8
b. 1
c. 16
d. 0
34. A system program that combines the separately compiled modules of a program into a
form suitable for execution
a. assembler
b. linking loader
c. cross compiler
d. load and go
35. The Memory Buffer Register (MBR)
a. is a hardware memory device which denotes the location of the current instruction being
executed.
b. is a group of electrical circuits (hardware), that performs the intent of instructions fetched
from memory.
c. contains the address of the memory location that is to be read from or stored into.

d. contains a copy of the designated memory location specified by the MAR after a "read" or
the new contents of the memory prior to a "write".
36. The strategy of allowing processes that are logically runnable to be temporarily
suspended is called
a. preemptive scheduling
b. non preemptive scheduling
c. shortest job first
d. first come first served
37. Which of the following systems software does the job of merging the records from two
files into one?
a. Security software
b. Utility program
c. Networking software
d. Documentation system
38. Thrashing
a. is a natural consequence of virtual memory systems
b. can always be avoided by swapping
c. always occurs on large computers
d. can be caused by poor paging algorithms
39. Computer cannot "boot" if it does not have the
a. Compiler
b. Loader
c. Operating system
d. Assembler
40. Interprocess communication
a. is required for all processes
b. is usually done via disk drives
c. is never necessary,

d. allows processes to synchronize activity


41. A system program that sets up an executable program in main memory ready for
execution is
a. assembler
b. linker
c. loader
d. compiler
42. The FIFO algorithm
a. executes first the job that last entered the queue
b. executes first the job that first entered the queue
c. execute first the job that has been in the queue the longest
d. executes first the job with the least processor needs
43. Fragmentation of the file system
a. occurs only if the file system is used improperly
b. can always be prevented
c. can be temporarily removed by compaction
d. is a characteristic of all file systems
44. Bug means
a. A logical error in a program
b. A difficult syntax error in a program
c. Documenting programs using an efficient documentation tool
d. All of the above
45. The daily processing of corrections to customer accounts best exemplifies the processing
mode of
a. batch processing
b. real-time processing
c. time-sharing
d. off-line processing

46. The translator program that converts source code in high level language into machine
code line by line is called
a. Assembler
b. Compiler
c. Loader
d. Interpreter
47. A Byte is a Collection of
a. 9 bits
b. 12 bits
c. 8 bits
d. None of the Above
48. A cache memory is a memory placed between CPU and
a. virtual memory
b. main memory
c. volatile memory
d. Non volatile memory
49. PC stands for
a. Process Counter
b. Program Counter
c. Program Connector
d. Personal Computer.
50. Data can be Transferred through
a. Address Bus
b. Data Bus
c. Control Bus
d. Memory Bus

Answers
1. c
2. c
3. b
4. a
5. d
6. b
7. b
8. a
9. b
10.a
11.c
12.b
13.d
14.b
15.d
16.a
17.a
18.d
19.b
20.b
21.c
22.a
23.b

24.a
25.c
26.a
27.b
28.b
29.b
30.b
31.a
32.c
33.b
34.b
35.d
36.a
37.b
38.d
39.c
40.d
41.c
42.b
43.c
44.a
45.a
46.d

47.c

49.b

48.b

50.b

Você também pode gostar