Fundamentals of Computer

You might also like

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 3

Fundamentals of Computer 1. Which one of the following is the heart of the computer i. ALU ii. CPU iii.

Memory iv. Control

2. List out the input and output devices that you use.

3. Write the base for the following i. Binary ii. Decimal iii. Hexadecimal iv. Octal

4. Convert the number 693459 into binary & hexadecimal.

5. Write an algorithm to demonstrate how to reserve a train ticket.

6. Draw a flowchart to demonstrate how to get connected to Internet.

7.

List out the following a. Any 3 programming languages. b. Minimum of 5 software that you know.

8.

Convert the following to a C program statement to display the result. a=5, b=10. a + b, a*b, a/b.

9. Write a code for following simple problem in C. A goes to a shop and bought 3 pens and 4 notebooks. The cost of pen is Rs.20 and that of notebook is Rs. 30. Calculate the amount that A pays and display the result.

10. Expand the following Abbreviations i. RAM ii. ROM iii. CPU iv. PROM v. ALU 11. Write the output of the following A 0 0 1 1 0 1 0 1 B OR AND

12. List out the shortcuts used in MS-Word for the following operations i. To open a new file. ii. To cut a text. iii. To copy a text. iv. To paste a text. v. To print a file.

You might also like