Assignment 01
Assignment 01
Q.7 Define digital computer? Draw the block diagram of digital computer and
explain all the functional components of it.
Q.8 What is an operating system? What are the various functions of an operating
system? What are the types of Operating system?
Q.9 Give the general structure/layout of the C program. Write a program to find a
factorial of a given number and draw a flow chart.
(a) Compiler
(b) Interpreter
(c) Assembler
(d) Linker
(e) Loader
(f) Memory
Q.11 What is Flow-chart? What are the basic symbols used in Flow-chart? What are
the advantages and limitations of Flow-chart? Draw the flowchart to find the
largest among three numbers.
Q.13 If the marks obtained by a student in 5 different subjects are input through
the keyboard, write a program to find out the aggregate marks and percentage
marks obtained by the student. Assume that the maximum marks that can be
obtained by a student in each subject is 100.
Q.14 Any integer is input through the keyboard. Write a program to find out
whether it is an odd number or even number.
Q-15. What is Data type? Explain all the datatypes available in C language ,
size in memory ,format specifier and range.