Assignment ITFPC
Assignment ITFPC
Assignment No-1
1. Describe the advantages of computers in details.
2. Describe the business applications of computers in details.
3. Explain the types of computers and their relevant applications.
4. Define the Information Processing systems and explain its function
5. Explain the basic hardware of PC system and describe the each section in detail.
6. Define the term Software. Explain the types of software in details.
Assignment No-2
1. Explain the types of numbers system. Define the term: BIT, BYTE.
2. Describe the binary Number system. Convert 101011 into Decimal.
3. Convert Decimal 45 into binary system using division method
4. Convert Octal number 1457 into decimal.
5. Convert Decimal 428 into octal system using division method and verify your answer
using subtraction method.
6. Convert Hexadecimal number 50AD into decimal
7. Convert Decimal 252 into hexadecimal system using division method and verify your
answer using subtraction method.
8. Describe the binary to octal conversion chart
9. Convert Octal number 707 into binary
10. Convert binary number 11100110 into octal.
11. Describe the binary to hexadecimal conversion chart.
12. Convert binary number 11100110 into hexadecimal.
13. Convert Hexadecimal number 4C8 into binary.
Assignment No-3
1. Explain the various types of Input Devices: Keyboard, Mouse, Joystick, Microphone,
Webcam, Scanner.
2. Explain the various scanning (BAR Code, OMR, MICR) and pointing devices.
3. Explain the various types of output devices: Monitor, Audio Speakers, Printer.
Assignment No-4
1. Explain the types of memory in PC system.
2. Explain in details Secondary Storage devices.
3. Explain the cache memory with its advantages and disadvantages.
4. Explain the primary memory and its characteristics.
5. Explain the secondary memory and its characteristics.
6. Explain the static and Dynamic RAM and its characteristics.
7. Explain ROM and its types like: PROM, EPROM, EEPROM
Assignment No-5
1. Define the terms: Algorithm and Flowchart.
2. Explain the problem solving phase, pseudo code and implementation phase in an
algorithm.
3. Write an algorithm to determine a student’s final grade and indicate whether it is
passing or failing. The final grade is calculated as the average of four marks.
4. Define the term flowchart. Draw and explain the symbols for a standard flowchart.
5. Draw a flowchart to determine a student’s final grade and indicate whether it is
passing or failing. The final grade is calculated as the average of four marks.
6. Write an algorithm and draw a flowchart to convert the length in feet to centimetre
7. Write an algorithm and draw a flowchart that will read the two sides of a rectangle
and calculate its area.
8. Write an algorithm that reads two values , determines the largest value and prints the
largest value with an identifying messages.
9. Write an algorithm that reads three numbers and prints the value of the largest
number.