[go: up one dir, main page]

0% found this document useful (0 votes)
21 views1 page

Module 1 Assignment

The document outlines two modules focused on computer fundamentals and programming in C. Module 1 covers topics such as computer characteristics, monitor types, program structure, algorithms, variables, and file types in C. Module 2 delves into control statements like switch-case, break, continue, and loops, along with conditional statements and their syntax.

Uploaded by

ranik1828
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views1 page

Module 1 Assignment

The document outlines two modules focused on computer fundamentals and programming in C. Module 1 covers topics such as computer characteristics, monitor types, program structure, algorithms, variables, and file types in C. Module 2 delves into control statements like switch-case, break, continue, and loops, along with conditional statements and their syntax.

Uploaded by

ranik1828
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

MODULE 1

1. What is a computer? Write the characteristics of computer.


2. With the neat diagram, Explain the working of CRT monitor and LCD monitor.
3. Write a structure of a C program with an example.
4. Define the following terms with an example
i. Algorithm ii. Flowcharts iii. Pseudo code
5. What are variables how they are declared and initialized with an example
6. Write a C program to demonstrate the use of printf and scanf statements to read and print values of
variables of different data types.
7. Explain the major components of a computer and explain briefly.
8. Explain an identifier. What are the rules to define identifiers?
9. Explain the different types of files used in C
10. Write the key characteristic features of stored program concept.
11. Discuss the broad classification of computers.

MODULE 2
1. Explain the syntax and working of switch case statement.
2. Demonstrate the working of break and continue statement with suitable example.
3. Explain relation operator and logical operator.
4. Compare the working of for while and do while along with their Syntax.
5. Explain if ,if else and nested if-else along with small programs.
6. Explain for statement with simple example.

You might also like