FOC-Introduction To Computers (Unit 1) Solved Question Papers 2 Marks
FOC-Introduction To Computers (Unit 1) Solved Question Papers 2 Marks
Papers 2 Marks
FUNDAMENTALS OF COMPUTING & COMPUTER PROGRAMMING
UNIT – I – 2 Marks
INTRODUCTION TO COMPUTERS
Introduction – Characteristics of Computers – Evolution of Computers – Computer
Generations – Classification of Computers – Basic Computer organization – Number
Systems.
1. Define computers?
A computer is a programmable machine or device that performs pre-defined or
programmed computations or controls operations that are expressible in numerical or
logical terms at high speed and with great accuracy.
(Or)
Computer is a fast operating electronic device, which automatically accepts and store
input data, processes them and produces results under the direction of step by step
program.
35. What is an IC? How does it help in reducing the size of Computers?
IC is an Integrated Circuit; it integrates large number of circuit elements into very
small surface (less than 5mm square) of silicon known as Chip’s.
39. What are the positional number systems and what is their base?
Number System Base
Decimal Number System 10
Binary Number System 2
Octal Number System 8
Hexa Decimal Number System 16
51. List out the types of computers based on size, memory capacity.
1. Micro computers
2. Mini computers
3. Mainframe computers
4. Super computers
55. Write the binary and octal equivalent of hexadecimal number 7BD? (APR
2009)
Binary Equivalent of 7BD = (0111 1011 1101)2
Octal Equivalent of 7BD = (011 110 111 101) = (3675)8
56. Give any two tasks, which humans perform better than computers?
(JAN 2009)
• Humans can communicate better than computers.
• Humans are much reliable than computers.
58. Convert binary number 100110 into its octal equivalent? (JAN
2009)
Octal equivalent of 100110 = (100 110) = (46)8